Questions tagged [elasticsearch-x-pack]

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.

140 questions
16
votes
1 answer

TOO_MANY_REDIRECTS error when iFraming Kibana dashboard using cookies

I'm attempting to embed password protected Kibana dashboards inside an iFrame to my Node powered Express application, based on information in this thread. Kibana is protected using X-Pack and requires users to login in order to see their visualised…
An0nC0d3r
  • 1,275
  • 13
  • 33
15
votes
6 answers

Access Control in Elastic - missing authentication credentials for REST request

I am using Elastic 7.9.2 version and wanted to use security. so I ran : bin/elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass "" and then added xpack.security.enabled: true xpack.security.transport.ssl.enabled:…
13
votes
5 answers

Enable Authentication in Elasticsearch with docker environment variable

I am using a Docker image of Elasticsearch v.6.2.4. My problem is that X-Pack is installed, but it is not asking for credentials. I know that X-Pack is installed as you can see below:
anne
  • 611
  • 2
  • 6
  • 11
12
votes
2 answers

how to setup kibana user credentials with docker elk stack

How to setup login credentials for kibana gui with docker elk stack containers. What arguments and environmental variables must be passed in docker-compose.yaml file to get this working.
11
votes
1 answer

Can’t merge a non object mapping with an object mapping error in machine learning(beta) module

I'm trying out the new machine learning module in x pack. I'm trying to identify rare response codes in HTTP Access logs in time. My logs are being stored in elasticsearch as below: { "_index": "logstash-2017.05.18", "_type": "Accesslog", …
DS_1
  • 157
  • 1
  • 1
  • 11
10
votes
3 answers

is Security free in Elastic search Stack Features?

we are building an opensource application which needs elasticsearch security feature. i am trying to find if the security feature is free for elastic search. elastic search website says Xpack is open now. Not sure if it is really opensource. Could…
Sathish
  • 245
  • 1
  • 3
  • 16
9
votes
1 answer

How to resolve ‘530 5.7.0 Must issue a STARTTLS command first. o63-v6sm4041934ywc.36 - gsmtp\n’ for elasticsearch?

I am creating an application where I need to send an email alert for my logs. Here is input to create a watcher: PUT _xpack/watcher/watch/log_error_watch { "trigger" : { "schedule" : { "interval" : "10s" } }, "input" : { "search" : { …
Deva
  • 1,039
  • 1
  • 14
  • 40
8
votes
3 answers

LogStash unable to retrieve license information from license. Response code '401' contacting Elasticsearch at URL 'http://elasticsearch:9200/_xpack'

I am strugglling to get Docker LogStash connecting to Docker ElasticSearch with xpack security enable. The main logs are: logstash_1 | [2020-05-20T22:41:03,950][WARN ][deprecation.logstash.monitoringextension.pipelineregisterhook] Internal…
Jim C
  • 3,957
  • 25
  • 85
  • 162
6
votes
1 answer

Kibana index pattern not saved

I have an ELK stack running on the Kubernetes cluster with security enabled. Everything is running fine and I am able to push data to an index. After logging in to Kibana as an admin user, and I to "Discover" it asks me to create an index pattern.…
Anoop
  • 418
  • 6
  • 19
6
votes
1 answer

Can’t able to access kibana dashboard

I am able to connect elasticsearch. However, I am unable to access kibana on 5601. Can anyone please help out this to work? Thanks in advance. In the kibana.yml file, I have modified the server.host parameter to point to my domain. Elasticsearch…
Brisi
  • 1,781
  • 7
  • 26
  • 41
6
votes
1 answer

Enable xpack features on Open Distro For Elasticsearch

I'm testing ODFE (version 0.9 at the moment), and I find the lack of xpack features annoying. Would it be possible to activate some of them (the free ones of course) on ODFE ? I really appreciate the monitoring section for example, or the ILM API.…
5
votes
2 answers

How to know if X-Pack is installed in Elasticsearch?

I install Elasticsearch with Debian package and installed X-pack in it. Now, I want to verify if X-Pack is successfully installed. Is there a simple way to do verify this?
Jane S.
  • 215
  • 1
  • 4
  • 12
4
votes
0 answers

Failed try to connecting metricbeat to elasticsearch and kibana with docker

I am trying to up elasticsearch kibana and metricbeat through docker-compose. This is the code. ELK is working fine but metricbeat failed, I am getting this error, and not able to figure out how can i solve this : MetricBeat…
4
votes
3 answers

How to generate Elasticsearch security users via Ansible

We just installed Elasticsearch 7.x. We want to use the x-pack security module. We already automated everything via Ansible but we have a problem creating/setting the built in users with password: ElsticSearch how to: Run on system:…
4
votes
0 answers

Elasticsearch - encryption at rest

I am trying to encrypt elasticsearch indexes at rest.It looks ES tores lucene blocks .fdt files which are easily readable. It seems ES support dm-crypt/LUKS but I dont find any documentation about how to set up the handshake between ES and…
user2297083
  • 168
  • 11
1
2 3
9 10