# Logstash (TypeError) no implicit conversion of Hash into String

**URL:** https://discuss.elastic.co/t/logstash-typeerror-no-implicit-conversion-of-hash-into-string/363616
**Category:** Logstash
**Created:** [July 23, 2024, 8:58am UTC](https://discuss.elastic.co/t/logstash-typeerror-no-implicit-conversion-of-hash-into-string/363616 "2024-07-23T08:58:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Gimi\_Sedi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/gimi_sedi/32/123130_2.png) [@Gimi\_Sedi](https://discuss.elastic.co/u/Gimi_Sedi)
#### Post date: [July 23, 2024, 8:58am UTC](https://discuss.elastic.co/t/logstash-typeerror-no-implicit-conversion-of-hash-into-string/363616/1 "2024-07-23T08:58:47Z")

</div>

For a couple of days, logstash stops ingesting logs (while the service is up and running). The error thrown on the logs is shown below:

2024-07-22 12:10:36,103 pool-84-thread-1 ERROR An exception occurred processing Appender plain\_rolling org.jruby.exceptions.TypeError: (TypeError) no implicit conversion of Hash into String

This is the command defined on .service file:

ExecStart=/usr/share/logstash/bin/logstash "--path.settings" "/etc/logstash"

I need help to identify what is causing the issue?
