Skip to main content

All Questions

Tagged with
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 /...
Vivere's user avatar
  • 203
0 votes
1 answer
130 views

Unable to remove the unwanted messages(especially Auditbeat) in my centos server

I need your help in solving the below mentioned Issue. I have Installed Auditbeat-7.3.1 as a part of ELK setup in my centos server. Everything was working well, But i was facing problem while ...
PhaniKumar Raviprola's user avatar
0 votes
1 answer
867 views

problem re-loading index from filebeat in elasticsearch

I am using the ELK stack (more ELG stack as I am using Grafana as the front end instead of kibana for personal reasons). I am using Filebeat to send the logs file to Logstash which are then stored in ...
detectiveahg's user avatar
8 votes
1 answer
15k views

How to give RAM to the filesystem cache

I am tuning my linux machine running Elasticsearch. It says that I should give at least half the memory of the machine running elasticsearch to the filesystem cache. But I don't know how much of it is ...
Rohanil's user avatar
  • 355
0 votes
1 answer
268 views

Send Apache Catalina Logs to Logstash

Dependencies : OS Version : CentOS 5.0 Server Environment : Production Logstash Version : 5.0 Elasticsearch Version : 5.0 I have several app servers running on CentOS 5.0. All these are on-...
Jakir patel's user avatar
3 votes
2 answers
3k views

Unable to start elasticsearch

Configuration : Elasticsearch Version = 5.0.1 OS = Amazon Linux AMI release 2014.03 I am using AWS m3.large instance. I have two elasticsearch nodes. For my data node(node-2) , When I started ...
Jakir patel's user avatar
2 votes
1 answer
2k views

send json via rsyslog to elasticsearch

in our company we need aggregate services statistics for some reason we decide to use rsyslogd to send applications statistics (json format) to elasticsearch system directly (this tutorial). but we ...
Sassan torabkheslat's user avatar