# How to give \\n as delimiter for dissect filter

**URL:** https://discuss.elastic.co/t/how-to-give-n-as-delimiter-for-dissect-filter/112439
**Category:** Logstash
**Created:** [December 19, 2017, 1:15pm UTC](https://discuss.elastic.co/t/how-to-give-n-as-delimiter-for-dissect-filter/112439 "2017-12-19T13:15:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![George\_Cherian](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/george_cherian/32/25879_2.png) [@George\_Cherian](https://discuss.elastic.co/u/George_Cherian)
#### Post date: [December 19, 2017, 1:15pm UTC](https://discuss.elastic.co/t/how-to-give-n-as-delimiter-for-dissect-filter/112439/1 "2017-12-19T13:15:44Z")

</div>

Hi Logstash Team,

Need to filter out a field till the end of the line in dissect filter. Is it possible to do it using dissect. Came to know that from logstash 6.0, if the config in logstash.yml  
config.support\_escapes: true is enabled then, escape characters in string is considered.

```
dissect {

                         mapping => {
                                balsdata => "%{}Privacy:%{Privacy:}\n%{}"
                       }

```

Is this possible? When I tried the above it didn't work for me.

Thanks  
George

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 16, 2018, 1:15pm UTC](https://discuss.elastic.co/t/how-to-give-n-as-delimiter-for-dissect-filter/112439/2 "2018-01-16T13:15:59Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
