# Logstasth pippeline error

**URL:** https://discuss.elastic.co/t/logstasth-pippeline-error/132737
**Category:** Logstash
**Created:** [May 22, 2018, 7:39am UTC](https://discuss.elastic.co/t/logstasth-pippeline-error/132737 "2018-05-22T07:39:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Marko\_Kevin\_Grilc](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@Marko\_Kevin\_Grilc](https://discuss.elastic.co/u/Marko_Kevin_Grilc)
#### Post date: [May 22, 2018, 7:39am UTC](https://discuss.elastic.co/t/logstasth-pippeline-error/132737/1 "2018-05-22T07:39:11Z")

</div>

Logstash wont allow me to create a pipeline with my config, between him and search. I wanted to import some data into the db, but had no luck.  
Here's my config

> Blockquote  
> input{  
> file{  
> path=\>"E:\Programi\Elastic\Server\File\test.csv"  
> start\_position=\>"beginning"  
> sincedb\_path =\>"/dev/null"  
> }  
> }  
> filter{  
> csv{  
> separator =\>";"  
> columns =\>["Bbl", "routine name", "correct count", "stopless", "startless", "averge", "min", "max", "sum", "%"]  
> }  
> mutate{convert =\>["Bbl", "integer"]}  
> mutate{convert =\>["correct count", "integer"]}  
> mutate{convert =\>["stopless", "integer"]}  
> mutate{convert =\>["startless", "integer"]}  
> mutate{convert =\>["averge", "double"]}  
> mutate{convert =\>["min", "integer"]}  
> mutate{convert =\>["max", "integer"]}  
> mutate{convert =\>["sum", "integer"]}  
> mutate{convert =\>["%", "double"]}  
> }  
> output{  
> elasticsearch{  
> user =\> "logstash\_internal"  
> password =\> "test"  
> hosts=\>"localhost:9200"  
> index =\>"test"  
> document\_type =\>"tes\_test"  
> }  
> stdout{}  
> }

And here's the log data from the error

 ![Untitled](https://us1.discourse-cdn.com/elastic/original/3X/3/7/37c9cc7667141e57b7f892e3aff984c2d1ac11ce.jpg)

Plz help if u can 🙂

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [May 22, 2018, 10:29am UTC](https://discuss.elastic.co/t/logstasth-pippeline-error/132737/2 "2018-05-22T10:29:16Z")

</div>

I don't OTOH what the cause is, but you're not the first one to experience this error so make sure you google the error message.

> sincedb\_path =\>"/dev/null"

On Windows use "nul" instead of "/dev/null".

---

<div class="post-metadata">

### Author: ![Marko\_Kevin\_Grilc](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@Marko\_Kevin\_Grilc](https://discuss.elastic.co/u/Marko_Kevin_Grilc)
#### Post date: [May 23, 2018, 8:04am UTC](https://discuss.elastic.co/t/logstasth-pippeline-error/132737/3 "2018-05-23T08:04:27Z")

</div>

Could it be that I'm missing some plugins? I saw that ppl use FileBeat to pars data, but it states it should be done like this also. Will google more, thx

---

<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: [June 20, 2018, 8:04am UTC](https://discuss.elastic.co/t/logstasth-pippeline-error/132737/4 "2018-06-20T08:04:29Z")

</div>

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