X-Pack is an Elastic Stack extension that bundles security, alerting, monitoring, reporting, and graph capabilities into one easy-to-install package. While the X-Pack components are designed to work together seamlessly, you can easily enable or disable the features you want to use.
Questions tagged [elasticsearch-x-pack]
140 questions
0
votes
1 answer
How to create new user in elastic search 5.4 using x-pack
I am trying to add new user in elastic search . I have am able to add user with superuser role and perform operation but i am able to add user but when i tried to to use that user to access cluster data I am getting bellow…

Dipak Jadhav
- 147
- 2
- 13
0
votes
1 answer
Watcher in elasticsearch for High CPU usage
I want to set watcher send mail to if usage of CPU in last X minutes over N%.
First elasticsearch get data from remote server through metricbeat on each minutes. Then i want to by using that data inform administrator off high CPU usage on remote…

squareCircle
- 192
- 1
- 13
0
votes
1 answer
Kibana not working after x-pack uninstalled
I had installed x-pack earlier and used it, and hosted Kibana through Nginx.
I yesterday uninstalled x-pack from both elasticsearch and kibana, via
sudo bin/elasticsearch-plugin remove x-pack
and
sudo bin/kibana-plugin remove x-pack
Now, when I…

Luv33preet
- 1,686
- 7
- 33
- 66
-1
votes
1 answer
How to provide multi-level settings inside docker-compose.yml for docker based elasticsearch setup
We have docker based elasticsearch cluster for multi-nodes architecture. We provide elasticsearch config as environment variables for respective nodes in docker-compose.yml. We are not using elasticsearch.yml as config file inside docker-compose…

Mohit Shah
- 124
- 7
-1
votes
1 answer
gmail is blocking my elastic search watcher email
I am using ES 5.2. I implemented a watcher.But each time watcher is getting triggered it generate email but google blocks that email due to security concern. So what can be solution for that?
My YML file is as below :
cluster.name:…

ankush singh
- 23
- 6