Skip to content

Commit c563bb3

Browse files
[juniper_netscreen]: include log.file.device_id and log.file.inode in base-fields (elastic#9658)
* fix(juniper_netscreen): include log.file.device_id and log.file.inode in base-fields.yml * fix(juniper_netscreen): update README.md
1 parent f187d0d commit c563bb3

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

‎packages/juniper_netscreen/changelog.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.10.2"
3+
changes:
4+
- description: Define missing fields
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pulls/9658
27
- version: "0.10.1"
38
changes:
49
- description: Changed owners

‎packages/juniper_netscreen/data_stream/log/fields/base-fields.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
example: /var/log/fun-times.log
2828
ignore_above: 1024
2929
type: keyword
30+
- name: log.file.device_id
31+
description: Device Id of the log file this event came from.
32+
type: keyword
33+
- name: log.file.inode
34+
type: keyword
35+
description: Inode of the log file this event came from.
3036
- name: log.source.address
3137
description: Source address from which the log event was read / sent from.
3238
type: keyword

‎packages/juniper_netscreen/docs/README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ An example event for `log` looks as following:
164164
| http.request.method | HTTP request method. The value should retain its casing from the original event. For example, `GET`, `get`, and `GeT` are all considered valid values for this field. | keyword |
165165
| http.request.referrer | Referrer for this HTTP request. | keyword |
166166
| input.type | Type of Filebeat input. | keyword |
167+
| log.file.device_id | Device Id of the log file this event came from. | keyword |
168+
| log.file.inode | Inode of the log file this event came from. | keyword |
167169
| log.file.path | Full path to the log file this event came from. | keyword |
168170
| log.flags | Flags for the log file. | keyword |
169171
| log.level | Original log level of the log event. If the source of the event provides a log level or textual severity, this is the one that goes in `log.level`. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity). Some examples are `warn`, `err`, `i`, `informational`. | keyword |

‎packages/juniper_netscreen/manifest.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: juniper_netscreen
33
title: Juniper NetScreen (Deprecated)
4-
version: "0.10.1"
4+
version: "0.10.2"
55
description: Deprecated. Juniper NetScreen is no longer supported.
66
categories: ["network", "security", "firewall_security"]
77
release: experimental

0 commit comments

Comments
 (0)