Skip to content

frontierhq/elastic-eck-demo

Repository files navigation

elastic-eck-demo

Overview

FAQs

How do I get the elastic user password?

kubectl get secret <cluster>-es-elastic-user -n <namespace> -o=jsonpath='{.data.elastic}' | base64 --decode; echo

[LINK]

How do I get the current license stats?

kubectl -n elastic-system get configmap elastic-licensing -o json | jq .data

[LINK]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published