Skip to content

Commit

Permalink
Add process.tty as a custom field
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Sep 12, 2024
1 parent fe1751a commit f15fee0
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 37 deletions.
12 changes: 12 additions & 0 deletions ecs/states-inventory-processes/fields/custom/tty.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
- name: process
title: Wazuh Agents
short: Wazuh Inc. custom fields.
type: group
group: 2
fields:
- name: tty
type: keyword
level: custom
description: >
The groups the agent belongs to.
73 changes: 36 additions & 37 deletions ecs/states-inventory-processes/fields/subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,39 @@ fields:
fields:
"@timestamp": {}
tags: []
agent:
fields:
id: {}
groups: {}
process:
fields:
pid: {}
name: ""
parent:
fields:
pid: {}
command_line: ""
args: ""
user:
fields:
id: ""
real_user:
fields:
id: ""
saved_user:
fields:
id: ""
group:
fields:
id: ""
real_group:
fields:
id: ""
saved_group:
fields:
id: ""
start: {}
thread:
fields:
id: ""
tty: {}

agent:
fields:
id: {}
groups: {}
process:
fields:
pid: {}
name: ""
parent:
fields:
pid: {}
command_line: ""
args: ""
user:
fields:
id: ""
real_user:
fields:
id: ""
saved_user:
fields:
id: ""
group:
fields:
id: ""
real_group:
fields:
id: ""
saved_group:
fields:
id: ""
start: {}
thread:
fields:
id: ""
tty: ""

0 comments on commit f15fee0

Please sign in to comment.