Skip to content
Snippets Groups Projects
Commit e7ff199d authored by John Garbutt's avatar John Garbutt
Browse files

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
parent 008ada90
No related branches found
No related tags found
No related merge requests found
<match *.**>
<match **>
@type copy
<store>
@type elasticsearch
......
<match *.**>
<match **>
@type copy
<store>
@type monasca
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment