From a77e8df7063cc70d10b9824a7f6f32d2d705dfc6 Mon Sep 17 00:00:00 2001 From: stambata Date: Thu, 24 Oct 2019 15:25:12 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8babf42..5fa53d9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ A tcp logger for [Logstash](http://logstash.net/docs/1.4.2/inputs/tcp) | server | string | `os.hostname()` | | host | string | `"127.0.0.1"` | | port | number | `9999` | -| application | string | `process.title` | +| appName | string | `process.title` | | pid | string | `process.pid` | | tags | string[] | `["bunyan"]` | +| type | string | `undefined` | ## Adding the bunyan-logstash stream to Bunyan