# Ingestion of several double lines in elastic research

**URL:** https://discuss.elastic.co/t/ingestion-of-several-double-lines-in-elastic-research/229682
**Category:** Beats
**Tags:** filebeat
**Created:** [April 24, 2020, 3:33pm UTC](https://discuss.elastic.co/t/ingestion-of-several-double-lines-in-elastic-research/229682 "2020-04-24T15:33:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Youssef\_SBAI](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/youssef_sbai/32/64242_2.png) [@Youssef\_SBAI](https://discuss.elastic.co/u/Youssef_SBAI)
#### Post date: [April 24, 2020, 3:33pm UTC](https://discuss.elastic.co/t/ingestion-of-several-double-lines-in-elastic-research/229682/1 "2020-04-24T15:33:17Z")

</div>

I use file beat and logstsh for ingest csv in elastic i have this problem

ingestion of several double lines in elastic research  
can you help me please?

I use this config in filebeat

```
 filebeat.inputs:

- type: log

  # Change to true to enable this input configuration.
  enabled: true

 # Paths that should be crawled and fetched. Glob based paths.
 paths:
  C:\Users\h83710\Desktop\elastic\logstash-7.5.2\test\poca.csv

# Ignore the first line with column headings
 exclude_lines: [ "chaine", "job", "date_plan", "statut", "date_debut", "date_fin", "serveur", 
"numero_passage", "application", "sous_application" ]

 # Identifies the last two columns as the end of an entry and then prepends the previous lines 
to it
   multiline.pattern: '^\d'
   multiline.negate: true 
   multiline.match: after
```

---

<div class="post-metadata">

### Author: ![Youssef\_SBAI](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/youssef_sbai/32/64242_2.png) [@Youssef\_SBAI](https://discuss.elastic.co/u/Youssef_SBAI)
#### Post date: [April 29, 2020, 6:58pm UTC](https://discuss.elastic.co/t/ingestion-of-several-double-lines-in-elastic-research/229682/2 "2020-04-29T18:58:57Z")

</div>

can you help me please ??

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [April 30, 2020, 9:39am UTC](https://discuss.elastic.co/t/ingestion-of-several-double-lines-in-elastic-research/229682/3 "2020-04-30T09:39:13Z")

</div>

I moved the question to #beats:filebeat.

Have a look at [https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-deduplication.html](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-deduplication.html)

---

<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: [May 28, 2020, 9:39am UTC](https://discuss.elastic.co/t/ingestion-of-several-double-lines-in-elastic-research/229682/4 "2020-05-28T09:39:16Z")

</div>

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