splunk / docker-splunk

Splunk Docker GitHub Repository
450 stars 245 forks source link

Please include eu-stack utility into the docker image to allow performance troubleshooting within an indexer cluster #653

Open gjanders opened 3 months ago

gjanders commented 3 months ago

I'm using the Splunk Operator for K8s, https://github.com/splunk/splunk-operator

Using the operator we have multiple indexer clusters deployed, I recently had an issue where indexers became unresponsive and I restarted them.

Ideally I'd like to see the collect_stacks.sh script provided by splunk support inside the Splunk enterprise docker image. However at minimum could we have eu-stack?

This way when a performance issue occurs, I can collect eu-stack's from splunkd inside the container to send to Splunk support for further analysis?

Thanks