# Unable to load data from logstash to elasticsearch

**URL:** https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826
**Category:** Logstash
**Created:** [December 13, 2019, 5:35pm UTC](https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826 "2019-12-13T17:35:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ronics](https://avatars.discourse-cdn.com/v4/letter/r/ecccb3/32.png) [@ronics](https://discuss.elastic.co/u/ronics)
#### Post date: [December 13, 2019, 5:35pm UTC](https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826/1 "2019-12-13T17:35:22Z")

</div>

I have recently activated xpack monitoring in elasticsearh, kibana and logstash. I tried to push 101MB csv file but I am getting error. My configuratio in logstash.yml is  
xpack.monitoring.enabled: true  
xpack.monitoring.elasticsearch.username: logstash\_system  
xpack.monitoring.elasticsearch.password: changeme  
xpack.monitoring.elasticsearch.hosts: "[http://localhost:9200](http://localhost:9200)"

test.conf configuration is

input {  
file {  
path =\> "E:/ElasticSearch/logstash-7.5.0/data/data101.csv"  
start\_position =\> "beginning"  
}  
}

filter  
{  
grok  
{  
match =\>{"message" =\>"%{NUMBER:mobile},%{WORD:Fname}"}

```
	}
	}

```

output {  
elasticsearch {  
hosts =\> "[http://localhost:9200/](http://localhost:9200/)"  
user =\> "elastic"  
password =\> "changeme"  
index =\> "my102mb"  
}

}

---

<div class="post-metadata">

### Author: ![ronics](https://avatars.discourse-cdn.com/v4/letter/r/ecccb3/32.png) [@ronics](https://discuss.elastic.co/u/ronics)
#### Post date: [December 13, 2019, 5:36pm UTC](https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826/2 "2019-12-13T17:36:19Z")

</div>

![Capture](https://us1.discourse-cdn.com/elastic/original/3X/a/6/a68e161b9f15b364a7857e98a4ba8d4c6b7ea352.png)

I am getting this error.

---

<div class="post-metadata">

### Author: ![Badger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/badger/32/25190_2.png) [@Badger](https://discuss.elastic.co/u/Badger)
#### Post date: [December 13, 2019, 8:29pm UTC](https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826/3 "2019-12-13T20:29:00Z")

</div>

What do you see in the elasticsearch log?

---

<div class="post-metadata">

### Author: ![ronics](https://avatars.discourse-cdn.com/v4/letter/r/ecccb3/32.png) [@ronics](https://discuss.elastic.co/u/ronics)
#### Post date: [December 14, 2019, 11:56am UTC](https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826/4 "2019-12-14T11:56:50Z")

</div>

There is no elasticesearch log appear for this logstash error.

---

<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 11, 2020, 11:57am UTC](https://discuss.elastic.co/t/unable-to-load-data-from-logstash-to-elasticsearch/211826/5 "2020-01-11T11:57:01Z")

</div>

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