Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 146 additions & 0 deletions packages/cisco/0.13.3/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
# newer versions go on top
- version: "0.13.3"
changes:
- description: Update readme file
type: enhancement
link: https://github.com/elastic/integrations/pull/2927
- version: "0.13.2"
changes:
- description: Make fields agree with ECS
type: bugfix
link: https://github.com/elastic/integrations/pull/3018
- version: "0.13.1"
changes:
- description: Add documentation for multi-fields
type: enhancement
link: https://github.com/elastic/integrations/pull/2916
- version: "0.13.0"
changes:
- description: Update to ECS 8.0.0
type: enhancement
link: https://github.com/elastic/integrations/pull/2577
- version: "0.12.5"
changes:
- description: Regenerate test files using the new GeoIP database
type: bugfix
link: https://github.com/elastic/integrations/pull/2339
- version: "0.12.4"
changes:
- description: Change test public IPs to the supported subset
type: bugfix
link: https://github.com/elastic/integrations/pull/2327
- version: "0.12.3"
changes:
- description: Update Title and Description.
type: bugfix
link: https://github.com/elastic/integrations/pull/1997
- version: "0.12.2"
changes:
- description: Fixed a bug that prevents the package from working in 7.16.
type: bugfix
link: https://github.com/elastic/integrations/pull/1882
- version: "0.12.1"
changes:
- description: Fix logic that checks for the 'forwarded' tag
type: bugfix
link: https://github.com/elastic/integrations/pull/1804
- version: "0.12.0"
changes:
- description: Update to ECS 1.12.0
type: enhancement
link: https://github.com/elastic/integrations/pull/1788
- version: "0.11.7"
changes:
- description: Adding missing ECS fields
type: bugfix
link: https://github.com/elastic/integrations/pull/1730
- version: "0.11.6"
changes:
- description: Deprecating Cisco package in favor of new product specific packages
type: enhancement
link: https://github.com/elastic/integrations/pull/1589
- version: "0.11.5"
changes:
- description: Requires version 7.14.1 of the stack
type: bugfix
link: https://github.com/elastic/integrations/pull/1541
- version: "0.11.4"
changes:
- description: Convert to generated ECS fields
type: enhancement
link: https://github.com/elastic/integrations/pull/1471
- version: "0.11.3"
changes:
- description: Fix text consistency
type: bugfix
link: https://github.com/elastic/integrations/pull/1347
- version: "0.11.2"
changes:
- description: update to ECS 1.11.0
type: enhancement
link: https://github.com/elastic/integrations/pull/1377
- version: "0.11.1"
changes:
- description: Escape special characters in docs
type: enhancement
link: https://github.com/elastic/integrations/pull/1405
- version: "0.11.0"
changes:
- description: Update integration description
type: enhancement
link: https://github.com/elastic/integrations/pull/1364
- version: "0.10.1"
changes:
- description: Fix reversed ingress / egress interfaces
type: bugfix
link: https://github.com/elastic/integrations/pull/1326
- version: "0.10.0"
changes:
- description: Set "event.module" and "event.dataset"
type: enhancement
link: https://github.com/elastic/integrations/pull/1257
- version: "0.9.5"
changes:
- description: Remove unimplemented "Log Level" parameter from ASA/FTD.
type: bugfix
link: https://github.com/elastic/integrations/pull/1159
- version: "0.9.4"
changes:
- description: use `wildcard` field type for relevant ECS fields
type: enhancement
link: https://github.com/elastic/integrations/pull/1181
- version: "0.9.3"
changes:
- description: update to ECS 1.10.0 and prepare package for fleet GA
type: bugfix
link: https://github.com/elastic/integrations/pull/1035
- version: "0.9.2"
changes:
- description: make event.original optional
type: enhancement
link: https://github.com/elastic/integrations/pull/1073
- version: "0.9.1"
changes:
- description: fix broken package
type: bugfix
link: https://github.com/elastic/integrations/pull/1011
- version: "0.9.0"
changes:
- description: parse additional log types
type: enhancement
link: https://github.com/elastic/integrations/pull/896
- version: "0.8.1"
changes:
- description: update to ECS 1.9.0
type: enhancement
link: https://github.com/elastic/integrations/pull/840
- version: "0.8.0"
changes:
- description: move edge processing to ingest pipelines
type: enhancement
link: https://github.com/elastic/integrations/pull/775
- version: "0.1.0"
changes:
- description: initial release
type: enhancement
link: https://github.com/elastic/integrations/pull/23
20 changes: 20 additions & 0 deletions packages/cisco/0.13.3/data_stream/asa/agent/stream/stream.yml.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
paths:
{{#each paths as |path i|}}
- {{path}}
{{/each}}
exclude_files: [".gz$"]
tags:
{{#if preserve_original_event}}
- preserve_original_event
{{/if}}
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}
processors:
- add_locale: ~
{{#if processors}}
{{processors}}
{{/if}}
17 changes: 17 additions & 0 deletions packages/cisco/0.13.3/data_stream/asa/agent/stream/udp.yml.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
udp:
host: "{{udp_host}}:{{udp_port}}"
tags:
{{#if preserve_original_event}}
- preserve_original_event
{{/if}}
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}
processors:
- add_locale: ~
{{#if processors}}
{{processors}}
{{/if}}
Loading