From ffee181a17dad9e608256d5f69729bf7ad3b2d9c Mon Sep 17 00:00:00 2001 From: seabaylea Date: Mon, 7 Sep 2015 15:27:38 +0100 Subject: [PATCH] Fix code tag --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d9ccc2..7fd1dca 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ Additional data is then included depending on the monitoring event. ### Sending Custom Data to ElasticSearch The Node Application Metrics to ELK Connector registers for events that it is aware of, and forwards the data from those events to ElasticSearch. The registration for those events is based on the 'mappings' files in the following directory: -```node_modules/appmetrics-elk/mappings/ +```sh +node_modules/appmetrics-elk/mappings/ ``` Any mappings files found in that directory are both used to configure how ElasticSearch handles the data, and to configure the monitoring events that are forwarded.