Skip to content

Commit

Permalink
Update networks index custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Nov 11, 2024
1 parent a55f688 commit e7eeb81
Showing 1 changed file with 20 additions and 52 deletions.
72 changes: 20 additions & 52 deletions ecs/states-inventory-networks/fields/custom/host.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,24 @@
---
- name: host
title: Host
type: group
group: 2
description: >
Host related data.
fields:
- name: network
type: group
group: 2
description: >
Host related network data.
fields:
- name: egress
type: group
group: 2
description: >
Outgoing network related data.
fields:
- name: drops
type: long
level: custom
description: >
Number of dropped transmitted packets.
- name: errors
type: long
level: custom
description: >
Number of transmission errors.
- name: queue
type: long
level: custom
description: >
Transmit queue length.
- name: ingress
type: group
group: 2
description: >
Incoming network related data.
fields:
- name: drops
type: long
level: custom
description: >
Number of dropped received packets.
- name: errors
type: long
level: custom
description: >
Number of reception errors.
- name: queue
type: long
level: custom
description: >
Receive queue length.
- name: network.egress.drops
type: long
level: custom
description: >
Number of dropped transmitted packets.
- name: network.egress.errors
type: long
level: custom
description: >
Number of transmission errors.
- name: network.ingress.drops
type: long
level: custom
description: >
Number of dropped received packets.
- name: network.ingress.errors
type: long
level: custom
description: >
Number of reception errors.

0 comments on commit e7eeb81

Please sign in to comment.