Skip to content
Discussion options

You must be logged in to vote

You can set the number of replicas for elastalert_status to 0 (since you only have 1 elasticsearch node it can't create a replica you have configured)

sudo so-elasticsearch-query elastalert_status/_settings -d '{"number_of_replicas":0}' -XPUT

As for the error you are seeing in your highstate

          ID: so_index_template_dir
    Function: file.directory
        Name: /opt/so/conf/elasticsearch/templates/index
      Result: False
     Comment: The following requisites were not found:
                                 require:
                                     file: so_index_template_so-logs-fortinet.firewall
     Started: 06:01:53.516920
    Duration: 0.005 ms
     Changes:

that is r…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@geistchevalier
Comment options

Answer selected by geistchevalier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
3.0
Labels
None yet
2 participants