skip to Main Content

Elastalert deployment failed – CentOS

I have installed elastalert on Centos 7.6 and while starting the elastalert receiving the following error. [root@e2e-27-36 elastalert]# python -m elastalert.elastalert --verbose --rule example_rules/example_frequency.yaml Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File…

VIEW QUESTION

Elasticsearch Curator not to delete the last index while deleting indices by filtertypes – CentOS

Using Elasticsearch 5.1 and Curator version is 4.3 in Centos 7 I am having some indices in elasticsearch whose naming format is sample.data.YYYY_MM_DD , sample.file.YYYY_MM_DD For example:- sample.data.2019_07_22 sample.data.2019_07_23 sample.data.2019_07_25 sample.data.2019_07_26 sample.data.2019_07_28 sample.file.2019_07_21 sample.file.2019_07_25 sample.file.2019_07_26 sample.file.2019_07_29 I have used to…

VIEW QUESTION

Apache2 module Filebeat

I'm following this documentation https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-apache2.html in order to connect an apache web server access log file using file beat to elasticsearch, everything was ok until I changed the path of apache2.yml I got the following error : 2018-09-22T14:21:55.791+0100 ERROR instance/beat.go:691…

VIEW QUESTION
Back To Top
Search