Skip to content

Update elk stack#96

Open
davidchenbc wants to merge 2 commits intoCAAPIM:mainfrom
davidchenbc:update-elk-stack
Open

Update elk stack#96
davidchenbc wants to merge 2 commits intoCAAPIM:mainfrom
davidchenbc:update-elk-stack

Conversation

@davidchenbc
Copy link

@davidchenbc davidchenbc commented Mar 4, 2026

Updated versions for ELK stack components.

Tested on GKE that these changes works and able to deploy ELK stack successfully in GKE env.
Change:

  1. Update version from 8.8.2 to 9.3.1(lastest)
  2. Update dashboard to use new field names since these are updated since our initial release in 11.1.00
    change labels.l7_serviceName -> labels.serviceName
    change "l7_xxx" → "layer7_xxx", e.g. layer7_service_success, layer7_service_latency
image

image: otel/opentelemetry-collector-contrib:0.147.0
mode: sidecar
config: |
config:
Copy link
Author

@davidchenbc davidchenbc Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1beta1 does not treat "config:" as one string any more

- -c
- /etc/beat.yml
- -system.hostfs=/hostfs
- --system.hostfs=/hostfs
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new version now enfoces double --

Create Dashboard
```
curl -XPOST https://kibana.brcmlabs.com/api/saved_objects/_import?createNewCopies=false -H "kbn-xsrf: true" -k -uelastic:$elasticPass -F "file=@./otel-elastic/dashboard/apim-dashboard.ndjson"
curl -XPOST "https://kibana.brcmlabs.com/api/saved_objects/_import?createNewCopies=false" -H "kbn-xsrf: true" -k -uelastic:$elasticPass -F "file=@./otel-elastic/dashboard/apim-dashboard.ndjson"
Copy link
Author

@davidchenbc davidchenbc Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quote the url to avoid an error with zsh on MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant