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:
John Garbutt 2021-06-03 10:27:47 +01:00
parent 008ada9062
commit e7ff199dcf
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<match *.**>
<match **>
@type copy
<store>
@type elasticsearch

View File

@ -1,4 +1,4 @@
<match *.**>
<match **>
@type copy
<store>
@type monasca