Report this

What is the reason for this report?

creating elasticsearch with x-pack in k8s

Posted on July 26, 2019

I was following your tutorial on elk while it installs fine is there an option with X-pack at least basic auth enabled version?

Thanks

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi and thank you for checking out our tutorial on setting up an EFK stack on Kubernetes!!

By default for basic and trial licenses, X-Pack security features are disabled. You can enable them by setting the xpack.security.enabled parameter to true in the env section of the elasticsearch_statefulset.yaml file. Note that if you enable security features for Elasticsearch, you may need to configure additional security parameters for Kibana and Fluentd as well.

Here are some resources that may be helpful: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-xpack.html https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-security.html https://www.elastic.co/guide/en/elasticsearch/reference/7.3/security-settings.html https://www.elastic.co/guide/en/kibana/7.3/security-settings-kb.html https://www.elastic.co/guide/en/elastic-stack-overview/current/elasticsearch-security.html https://www.elastic.co/guide/en/elastic-stack-overview/current/security-getting-started.html https://docs.fluentd.org/output/elasticsearch#user-password-optional

Hope this helps!!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.