We face mutiple issues around special strings containing “-” (dash).
Following log line for example:
2018-03-06 10:26:57,046 INFO [unique_key=journal/application/SOME_Special-47D0DE38-1094-11E8-8122-9140EB0135AA.csv.zip] [application_id=1301dfsdf4678] [ReportDataService]
Will also appear in:
2018-03-06 10:26:26,319 INFO [integration_api] New journal HiredScore_application_recovery_sq-47D0DE38-1094-11E8-8122-9140EB0135AA - Complete
I’d expect in this case the search term:
“47D0DE38-1094-11E8-8122-9140EB0135AA”
To find both cases, But I can’t find an easy search term.
I can do:
47D0DE38 AND 1094 AND 11E8 AND 8122 AND 9140EB0135AA*
But this seems very non intuitive.
Any suggestions?