Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Update Elastic Agent dashboard, package icon, and data stream mappings #1529

Merged
merged 5 commits into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/elastic_agent/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Update dashboard to CGroup CPU usage and events rates visualization and add Elastic Agent logo
type: enhancement
link: https://github.com/elastic/integrations/pull/1529
- version: "1.1.1"
changes:
- description: Fix missing support for heartbeat metrics and logs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
- name: "@timestamp"
type: date
description: Event timestamp.
- name: event.dataset
type: constant_keyword
description: Event dataset
12 changes: 12 additions & 0 deletions packages/elastic_agent/data_stream/apm_server_logs/fields/ecs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: log
title: Log
group: 2
description: "Details about the event's logging mechanism or logging transport.\nThe log.* fields are typically populated with details about the logging mechanism used to create and/or transport the event. For example, syslog details belong under `log.syslog.*`.\nThe details specific to your event source are typically not logged under `log.*`, but rather in `event.*` or in other ECS fields."
type: group
fields:
- name: level
level: core
type: keyword
ignore_above: 1024
description: "Original log level of the log event.\nIf the source of the event provides a log level or textual severity, this is the one that goes in `log.level`. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity).\nSome examples are `warn`, `err`, `i`, `informational`."
example: error
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
- name: beat.type
descripion: Beat type.
type: keyword
- name: beat.stats
description: Beat stats
type: group
fields:
- name: libbeat
type: group
description: >
Fields common to all Beats

fields:
- name: output
type: group
description: >
Output stats

fields:
- name: events
type: group
description: >
Event counters

fields:
- name: acked
type: long
description: >
Number of events acknowledged

- name: active
type: long
description: >
Number of active events

- name: batches
type: long
description: >
Number of event batches

- name: dropped
type: long
description: >
Number of events dropped

- name: duplicates
type: long
description: >
Number of events duplicated

- name: failed
type: long
description: >
Number of events failed

- name: toomany
type: long
description: >
Number of too many events

- name: total
type: long
description: >
Total number of events

- name: write
type: group
description: >
Write stats

fields:
- name: bytes
type: long
description: >
Number of bytes written

- name: errors
type: long
description: >
Number of write errors

Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
- name: "@timestamp"
type: date
description: Event timestamp.
- name: event.dataset
type: constant_keyword
description: Event dataset
12 changes: 12 additions & 0 deletions packages/elastic_agent/data_stream/auditbeat_logs/fields/ecs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: log
title: Log
group: 2
description: "Details about the event's logging mechanism or logging transport.\nThe log.* fields are typically populated with details about the logging mechanism used to create and/or transport the event. For example, syslog details belong under `log.syslog.*`.\nThe details specific to your event source are typically not logged under `log.*`, but rather in `event.*` or in other ECS fields."
type: group
fields:
- name: level
level: core
type: keyword
ignore_above: 1024
description: "Original log level of the log event.\nIf the source of the event provides a log level or textual severity, this is the one that goes in `log.level`. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity).\nSome examples are `warn`, `err`, `i`, `informational`."
example: error
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
- name: beat.type
descripion: Beat type.
type: keyword
- name: beat.stats
description: Beat stats
type: group
fields:
- name: libbeat
type: group
description: >
Fields common to all Beats

fields:
- name: output
type: group
description: >
Output stats

fields:
- name: events
type: group
description: >
Event counters

fields:
- name: acked
type: long
description: >
Number of events acknowledged

- name: active
type: long
description: >
Number of active events

- name: batches
type: long
description: >
Number of event batches

- name: dropped
type: long
description: >
Number of events dropped

- name: duplicates
type: long
description: >
Number of events duplicated

- name: failed
type: long
description: >
Number of events failed

- name: toomany
type: long
description: >
Number of too many events

- name: total
type: long
description: >
Total number of events

- name: write
type: group
description: >
Write stats

fields:
- name: bytes
type: long
description: >
Number of bytes written

- name: errors
type: long
description: >
Number of write errors

Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
- name: "@timestamp"
type: date
description: Event timestamp.
- name: event.dataset
type: constant_keyword
description: Event dataset
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: log
title: Log
group: 2
description: "Details about the event's logging mechanism or logging transport.\nThe log.* fields are typically populated with details about the logging mechanism used to create and/or transport the event. For example, syslog details belong under `log.syslog.*`.\nThe details specific to your event source are typically not logged under `log.*`, but rather in `event.*` or in other ECS fields."
type: group
fields:
- name: level
level: core
type: keyword
ignore_above: 1024
description: "Original log level of the log event.\nIf the source of the event provides a log level or textual severity, this is the one that goes in `log.level`. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity).\nSome examples are `warn`, `err`, `i`, `informational`."
example: error
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
- name: beat.type
descripion: Beat type.
type: keyword
- name: beat.stats
description: Beat stats
type: group
fields:
- name: libbeat
type: group
description: >
Fields common to all Beats

fields:
- name: output
type: group
description: >
Output stats

fields:
- name: events
type: group
description: >
Event counters

fields:
- name: acked
type: long
description: >
Number of events acknowledged

- name: active
type: long
description: >
Number of active events

- name: batches
type: long
description: >
Number of event batches

- name: dropped
type: long
description: >
Number of events dropped

- name: duplicates
type: long
description: >
Number of events duplicated

- name: failed
type: long
description: >
Number of events failed

- name: toomany
type: long
description: >
Number of too many events

- name: total
type: long
description: >
Total number of events

- name: write
type: group
description: >
Write stats

fields:
- name: bytes
type: long
description: >
Number of bytes written

- name: errors
type: long
description: >
Number of write errors

Loading