|
Let's say I have these 2 events in my index:
I can simply enter index="test" log on the search bar and will see both events return, however, if I enter index="test" regex="log" in the search bar, it returns 0 events. This regex is valid PCRE. Entering index="test" regex=".*log.*" doesn't return any results either. |
|
With
1
Or, when you just need basic wildcard matches, you can skip the regex processing altogether and use "log" instead of the regex "log."
(08 Apr '11, 04:02)
southeringtonp ♦
|