Skip to content

Commit

Permalink
Rename delivery_timestamp custom group to 'base'
Browse files Browse the repository at this point in the history
Now delivery_timestamp can be used as part of base

Updated the command subset.yml
  • Loading branch information
QU3B1M committed Nov 28, 2024
1 parent db6147d commit 280e36e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
9 changes: 9 additions & 0 deletions ecs/command/fields/custom/base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: base
title: Wazuh base fields
root: true
fields:
- name: delivery_timestamp
type: date
level: custom
description: >
The latest date-time for the command to be delivered. Calculated as the current timestamp plus the timeout.
5 changes: 0 additions & 5 deletions ecs/command/fields/custom/delivery_timestamp.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ecs/command/fields/subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ fields:
fields:
tags: []
"@timestamp": {}
"delivery_timestamp": {}
agent:
fields:
groups: {}
command:
fields: "*"
delivery_timestamp: {}

0 comments on commit 280e36e

Please sign in to comment.