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.
64 questions
0
votes
0
answers
15
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
0
answers
29
views
Cannot change ownership of elasticsearch directory in colab
I was trying to install elastic search in Google Colab, and it seems that to run the service, you need to change the ownership to a user that is not root. I tried the chown command for this and then ...
0
votes
0
answers
52
views
Kibana service on centos 7 server virtual machine failed to star with code=exited, status=1/FAILURE
I'm trying to setup Elasticsearch and Kibana on my local CentOS 7 virtual machine. I successfully installed ES and Kibana, elasticsearch is working and accessible at: 127.0.0.1:9200, but when the ...
0
votes
1
answer
76
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
36
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
371
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
179
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
86
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
69
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
519
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
59
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
174
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
650
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
...