Questions tagged [xpack]

60 questions
1
vote
1 answer

X-Pack & Logstash - No output to elasticsearch

I have an installation of X-Pack, Elasticsearch & Logstash. Logstash is alreay reporting to elasticsearch for the monitoring part of X-Pack. Now I want logstash to pass through any beat that comes to the pipe to elasticsearch. I followed this…
JDC
  • 4,247
  • 5
  • 31
  • 74
1
vote
1 answer

Flink Xpack ElasticSearch 5 ElasticsearchSecurityException missing autentication

Goodmorning everyone. I am trying to Flink connector Elasticsearch 5.2.1 and I have problems with the authentication XPACK
Eragorn87
  • 13
  • 2
1
vote
2 answers

Exception thrown when starting Elastic search with X-pack

I have elasticsearch 5.2.0 with x-pack. I am in OS X Sierra and I downloaded the binaries from the official website An exception shows up everytime I try to start elasticsearch. The Warning shown is the following: [2017-02-25T11:30:06,354][WARN…
salvob
  • 1,300
  • 3
  • 21
  • 41
1
vote
3 answers

installing x-pack stops elasticsearch from running

Centos VM guest on Win10 host. Attempting to follow installation guide for x-pack (and step by step from the training course). ES and K running fine, but once x-pack plugin installed, kibana will start (and complains ES is missing - that's fine),…
1
vote
1 answer

elasticsearch service stop after adding x-pack plugin [Failed to load plugin class [org.elasticsearch.xpack.XPackPlugin]

I am using Elastic stack 5.1. I had elasticsearch and kibana installed with xpack installed on them, and they were working. I also installed logstash and beats, in the required order of installation. After installing beats, and after some changes in…
Fardin Behboudi
  • 459
  • 4
  • 15
0
votes
1 answer

Fatal error on starting xPack QEMU emulation of ARM Cortex-M7 device

I'm trying to start emulation of ARM Cortex-M7 device (the only machine with this mcu is mps2-an500). While STM43F4-Discovery emulation works ok on legacy QEMU xpack binary (qemu-system-gnuarmeclipse.exe), I cannot start emulation of Cortex-M7 type…
bully44
  • 51
  • 4
0
votes
1 answer

Elastic Search upgrade to v8 on Kubernetes

I am having an elastic search deployment on a Microsoft Kubernetes cluster that was deployed with a 7.x chart and I changed the image to 8.x. This upgrade worked and both elastic and Kibana was accessible, but now i need to enable THE new security…
Stavros Koureas
  • 1,126
  • 12
  • 34
0
votes
1 answer

Inactive breakpoints with xPack gdb

I'm using Eclipse and xPack GNU Arm Embedded GCC. When I start debugging almost everything works, I can walk through my code, I can step into functions. The only issue is that I can't set any breakpoints see image other than the one entered in the…
Yuryd
  • 1
0
votes
1 answer

Metricbeat Beat failed to connect es (xpack enabled)

Helm Version: "v3.1.1" helm get release output helm status metricbeat NAME: metricbeat LAST DEPLOYED: Thu Apr 30 10:05:32 2020 NAMESPACE: default STATUS: deployed REVISION: 1 Describe the bug: Unable to connect to elasticsearch, deployed configmap…
paulpuvi
  • 45
  • 1
  • 1
  • 7
0
votes
2 answers

How to disable xpack.security.enabled from helm char in elasticsearch deployment on k8s

Is there a way to disable xpack.security.enabled to false from helm chart during elasticsearch deployment on a K8s cluster? I am getting the below error while reindexing. "error" : { "type" : "s_s_l_handshake_exception", "reason" : "PKIX…
Biswarup Dass
  • 21
  • 2
  • 5
0
votes
1 answer

Can I restrict certain users from certain dashboards in Kibana without using xpack

Im trying to let certain users/roles only access certain dashboards. Maybe customer1 can only see dashboards 1 & 2 customer2 can see 1, 2 & 3. Using opendistro so I dont have access to x-pack
0
votes
1 answer

NoSuchAlgorithmException[1.2.840.113549.1.1.1 KeyFactory not available];

I am using elastic search 5.6.15 with SSL configured. I got the cluster up and running and from my client server i am able to check the elastic cluster health with curl. Elastic search documentation…
Aravind
  • 93
  • 1
  • 3
  • 8
0
votes
1 answer

ElasticSearch Sql aggregation query bugs with SUM function

Sql query is a very fantastic tool offered by EL 7.3. However i cant explain that bug : When i use SUM with Match , 1 condition, query below works well POST _xpack/sql?format=txt { "query":"SELECT SUM(FlightTimeHour) Avg_Flight_Time FROM flights…
Johna Pop
  • 11
  • 4
0
votes
1 answer

Unable to perform SQL search on logstash index in kibana

I have below indexes in the kibana when searched with below query. GET /_xpack/sql?format=txt { "query": "SHOW tables" } Output: name | type ---------------------------------+--------------- .kibana …
0
votes
3 answers

How to exclude x-pack from getting compiled while compiling elasticsearch source code in eclipse

I am trying to compile elasticsearch source code in eclipse,but i want to exclude x-pack from this compilation. Any idea how to do it.