Graylog2 / Graylog2/graylog2-server

Decorator - Support for newline and tab

Open
#3,581 1 comment 0 reactions 0 assignees View on GitHub
feature triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

Currently graylog decorator not supporting new line and tab, requesting to support this

please refer https://community.graylog.org/t/decorator-combine-to-field-values-with-newline/315

## Expected Behavior

In decorator, if you are combining two string, we need option to add new line also eg : Format String : ${Input_App_Name_01} \n ${Input_App_Name_02}

Should result like
Input_App_Name (Field)
oneday_profile (app one)
/base/test/parse//userprofile/oneday/profile (app two)

## Current Behavior

Currently we are getting result like

Input_App_Name (Field)
oneday_profile (app one) n /base/test/parse//userprofile/oneday/profile (app two)

## Possible Solution

## Steps to Reproduce (for bugs)

1. Select two filed from result example Input_App_Name_01 and Input_App_Name_03
2. create extractor Format String : ${Input_App_Name_01} \n ${Input_App_Name_02}
Target field : Input_App_Name
3.
4.

## Context

## Your Environment

* Graylog Version: 2.2
* Elasticsearch Version:
* MongoDB Version:
* Operating System:
* Browser version:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.