graylog-plugin-pipeline-processor
graylog-plugin-pipeline-processor copied to clipboard
to_url doesn't support accessing parameter which contains dot
Problem description
Steps to reproduce the problem
- assumed that url is looks like this
https://example.com/?query.with=dot - parse url with
to_urland assumed that the result is assigned to variable nameurl - cannot access
query.withusingurl.queryParams.query.withor whetherurl.queryParams["query.with"]
I'm not sure is there any way to access the field, or do we have to escape the dot.
Environment
Linux
- Graylog Version: 2.2.2
- Pipeline Processor plugin version: any version
- Elasticsearch Version:
- MongoDB Version:
- Operating System:
- Browser version: