Skip to content
Discussion options

You must be logged in to vote

In case anyone else needs this prior to improvements announced in v2.3.190, starting an additional backend file processing engine for Strelka on a standalone node is surprisingly easy. In /opt/so/saltstack/local/salt/strelka/ drop a file called backend2.sls with the following:

{% set MANAGER = salt['grains.get']('master') %}
{% set VERSION = salt['pillar.get']('global:soversion') %}
{% set IMAGEREPO = salt['pillar.get']('global:imagerepo') %}

strelka_backend2:
  docker_container.running:
    - image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-strelka-backend:{{ VERSION }}
    - binds:
      - /opt/so/conf/strelka/backend/:/etc/strelka/:ro
      - /opt/so/conf/strelka/rules/:/etc/yara/:ro
    …

Replies: 2 comments 1 reply

Comment options

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

Comment options

You must be logged in to vote
0 replies
Answer selected by petiepooo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants