Skip to content

Commit

Permalink
Fix Agent tests for Heartbeat config (elastic#20742)
Browse files Browse the repository at this point in the history
The tests expected dataset rather than data_stream.
  • Loading branch information
andrewkroh authored Aug 23, 2020
1 parent d2a0999 commit 03b2c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
host: "http://localhost:80/service/status"
timeout: 16s
wait: 1s
dataset.namespace: default
data_stream.namespace: default
output:
elasticsearch:
hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ inputs:
host: "http://localhost:80/service/status"
timeout: 16s
wait: 1s
dataset.namespace: default
data_stream.namespace: default
- type: synthetics/tcp
id: unique-tcp-id
name: my-tcp
schedule: '*/5 * * * * * *'
host: "localhost:777"
timeout: 16s
wait: 1s
dataset.namespace: default
data_stream.namespace: default
- type: synthetics/icmp
id: unique-icmp-id
name: my-icmp
Expand All @@ -25,7 +25,7 @@ inputs:
mode: any
timeout: 16s
wait: 1s
dataset.namespace: default
data_stream.namespace: default
output:
elasticsearch:
hosts: [127.0.0.1:9200, 127.0.0.1:9300]
Expand Down

0 comments on commit 03b2c14

Please sign in to comment.