summaryrefslogtreecommitdiffstats
path: root/examples/rulebooks/rulebook.yml
blob: 1f5d444144b925771f13d46f0664ecbc4456816b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
- name: Demo rules with kafka as source
  hosts: localhost
  sources:
    - name: kafka
      kafka:
        topic: eda
        host: localhost
        port: 9092
        group_id: testing
  rules:
    - name:
      condition: event.i is defined
      action:
        debug:
    - name:
      condition: event.stop == true
      action:
        shutdown: