Skip to content
Merged
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
5 changes: 5 additions & 0 deletions packages/beaconing/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.3.3"
changes:
- description: Update documentation on configuring data view for dashboards
type: bugfix
link: https://github.com/elastic/integrations/pull/15672
- version: "1.3.2"
changes:
- description: Update documentation on configuring data view for dashboards
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dest:
index: ml_beaconing-1.3.2
pipeline: 1.3.2-ml_beaconing_ingest_pipeline
index: ml_beaconing-1.3.3
pipeline: 1.3.3-ml_beaconing_ingest_pipeline
aliases:
- alias: ml_beaconing.latest
move_on_creation: true
Expand Down Expand Up @@ -358,6 +358,8 @@ source:
- term:
'event.category':
value: network
- exists:
field: destination.ip
- term:
'event.action':
value: disconnect_received
Expand Down Expand Up @@ -385,5 +387,5 @@ sync:
delay: 120s
field: "@timestamp"
_meta:
fleet_transform_version: 1.2.3
fleet_transform_version: 1.2.4
run_as_kibana_system: false
2 changes: 1 addition & 1 deletion packages/beaconing/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.0
name: beaconing
title: "Network Beaconing Identification"
version: 1.3.2
version: 1.3.3
source:
license: "Elastic-2.0"
description: "Package to identify beaconing activity in your network events."
Expand Down