From 3aaebfdccff3cbba2795156aa34f6687794bba0c Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Fri, 19 Oct 2018 16:42:13 -0400 Subject: [PATCH] Be a little more explicit in the changelog for @ruflin's PR #137 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c4db1606..8a467827d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ All notable changes to this project will be documented in this file based on the * Remove `log.offset` and `log.line` as too specific for ECS. #131 * Remove top level objects `kubernetes` and `tls`. #132 * Remove `*.timezone.offset.sec` fields as too specific for ECS at the moment. #134 -* Make the following fields keyword: device.vendor, file.path, file.target_path, http.response.body, network.name, organization.name, url.href, url.path, url.query, user_agent.original +* Make the following fields keyword: device.vendor, file.path, file.target_path, http.response.body, network.name, organization.name, url.href, url.path, url.query, user_agent.original. #137 + * Only two fields using `text` indexing at this time are `message` and `error.message`. ### Bugfixes