You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Logstash pipeline for processing Ansible logs
5
5
6
6
Minimalist pipeline to parse Ansible logs on managed hosts
7
7
8
+
Note, that Ansible uses it's module as part of the process name. So make the condition to route into this pipeline a regex check: `[process][name] =~ "ansible"`.
9
+
8
10
## Inputs and Outputs ##
9
11
10
12
If you use files called `input.conf` and `output.conf` they will not collide with this rules, even when you want to pull new versions.
0 commit comments