Skip to content

Commit

Permalink
add path in tests example
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Jul 1, 2024
1 parent 4d626f7 commit 4fe122b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_examples/use-case-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipelines:

- name: file-dnstap
file-ingestor:
watch-dir: /tmp
watch-dir: ./tests/testsdata/dnstap/
watch-mode: dnstap
routing-policy:
forward: [ console ]
Expand Down
2 changes: 1 addition & 1 deletion docs/_examples/use-case-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipelines:
# Watch in /tmp folder to find pcap files with pcap or pcap.gz extension
- name: pcap
file-ingestor:
watch-dir: /tmp/
watch-dir: ./tests/testsdata/pcap
watch-mode: pcap
transforms:
normalize:
Expand Down

0 comments on commit 4fe122b

Please sign in to comment.