# \[ERROR\]\[logstash.inputs.metrics \] Failed to create monitoring event {:message=\>"For path: events. Map keys: \[:pipelines, :reloads\]", :error=\>"LogStash::Instrument::MetricStore::MetricNotFound"}

**URL:** https://discuss.elastic.co/t/error-logstash-inputs-metrics-failed-to-create-monitoring-event-message-for-path-events-map-keys-pipelines-reloads-error-logstash-metricnotfound/163628
**Category:** Logstash
**Created:** [January 9, 2019, 10:23pm UTC](https://discuss.elastic.co/t/error-logstash-inputs-metrics-failed-to-create-monitoring-event-message-for-path-events-map-keys-pipelines-reloads-error-logstash-metricnotfound/163628 "2019-01-09T22:23:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![alexus](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alexus/32/12696_2.png) [@alexus](https://discuss.elastic.co/u/alexus)
#### Post date: [January 9, 2019, 10:23pm UTC](https://discuss.elastic.co/t/error-logstash-inputs-metrics-failed-to-create-monitoring-event-message-for-path-events-map-keys-pipelines-reloads-error-logstash-metricnotfound/163628/1 "2019-01-09T22:23:20Z")

</div>

I'm following [Configuring Centralized Pipeline Management | Logstash Reference [6.5] | Elastic](https://www.elastic.co/guide/en/logstash/current/configuring-centralized-pipelines.html#configuration-management-settings) and as I enable following:

```
# grep -i management docker-compose.override.yml 
                        - XPACK_MANAGEMENT_ELASTICSEARCH_PASSWORD=changeme
                        - XPACK_MANAGEMENT_ELASTICSEARCH_PIPELINE_ID='["pipelineId1"]'
                        - XPACK_MANAGEMENT_ELASTICSEARCH_URL=http://elasticsearch:9200
                        - XPACK_MANAGEMENT_ELASTICSEARCH_USERNAME=elastic
                        - XPACK_MANAGEMENT_ENABLED=true
# 

```

I start getting following ERROR(s) in my logs:

> [ERROR][logstash.inputs.metrics] Failed to create monitoring event {:message=\>"For path: events. Map keys: [:pipelines, :reloads]", :error=\>"LogStash::Instrument::MetricStore::MetricNotFound"}

configuration management doesn't work neither((

Please advise.

---

<div class="post-metadata">

### Author: ![alexus](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/alexus/32/12696_2.png) [@alexus](https://discuss.elastic.co/u/alexus)
#### Post date: [January 15, 2019, 4:28pm UTC](https://discuss.elastic.co/t/error-logstash-inputs-metrics-failed-to-create-monitoring-event-message-for-path-events-map-keys-pipelines-reloads-error-logstash-metricnotfound/163628/2 "2019-01-15T16:28:54Z")

</div>

`xpack.management.pipeline.id` wasn't properly passed, correct way:

> ```
> - XPACK_MANAGEMENT_PIPELINE_ID=["pipelineId1"]
> 
> ```

---

<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: [February 12, 2019, 4:29pm UTC](https://discuss.elastic.co/t/error-logstash-inputs-metrics-failed-to-create-monitoring-event-message-for-path-events-map-keys-pipelines-reloads-error-logstash-metricnotfound/163628/3 "2019-02-12T16:29:05Z")

</div>

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