Commit 799a42d
Enables codec entries for outputs in the ingestor_syslog job.
When settings the property ingestor_syslog.ouputs with additional logstash outputs
the codec field was being set to an string. According to the documentation
the codec field value for any available output is an object and
not a string or integer.
Signed-off-by: Alan Moran <[email protected]>1 parent fc550af commit 799a42d
File tree
1 file changed
+5
-1
lines changed- jobs/ingestor_syslog/templates/config
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments