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