Skip to content

Commit 64cc1f8

Browse files
authored
network_traffic: remove beta tags on data streams and add flow tests (#5778)
* remove beta tags on data streams * add flow is final filter for flows dashboard and flow tests
1 parent 2ea5caa commit 64cc1f8

File tree

28 files changed

+466
-230
lines changed

28 files changed

+466
-230
lines changed

packages/network_traffic/_dev/build/docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ The default value is 10s.
141141

142142
{{fields "flow"}}
143143

144+
{{event "flow"}}
145+
144146
## Protocols
145147

146148
### AMQP

packages/network_traffic/changelog.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# newer versions go on top
2+
- version: "1.11.0"
3+
changes:
4+
- description: Add flow is final filter to Network flow dashboard.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/5778
7+
- description: GA datastreams.
8+
type: enhancement
9+
link: https://github.com/elastic/integrations/pull/5778
210
- version: "1.10.1"
311
changes:
412
- description: Fix documentation for flows period.

packages/network_traffic/data_stream/amqp/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: AMQP
2-
release: beta
32
type: logs
43
streams:
54
- input: packet

packages/network_traffic/data_stream/cassandra/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: Cassandra
2-
release: beta
32
type: logs
43
streams:
54
- input: packet

packages/network_traffic/data_stream/dhcpv4/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: DHCP
2-
release: beta
32
type: logs
43
streams:
54
- input: packet

packages/network_traffic/data_stream/dns/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: DNS
2-
release: beta
32
type: logs
43
streams:
54
- input: packet
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
vars:
2+
interface: "{{SERVICE_LOGS_DIR}}/http_get_2k_file.pcap"
3+
input: packet
4+
data_stream:
5+
vars:
6+
flows.period: '-1s'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
vars:
2+
interface: "{{SERVICE_LOGS_DIR}}/icmp_2_pings.pcap"
3+
input: packet
4+
data_stream:
5+
vars:
6+
flows.period: '-1s'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
vars:
2+
interface: "{{SERVICE_LOGS_DIR}}/icmp4_ping.pcap"
3+
input: packet
4+
data_stream:
5+
vars:
6+
flows.period: '1s'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
vars:
2+
interface: "{{SERVICE_LOGS_DIR}}/icmp6_ping.pcap"
3+
input: packet
4+
data_stream:
5+
vars:
6+
flows.period: '1s'

0 commit comments

Comments
 (0)