Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No APM agent token visible in Kibana with local Tilt setup #12092

Open
SylvainJuge opened this issue Nov 22, 2023 · 1 comment
Open

No APM agent token visible in Kibana with local Tilt setup #12092

SylvainJuge opened this issue Nov 22, 2023 · 1 comment
Labels

Comments

@SylvainJuge
Copy link
Member

When using tilt setup, we can use APM agents with the http://localhost:8200 endpoint.

However, the secret token (or API key) that APM agents have to use is not shown in the Kibana UI:
image

The secret token is still generated and used by apm-server and we can use the following kubectl command to retrieve it:

kubectl get secret/apm-server-apm-token -o go-template='{{index .data "secret-token" | base64decode}}'

This is identical to this command in our documentation but with a different server name.

@axw
Copy link
Member

axw commented Nov 23, 2023

Thanks @SylvainJuge. Ultimately we'll probably need to move this to https://github.com/elastic/cloud-on-k8s, but we should figure out the solution first.

IIANM, in ESS the UI pulls all this configuration from the Fleet integration policy. Perhaps we should update ECK to create one similarly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants