Skip to content

Commit

Permalink
Cleaning up unused invalid ECS fields at root-level
Browse files Browse the repository at this point in the history
  • Loading branch information
kgeller committed Sep 26, 2023
1 parent 8ba206a commit de53f64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions packages/juniper_junos/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.1"
changes:
- description: Removing unused ECS field declarations.
type: bugfix
link: https://github.com/elastic/integrations/pull/7965
- version: "0.10.0"
changes:
- description: Deprecate package.
Expand Down
8 changes: 0 additions & 8 deletions packages/juniper_junos/data_stream/log/fields/ecs.yml
Expand Up @@ -82,14 +82,6 @@
name: file.size
- external: ecs
name: file.type
- external: ecs
name: geo.city_name
- external: ecs
name: geo.country_name
- external: ecs
name: geo.name
- external: ecs
name: geo.region_name
- external: ecs
name: group.id
- external: ecs
Expand Down
4 changes: 0 additions & 4 deletions packages/juniper_junos/docs/README.md
Expand Up @@ -151,10 +151,6 @@ An example event for `log` looks as following:
| file.path.text | Multi-field of `file.path`. | match_only_text |
| file.size | File size in bytes. Only relevant when `file.type` is "file". | long |
| file.type | File type (file, dir, or symlink). | keyword |
| geo.city_name | City name. | keyword |
| geo.country_name | Country name. | keyword |
| geo.name | User-defined description of a location, at the level of granularity they care about. Could be the name of their data centers, the floor number, if this describes a local physical entity, city names. Not typically used in automated geolocation. | keyword |
| geo.region_name | Region name. | keyword |
| group.id | Unique identifier for the group on the system/platform. | keyword |
| group.name | Name of the group. | keyword |
| host.architecture | Operating system architecture. | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/juniper_junos/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: juniper_junos
title: Juniper JunOS (Deprecated)
version: "0.10.0"
version: "0.10.1"
description: Deprecated. Use the Juniper SRX package instead.
categories: ["network", "security"]
release: experimental
Expand Down

0 comments on commit de53f64

Please sign in to comment.