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
0 answers
Elastic search failed to run after X-pack plugin enabled in Windows 10 64 bit machine?
I'm trying ELK 6.0.0 on Windows but I have a problem with X-Pack and Machine Learning.
I have installed the X-Pack plugin in command prompt.it successfully installed the plugin.
elasticsearch-plugin install x-pack
When I start Elasticsearch, I have…

vara
- 816
- 3
- 12
- 29
0
votes
1 answer
Gradle build not finding JAVA_HOME even when its actually there
I am trying to build this project to develop custom x-pack plugins (https://github.com/elastic/shield-custom-realm-example)
However, when I try to run ./gradlew inside the project root I get a JAVA_HOME must be set to build Elasticsearch error.…

summerNight
- 1,446
- 3
- 25
- 52
0
votes
1 answer
Elasticsearch Docker Compose not starting - how to?
I've been trying for days to understand a problem I am having while using Docker in comparison to use Docker-Compose to bring up Elasticsearch Platinum + Kibana. ES Non platinum images work fine. ES Platinum images in the other hand, only works if I…

Guid
- 123
- 2
- 17
0
votes
1 answer
Kibana discover no results found
I have installed elk stack with x-pack feature, and shipping logs with filebeat. Everything is looks good , i was able to see logs in kibana -discover last night and this morning i logged into kibana and can't see any single log. it showing as no…

Ashok Reddy
- 1,060
- 1
- 16
- 28
0
votes
1 answer
How to create elasticsearch watcher by xpack
I just tried working with elasticsearch and now trying to create first watcher
There are some information I have read in elasticsearch documentation : https://www.elastic.co/guide/en/x-pack/current/watcher-getting-started.html
And now I trty to…

Anna
- 349
- 4
- 20
0
votes
2 answers
Change default password in elasticsearch using .yml file
If I have an elasticsearch.yml config file is it possible to change the default password? What do I add in my .yml file to do that? Right now its changeme.
I am using Elasticsearch 5.6.4
My .yml file
cluster.name: "docker-cluster"
network.host:…

Glen Thompson
- 9,071
- 4
- 54
- 50
0
votes
1 answer
Kibana SSL PEM error on Windows
Note: I will regenerate all passwords and certs in my final install since I have provided all that information here. Also I have asked the same question here
https://discuss.elastic.co/t/kibana-ssl-pem-error-on-windows/117851/2
Environment
Windows…

Matt M
- 592
- 1
- 5
- 27
0
votes
0 answers
Elasticsearch : failure in bulk execution
I was able to index documents in bulk before I installed xpack. After installing xpack, I am getting failure in bulk execution: . I am using java client for xpack
org.elasticsearch.client
…

Saurab
- 1,931
- 5
- 20
- 33
0
votes
0 answers
how to configure default X-Pack watchers
After installing X-Pack for ES 5.6, several default Watchers appear in ElasticSeach/Watchers tab.
The Watchers are greyed-out and read-only. How to view/configure that Watchers? I can’t find them elasticsearch.yml config file.

Fedor
- 559
- 1
- 7
- 19
0
votes
1 answer
How exactly am I to format this a-zA-Z for GROK custom regular expressions?
Please see image. How the heck do you get a simple [a-zA-Z] expression to work in the KIBANA X-Pack Grok debugger?
I've tried several flavors and have ran the regex just fine in normal regex testing environments where it finds all that I need but…

edjm
- 4,830
- 7
- 36
- 65
0
votes
1 answer
Using ELK Stack in Docker with docker-compose with x.pack auth failed to authenticate the user
I want to use the elk stack with docker.
for this i created a docker-compose file.
Everything works fine as long as I have X-Pack deactivated.
But now I want to have a login in the kibana UI and therefore i want to use the x-pack
I defined the…

Boas Enkler
- 12,264
- 16
- 69
- 143
0
votes
1 answer
Cannot divide multiple context values in Elasticsearch watcher
I have created a watch in Elasticsearch to alert me if the ratio of http errors is greater than 15% of total requests over 60 minutes.
I am using chain inputs to generate the dividend and divisor values for my ratio calculation.
In my condition I…

Jean-Philippe
- 1
- 1
0
votes
0 answers
How to achieve authentication in kibana?
I'm new to ELK and want to perform authentication in kibana.
I have gone through the documents on LDAP and Native Realm.
Which will be the best one to do authentication.

Ritwik
- 65
- 2
- 11
0
votes
1 answer
X-pack installation error in Kibana 5.2
I have install elastic search 5.2.0 working fine,
when i am trying to install X-pack to kibana
....\bin> kibana-plugin.bat install x-pack
after restarting my Kibana.bat file(..\kibana-5.2.0-windows-x86\kibana-5.2.0-windows-x86\bin) getting…

Sanjay Kanani
- 198
- 13
0
votes
1 answer
How create application.yml file for Spring Data Elasticsearch v 3.0.0.M4 with X-Pack auth?
I have elasticsearch v 5.4.0 running on mysite.com:9300,
With x-pack auth:
login: mylogin
password: mypassword
And I have java + kotlin application with Spring Data Elasticsearch v 3.0.0.M4:
compile group: 'org.springframework.data', name:…

Olesia Ilchuk
- 314
- 2
- 5
- 16