Questions tagged [xpack]

60 questions
2
votes
0 answers

How to share visualizations for public access in Kibana?

How can I share dashboards and visualizations using a share link and block access to the Kibana (5.1.1) management panel? When I use X-pack for security then all users have to type login and password to access charts. I would just share charts with…
bolec_kolec
  • 500
  • 3
  • 13
1
vote
0 answers

xPack QEMU Arm UART test on MacOS

I am a very beginner of QEMU and mcu programming, recently practicing uart control on QEMU. What I’m trying to do is virtually connect QEMU with host PC through USART2. I have learned that option -serial is probably able to do so and tried…
Leo Chen
  • 11
  • 2
1
vote
1 answer

Is it possible to use X-Pack to limit Kibana login attempts?

Does X-Pack have a capability similar to fail2ban, to prevent against brute force attacks? If not, can fail2ban (Or equivalent) be configured to secure Kibana UI logins?
GreNIX
  • 47
  • 1
  • 6
1
vote
0 answers

Getting "TLSv1.3 is not supported" error while connecting to elastic search using Java Transport Client

I am trying to connect to elastic search (7.8) securely through Java transport client. I have used x-pack to secure elastic search connectivity. I am not able to create an object of Client due to below error. 2020-08-13 17:43:24 [main] DEBUG…
Anshu
  • 69
  • 2
  • 18
1
vote
0 answers

Elasticsearch enable security issues

I have a Elasticsearch 7.6 cluster installed base on https://github.com/openstack/openstack-helm-infra/tree/master/elasticsearch Following is what I did to enable security: a. Generate certificate ./bin/elasticsearch-certutil ca File location:…
will
  • 11
  • 1
1
vote
1 answer

Elasticsearch Xpack.security.audit.outputs: [index, logfile] in 7.x?

In Elasticsearch, uptil version 6.2 the security audits could be sent to an Elasticsearch index by setting this line in elasticsearch.yml file xpack.security.audit.outputs: [ index, logfile…
DeanM987
  • 9
  • 6
1
vote
0 answers

Create API keys on ElasticSearch with limited search capabilities

I want to create API keys on elasticsearch via POST _security/api_key API, I am able to create these but I want to limit search capability for the generated key which I am unable to do. Essentially, what I want to achieve is let's say that all my…
1
vote
0 answers

ELasticsearch Post bulk on elastic xpack role

I have an Elastic cluster with xpack enable. I'd like to make a backup of all xpack roles created : GET _xpack/security/role => I get a big JSON, ex : { "kibana_dashboard_only_user": { "cluster": [], "indices": [ { "names":…
Victor
  • 23
  • 1
  • 5
1
vote
0 answers

Can't get Centralized pipeline management working in ELastic Cloud X-pack

I'm trying to set Centralized pipeline management but it is still not working. I'm using Elastic Cloud trial version and Logstash running on a local vm my logstash.yml looks like: xpack.management.elasticsearch.url:…
1
vote
1 answer

How can I copy a machine learning model from one Elasticsearch server to another?

I'm using Elasticsearch with X-Pack's ML module installed. I have a machine learning model created on one server, but now I want to transfer that model to another Elasticsearch instance, so that it can be used there without having to re-run the ML…
1
vote
1 answer

Automatically generate and send kibana dashboard reports via an Email

I have a 3 node cluster of ELK (all version 6), on 1st node i have Elasticsearch and Kibana, on 2nd i have Elasticsearch and Logstash and on 3rd i have only Elasticsearch which is a Ingest node. I have 4 servers which sends me data via filebeat and…
Easy-Install
  • 55
  • 1
  • 2
  • 5
1
vote
0 answers

Securing Kibana for an internet facing startup

New to Kibana & not an expert in web security. We're trying to build a small startup in which we're leveraging Kibana 5.x for our backoffice analysts for data exploration. This is a webapp and will be accessible over the internet. Also, X-PACK…
user1189332
  • 1,773
  • 4
  • 26
  • 46
1
vote
3 answers

How to install xpack for elasticsearch running on docker?

i'm trying to install xpack on a ELK-Stack. I will do this with 3 Dockerfiles. At this moment my Dockerfile look like this: # Orginal Image von elasticsearch laden FROM docker.marksys.de/elasticsearch:latest USER root ADD ./x-pack-5.5.2.zip…
1
vote
1 answer

Issue with X-Pack installation

I have installed X-Pack on elasticsearch and start elasticsearch using command bin/elasticsearch . and i have installed X-Pack on kibana and while starting kibana using bin/kibana , i’m getting result as mentioned below and kibana is not working…
1
vote
2 answers

Number of Anomalies generated in Bucket Span [X-PACK]

Sorry for the newbie question but i am new to Elastic products. I am learning X-Pack from Tutorials by Elastic. So while watching this video tutorial on Investigating Anomalies in dataset using Kibana and X-Pack i got confused(though i answered them…
Rajat Khandelwal
  • 477
  • 1
  • 5
  • 19