Skip to content

Commit

Permalink
Detail input capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Jul 22, 2022
1 parent 439bc8b commit 3906658
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ stream is a test utility for streaming data via:
- Kafka
- HTTP Mock Server

Input data can be read from:

- log file - Newline delimited files are streamed line by line.
- pcap file - Each packet's transport layer payload is streamed as a packet.
Useful for replaying netflow and IPFIX captures.

## HTTP Server mock reference

`stream` can also serve logs setting up a complete HTTP mock server.
Expand Down

0 comments on commit 3906658

Please sign in to comment.