Questions tagged [xpack]

60 questions
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
5
votes
1 answer

kibana : Coordinate Map: Could not retrieve manifest from the tile service: status -1

i'v use kibana5 to learn,when i read to this "enter link description here" using a coordinate map chart to visualize geographic information, the waring occur "Coordinate Map: Could not retrieve manifest from the tile service: status -1" how can i…
D.Todd
  • 63
  • 1
  • 7
5
votes
2 answers

Connecting to ElasticSearch Cloud 5.x with Java Client and X-Pack/HTTPS

Is it possible to connect to ElasticSearch via HTTPS using X-Pack? With the switch to use certificate, the own way of connecting is no longer work. I have no problem with using certificate, but I need to know where to get one or upload the key to…
juminoz
  • 3,168
  • 7
  • 35
  • 52
4
votes
1 answer

X-pack failed to initialize a TrustManagerFactory

I have set up Elasticsearch, Kibana and X-pack according to installation guidelines and made sure that it worked as expected. Now I want to send a Kibana report using Watchers in X-Pack. I have followed this tutorial to setup secure reporting, but…
3
votes
1 answer

kibana dashboard limit user access? without xpack

I'm using ELK stack 7.4 OSS (open source) version.I have already created a dashboard and i want to give 'read only permission' to dashboard to user. But the xpack role creation wasn't working with OSS(Open source) version. Is there and alternative…
rehan
  • 469
  • 1
  • 7
  • 17
3
votes
2 answers

Installing and using arm-none-eabi-gcc on MSYS2

I am trying to build an embedded program using "make all" with the GNU ARM toolchain, but it is not working yet. I installed it with xpm according to this website with the xpm installer: https://gnu-mcu-eclipse.github.io/toolchain/arm/install/ Now…
Spacefish
  • 305
  • 4
  • 11
3
votes
0 answers

How to add IP filter in elastic search using X-Pack, without adding user authentication?

As soon as I remove xpack.security.enabled: false from elasticsearch.yml I start getting Username and Password authentication window, but if I have xpack.security.enabled: false I cannot add IP filter. How do I fix this? I also tried adding…
3
votes
2 answers

Machine learning Algorithms used by Elastic x-pack plugin

Elastic X-pack plugin predicts the dynamic baseline for our data and according to that specifies the anomalies out of the box. All these stuff are getting done behind the scene. My question is this how xpack learns from previous data and dynamically…
hyeganeh
  • 348
  • 2
  • 11
3
votes
1 answer

Elasticsearch & X-Pack: how to get vertices/connections from nested documents

I just started using X-Pack for Elasticsearch and want to connect vertices from a nested document type. However, looking for documentation on this hasn't got me anywhere. What I have is an index of documents which have person names/ids as nested…
2
votes
2 answers

Secure Elastic connection using transport client

Need to connect to a secure elastic search which has https authentication using Transport client in java code. I have userId and password to connect secure elastic. I am using elasticsearch 7.10.0. try { Settings settings =…
2
votes
1 answer

Do we need X-Pack to enable security in Elasticsearch and kibana?

I made a cluster with 3 master and 5 data nodes.The cluster even have 25 working indices and 10 Dashboards.Now I am trying to enable authentication to this cluster.I have seen some articles saying elastic search have security services free from 7.0…
2
votes
1 answer

Java Sql Generate for Elasticsearch Sql

Is there any java library to build sql queries based on pojos, Like something similar to hibernate hql queries. Object sql queries than translated to elastic search sql queries. Current requirement is to send sql queries through rest apis. There is…
2
votes
0 answers

How to build relational graph using elasticsearch data

We are building log analytics applicaton in which we are using Graylog & Elasticsearch. Since I have installed Elasticsearch but somehow I want to take the data from elasticsearch and create relational graphs with the data on my own instead of…
Ganesh
  • 43
  • 5
2
votes
1 answer

Elasticsearch x-pack is enabled head can't connect

I can connect to xx.xx.xx.xx:9200 use head-plugin without x-pack. When my elasticsearch 5.2.0 x-pack is enabled the xx.xx.xx.xx:9200 need logon can to connect to es , but head 9100 can't connnect to xx.xx.xx.xx:9200, where to enter the user and…
放課後
  • 726
  • 7
  • 15
2
votes
0 answers

org.elasticsearch.action.NoShardAvailableActionException: null

Before x-pack plugin installed,My ElasticSearch is health; After x-pack plugin installed,some security error occured, so,I'm setting xpack.security.enabled: false in my elasticsearch.yml and kibana.yml, and then restarting elasticsearch…
Alex
  • 19
  • 2
  • 8
1
2 3 4