Skip to content

Commit

Permalink
Adjust OTel onboarding manifest (#187674)
Browse files Browse the repository at this point in the history
* Update onboarding manifest based on
elastic/opentelemetry-dev#307
* Use latest snapshot
  • Loading branch information
flash1293 authored Jul 5, 2024
1 parent 25d7346 commit 53722d5
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const OtelLogsPanel: React.FC = () => {
} = useKibana<ObservabilityOnboardingAppServices>();

const AGENT_CDN_BASE_URL = isServerless
? 'snapshots.elastic.co/8.15.0-90bfa704/downloads/beats/elastic-agent'
? 'snapshots.elastic.co/8.15.0-474afc1d/downloads/beats/elastic-agent'
: 'artifacts.elastic.co/downloads/beats/elastic-agent';
// TODO change once otel flow is shown on serverless
// const agentVersion = isServerless ? setup?.elasticAgentVersion : stackVersion;
Expand Down Expand Up @@ -390,11 +390,6 @@ data:
insecure_skip_verify: true
k8s_api_config:
auth_type: serviceAccount
metric_groups:
- node
- pod
- node
- volume
metrics:
k8s.pod.cpu.node.utilization:
enabled: true
Expand Down

0 comments on commit 53722d5

Please sign in to comment.