From 774a38b086308f017ed173b670626d7b8db449d7 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Tue, 15 Dec 2020 18:15:44 -0500 Subject: [PATCH] Update apache.status fields Update the fields for the apache.status data stream. The fields reported from agent changed due to https://github.com/elastic/beats/pull/23022. --- test/packages/apache/data_stream/status/fields/fields.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/packages/apache/data_stream/status/fields/fields.yml b/test/packages/apache/data_stream/status/fields/fields.yml index 0f5f0712a..2c80752a4 100644 --- a/test/packages/apache/data_stream/status/fields/fields.yml +++ b/test/packages/apache/data_stream/status/fields/fields.yml @@ -1,18 +1,14 @@ - name: apache.status type: group fields: - - name: hostname - type: keyword - description: | - Apache hostname. - name: total_accesses type: long description: | Total number of access requests. - - name: total_kbytes + - name: total_bytes type: long description: | - Total number of kilobytes served. + Total number of bytes served. - name: requests_per_sec type: scaled_float description: |