You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins: default plugins in docker images opensearch 2.1.0
Do you have any screenshots?
Do you have any additional context?
Is there any escape grammar for the scenario? I have tried to find in document but found nothing.
Or please show me the documentation I can refer.
Many thanks!
The text was updated successfully, but these errors were encountered:
What is the bug?
PPL failed to parse when some fileds in log are PPL keywords.
How can one reproduce the bug?
{ "log": "test mesg", "timestamp": "2022-07-28 22:45:00" }
in index logstash-2022.07.28source=logstash-2022.07.28 | parse log "(?<almsg>\w+).*"
What is the expected behavior?
Return parsed fields correctly
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
Is there any escape grammar for the scenario? I have tried to find in document but found nothing.
Or please show me the documentation I can refer.
Many thanks!
The text was updated successfully, but these errors were encountered: