DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

plugins – Are Elasticsearch Security API authenticate responses the same for different logged-in users?

My goal is to retrieve information about logged-in users in my custom kibana plugin, and for that, I’m using the www.elastic.co/guide/en/elasticsearch/reference/current/security-api-authenticate.html API. However, when I log in with different users,…Read moreplugins – Are Elasticsearch Security API authenticate responses the same for different logged-in users?

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

elastic stack – error importing Kibana dashboards: fail to import the dashboards in Kibana in filebeat

I have installed filebeat in ubuntu. while my ELK stack running on different server. I got this error during service filebeat start {“log.level”:”error”,”@timestamp”:”2023-07-23T20:12:15.224Z”,”log.origin”:{“file.name“:”instance/beat.go”,”file.line”:1274},”message”:”Exiting: error importing Kibana dashboards: fail to import…Read moreelastic stack – error importing Kibana dashboards: fail to import the dashboards in Kibana in filebeat

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

Elasticsearch and Kibana docker containers communication with SSL protocol

this is my docker-compose version: “3.0” services: elasticsearch: container_name: es-container image: elasticsearch:8.7.0 environment: – xpack.security.enabled=true – xpack.security.http.ssl.enabled=true – xpack.security.http.ssl.certificate=/usr/share/elasticsearch/config/certs/kibana.crt – xpack.security.http.ssl.key=/usr/share/elasticsearch/config/certs/kibana.key – xpack.security.http.ssl.certificateAuthorities=/usr/share/elasticsearch/config/certs/ca.crt – xpack.security.transport.ssl.enabled=true – xpack.security.transport.ssl.certificate=/usr/share/elasticsearch/config/certs/kibana.crt – xpack.security.transport.ssl.key=/usr/share/elasticsearch/config/certs/kibana.key -…Read moreElasticsearch and Kibana docker containers communication with SSL protocol

DATA MANAGEMENT ELASTIC & LUCENE

kibana – how to get the number of unique value which is has appeared more than twice days in elasticsearch?

for example,{user_name: someonedate: Nov 11url: /app/home/someone} {user_name: someone1date: Nov 11url: /app/home/someone1}{user_name: someone2date: Nov 11url: /app/home/someone2}{user_name: someone3date: Nov 11url: /app/home/someone3}{user_name: someonedate: Nov 12url: /app/home/someone}{user_name: someone2date: Nov 13url: /app/home/someone2} => Expected response…Read morekibana – how to get the number of unique value which is has appeared more than twice days in elasticsearch?

DATA MANAGEMENT ELASTIC & LUCENE

Issus about elasticsearch nested pipeline – Open Source Elasticsearch and Kibana

–pipeline_for_distributionPUT _ingest/pipeline/pipeline_for_distribution{“description”: “a pipeline for distribution”,“processors”: [{“pipeline”:{“name”: “pipeline_for_set”,“if”: “””String tagss = ctx[‘tags’];if (tagss.toLowerCase().contains(‘openstack’)) {return true;}return false;“””}},{“pipeline”: {“name”: “pipeline_for_split”,“if”: “””String tagsx = ctx[‘tags’];if (tagsx.toLowerCase().contains(‘hadoop’)) {return true;}return false;“””}}]}–pipeline_for_splitPUT _ingest/pipeline/pipeline_for_split{“description”: “a pipeline for…Read moreIssus about elasticsearch nested pipeline – Open Source Elasticsearch and Kibana

DATA MANAGEMENT ELASTIC & LUCENE

Getting Vulnerability for the Elastic 9200 SSL/TLS – Open Source Elasticsearch and Kibana

Thanks for reply, Here i am using the following commands to create the certs for elasticsearch mkdir /etc/elasticsearch/certs cd /etc/elasticsearch/certs curl -so ~/search-guard-tlstool-1.8.zip maven.search-guard.com/search-guard-tlstool/1.8/search-guard-tlstool-1.8.zip unzip ~/search-guard-tlstool-1.8.zip -d ~/searchguard curl -so…Read moreGetting Vulnerability for the Elastic 9200 SSL/TLS – Open Source Elasticsearch and Kibana