Questions tagged [elasticsearch]
ElasticSearch is a JSON-based search and analytics engine, often associated with Logstash, which collects data, and Kibana, which visualizes the results. There are separate tags for these.
62 questions
0
votes
0
answers
41
views
Elastic inside docker not running
I am working to get elastic search up and running on a docker container. Basically my AWS instance has 16 GB of RAM & 10 GB of memory.
Whenever I am trying to run the image, it gives me below ...
0
votes
1
answer
117
views
How to set ip of service within a container? static ip in default network
With an ip-address of a containerized Elasticsearch from the output of docker inspect I succesfully called the Elasticsearch function in a Jupyter notebook running inside another container. Both are ...
0
votes
0
answers
53
views
elasticsearch cannot read certificate file - linux file permissions
I generated a certificate file with certbot. It is placed in /etc/letsencrypt/....
I created a group called elk where I added the elasticsearch user, and I recursively set it as the owning group for /...
0
votes
1
answer
406
views
ElasticSearch install Raspberry pi
I have installed the latest version on elasticsearch on my raspberry pi by following (I am not sure if elasticsearch is even running correctly )
https://www.elastic.co/guide/en/elasticsearch/reference/...
0
votes
0
answers
196
views
run put queries on Elasticsearch host from ansible host
When I run any GET queries, it runs fine.
for instance
- name: run curl query on ES host
uri:
url: "http://localhost:9200"
method: GET
return_content: yes
url_username: ...
0
votes
1
answer
104
views
Capture network interface device name with Packetbeat
With Packetbeat on Linux, the packetbeat.interfaces.device: any configuration captures all messages sent or received by the server where Packetbeat is installed.
I want to distinguish the messages ...
0
votes
1
answer
7k
views
keytool error: java.io.IOException: Invalid keystore format
I have a 3-node ELK stack (Elasticsearch v7.17). After a reboot, the Kibana web interface reports an error "Kibana server is not ready yet".
The SSL certs were expired, so I re-created them (...
0
votes
2
answers
91
views
bash: filter except the latest n records
I'm creating a small script that will delete indexes on an Elasticsearch cluster to prevent it for fill up all the storage with logstash data.
I have a list of records, and I would like to keep the ...
0
votes
0
answers
1k
views
Unable to send logs from rsyslog to logstash and elasticsearch
I am using ubuntu and I installed the ELK stack version 8.5 on the same machine. I did the necessary configurations for each of the services(logstash, elasticsearch, kibana) and I equally configured ...
2
votes
0
answers
562
views
Is it safe to change read ahead setting on a live server
After going through Elasticsearch's documentation I realised that the recommended read ahead value is 128KiB while I am currently using 256KiB on a live server. It is only indexing data and not ...
0
votes
1
answer
69
views
I want remove repeated records and remove those lines in awk
I want check repeated records in column 2 and remove those lines in awk
create a
delete a
create b
create c
delete c
create d
delete f
create f
create g
create h
Expected Output
create b
create d
...
0
votes
1
answer
183
views
elasticsearch: On premise restore snapshot from aws s3
This could sound pretty straightforward. However, I've spent days looking in the web for a method where I can migrate snapshot from aws s3 to on premise elasticsearch cluster.
All the docs I've found ...
0
votes
1
answer
710
views
HTTPD Redirect Rule as Proxy is giving me file not found error. How do I proxy to an external url?
I have a reverse proxy to AWS Elasticsearch. I am having issues with using RedirectRule: no matter what I try, my URL is being interpreted as a file.
SSLProxyEngine On
ProxyRequests On
...
0
votes
1
answer
818
views
Auditbeat exclude /usr/sbin/cron
I'll tried to exclude event from cron jobs running that can be found with the KQL request : auditd.summary.how :"/usr/sbin/cron"
My host does not running SE Linux, so the rules i found (put ...
0
votes
1
answer
4k
views
No valid OpenPGP data found - Elasticsearch wget
I am trying to install elasticsearch on Ubuntu 20.04, but I am getting the following error:
home@VirtualBox$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
gpg: no ...