Skip to content

Commit

Permalink
Update apache.status fields
Browse files Browse the repository at this point in the history
Update the fields for the apache.status data stream. The fields reported from agent changed
due to elastic/beats#23022.
  • Loading branch information
andrewkroh committed Dec 15, 2020
1 parent f708276 commit 774a38b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/packages/apache/data_stream/status/fields/fields.yml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down

0 comments on commit 774a38b

Please sign in to comment.