Skip to content

Commit

Permalink
Remove unneeded agent fields off non-agent indices (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland authored Nov 13, 2024
1 parent 9e0edb3 commit bc50ce5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 180 deletions.
20 changes: 0 additions & 20 deletions ecs/alerts/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-hardware/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-hotfixes/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-networks/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-packages/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-ports/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-processes/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-inventory-system/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status
20 changes: 0 additions & 20 deletions ecs/states-vulnerabilities/fields/custom/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,3 @@
level: custom
description: >
List of groups the agent belong to.
- name: key
type: keyword
level: custom
description: >
The registration key of the agent.
- name: last_login
type: date
level: custom
description: >
The agent's last login.
- name: status
type: keyword
level: custom
description: >
Agents' interpreted connection status depending on `agent.last_login`.
allowed_values:
- name: active
description: Active agent status
- name: disconnected
description: Disconnected agent status

0 comments on commit bc50ce5

Please sign in to comment.