Skip to content
Discussion options

You must be logged in to vote

I discovered that I had to add some lines to: /opt/so/saltstack/default/salt/elastalert/init.sls

It added the following lines under the - binds: section.

  • binds:
    • /opt/so/rules/elastalert:/opt/elastalert/rules/:ro
    • /opt/so/log/elastalert:/var/log/elastalert:rw
    • /opt/so/conf/elastalert/modules/:/opt/elastalert/modules/:ro
    • /opt/so/conf/elastalert/elastalert_config.yaml:/opt/elastalert/config.yaml:ro
    • /usr/local/bin/so-alerts.sh:/usr/local/bin/so-alerts.sh:ro
      **- /tmp/elastalert:/tmp/elastalert:rw
    • /usr/sbin/ssmtp:/usr/sbin/ssmtp:ro
    • /etc/ssmtp:/etc/ssmtp/:ro
    • /usr/lib/x86_64-linux-gnu/libgnutls-openssl.so.27:/usr/lib/x86_64-linux-gnu/libgnutls-openssl.so.27:ro
    • /usr/lib/x86_64-linux-gnu/libgnutls-…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by DebianGuru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #10206 on April 26, 2023 12:49.