In the following document:
https://cloud.google.com/chronicle/docs/reference/parser-syntax
there is the following pattern:
(?P<token>regex_pattern)
(?P<eventId>\\\\S+)
What does ?P mean here.
I was looking at the custom pattern secton of logstash, and it doesn't say anything about `?P`:
https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html#_custom_patterns
So what is ?P in the context of Chronicle.
Thanks!