Robustify fluentd output tag matching
We really want elasticsearch or monasca to catch all logs, to providd the required centrailsed logging. While these appears to make little material difference, it should make it harder for logs to not get caught by any of the outputs we have configured. TrivialFix Change-Id: I3bb74dcdc3cbe78cd1e1657f44e2a0af9d6508ef
This commit is contained in:
parent
008ada9062
commit
e7ff199dcf
@ -1,4 +1,4 @@
|
||||
<match *.**>
|
||||
<match **>
|
||||
@type copy
|
||||
<store>
|
||||
@type elasticsearch
|
||||
|
@ -1,4 +1,4 @@
|
||||
<match *.**>
|
||||
<match **>
|
||||
@type copy
|
||||
<store>
|
||||
@type monasca
|
||||
|
Loading…
Reference in New Issue
Block a user