graylog updates, test.debyl.io, scripts for reference
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
pipeline "{{ pipeline.title }}"
|
||||
{% for stage in pipeline.stages %}
|
||||
stage {{ stage.stage }} match {{ stage.match | default('EITHER') }}
|
||||
{% for rule in stage.rules %}
|
||||
rule "{{ rule }}"
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
end
|
||||
Reference in New Issue
Block a user