Graylog2 / Graylog2/graylog2-server
Hyperlink a decorated field, or pipeline field
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Hello, I would like hyperlink an url constructed by a pipeline, or a decorator: format string
## Why?
When message incoming raw, and need decorator, It can be interesting to access all decorator featured after extrator work.
Here is my case:
I have message splited, and constructed in graylog.
- First, I split all fields needed with an extractor GROK. --> ok
- Second, I create a pipeline to create a field url and concatenate other fields extracted. / or by a decorator --> ok
- Third, I would like hyperlink this url --> KO
If I use 2 decorator: order is correct:

## Your Environment
* Graylog Version: 3.3
* Elasticsearch Version: 5
* MongoDB Version:
* Operating System: OL7
* Browser version: Chrome
Contributor guide
Assessment
This issue has not been assessed yet.