mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* [java-agent] disable java-attacher tab The apm-server doesn't have the permissions to fork/exec the java-attacher process, so this tab cannot currently work. Hiding it from users seems like the prudent choice while a workaround is discovered. Co-authored-by: stuart nelson <stuartnelson3@gmail.com>
This commit is contained in:
parent
51f4ded427
commit
9b395a8a42
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,8 @@ import {
|
|||
createRackAgentInstructions,
|
||||
} from '../../../../common/tutorial/instructions/apm_agent_instructions';
|
||||
import { AgentName } from '../../../../typings/es_schemas/ui/fields/agent';
|
||||
import { JavaRuntimeAttachment } from './runtime_attachment/supported_agents/java_runtime_attachment';
|
||||
// TODO: Uncomment once https://github.com/elastic/beats/issues/29631 has been closed
|
||||
// import { JavaRuntimeAttachment } from './runtime_attachment/supported_agents/java_runtime_attachment';
|
||||
import {
|
||||
NewPackagePolicy,
|
||||
PackagePolicy,
|
||||
|
@ -55,7 +56,8 @@ export const ApmAgentInstructionsMappings: Array<{
|
|||
title: 'Java',
|
||||
variantId: 'java',
|
||||
createAgentInstructions: createJavaAgentInstructions,
|
||||
AgentRuntimeAttachment: JavaRuntimeAttachment,
|
||||
// TODO: Uncomment once https://github.com/elastic/beats/issues/29631 has been closed
|
||||
// AgentRuntimeAttachment: JavaRuntimeAttachment,
|
||||
},
|
||||
{
|
||||
agentName: 'rum-js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue