Skip to content

Commit

Permalink
Remove unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Nov 12, 2024
1 parent 32ac663 commit 9fcdbf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
14 changes: 1 addition & 13 deletions ecs/agent/fields/custom/host.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
---
- name: host
title: Wazuh Agents
short: Wazuh Inc. custom fields.
level: core
type: group
group: 0
reusable:
top_level: false
expected:
- agent
fields:
- name: os
title: Operating system
level: custom
type: keyword
description: >
Agent's operating system
- agent
8 changes: 1 addition & 7 deletions ecs/agent/fields/custom/wazuh-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,4 @@
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
- name: host
type: group
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
fields: "*"
description: Disconnected agent status
7 changes: 1 addition & 6 deletions ecs/agent/fields/subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ fields:
last_login: {}
status: {}
host:
fields: "*"
# fields: "*"
# ip: {}
# os:
# fields:
# full: {}
fields: "*"

0 comments on commit 9fcdbf3

Please sign in to comment.