# Pipeline aborted due to error in password field logstash

**URL:** https://discuss.elastic.co/t/pipeline-aborted-due-to-error-in-password-field-logstash/68975
**Category:** Logstash
**Created:** [December 14, 2016, 6:24am UTC](https://discuss.elastic.co/t/pipeline-aborted-due-to-error-in-password-field-logstash/68975 "2016-12-14T06:24:36Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Nguy\_n\_D\_c\_Th\_nh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nguy_n_d_c_th_nh/32/13865_2.png) [@Nguy\_n\_D\_c\_Th\_nh](https://discuss.elastic.co/u/Nguy_n_D_c_Th_nh)
#### Post date: [December 14, 2016, 8:23am UTC](https://discuss.elastic.co/t/pipeline-aborted-due-to-error-in-password-field-logstash/68975/3 "2016-12-14T08:23:08Z")

</div>

Hi Nick, here is my config

elasticsearch {  
hosts =\> ["[http://x.x.x.x:9200](http://x.x.x.x:9200)"]  
manage\_template =\> false  
template\_name =\> "network-\*"  
index =\> "network-%{+YYYY.MM.dd}"  
document\_type =\> "%{type}"  
document\_id =\> "%{fingerprint}"  
user =\> "xxxx"  
password =\> "xxxSys201^"  
}

---

_[View the full topic](https://discuss.elastic.co/t/pipeline-aborted-due-to-error-in-password-field-logstash/68975)._
