Skip to content

Commit

Permalink
fix(juniper_netscreen): include log.file.device_id and log.file.inode…
Browse files Browse the repository at this point in the history
… in base-fields.yml
  • Loading branch information
pkoutsovasilis committed Apr 22, 2024
1 parent 2d7a503 commit c9c8a0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/juniper_netscreen/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.2"
changes:
- description: Define missing fields
type: bugfix
link: https://github.com/elastic/integrations/pulls/0
- version: "0.10.1"
changes:
- description: Changed owners
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
example: /var/log/fun-times.log
ignore_above: 1024
type: keyword
- name: log.file.device_id
description: Device Id of the log file this event came from.
type: keyword
- name: log.file.inode
type: keyword
description: Inode of the log file this event came from.
- name: log.source.address
description: Source address from which the log event was read / sent from.
type: keyword
Expand Down
2 changes: 1 addition & 1 deletion packages/juniper_netscreen/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: juniper_netscreen
title: Juniper NetScreen (Deprecated)
version: "0.10.1"
version: "0.10.2"
description: Deprecated. Juniper NetScreen is no longer supported.
categories: ["network", "security", "firewall_security"]
release: experimental
Expand Down

0 comments on commit c9c8a0b

Please sign in to comment.