Leonid Bugaev
6ea23de38b
Add new option --input-raw-expire to configure TCP message expiration
2017-03-17 15:23:57 +01:00
Nicholas Wiersma
1f19e550bb
Create kafka input
2016-12-22 09:59:48 +01:00
Alexandr Korsak
bea255ab11
Register kafka output plugin in case of having passed settings
2016-12-01 16:46:18 +03:00
Alexandr Korsak
41d3ce48a3
Add json message output for kafka
2016-11-01 17:51:15 +03:00
Alexandr Korsak
e3a9a9b2c2
Add kafka output
2016-10-31 19:04:05 +03:00
Leonid Bugaev
f17f51390a
Fix 100-continue with multi-packet headers
...
Also adds —output-null for testing purpose
2016-07-01 20:01:25 +03:00
Leonid Bugaev
5a0c03ec33
Fix BodySize for multi-packet headers
2016-06-30 14:13:27 +03:00
Leonid Bugaev and GitHub
f4e2b12d0f
v0.14.1 ( #301 )
...
* Fix output-file
* Fix tunnel interface
2016-06-10 21:15:08 +06:00
Leonid Bugaev
06d129d20d
Add support for injecting real ip ( #296 )
2016-06-09 19:06:59 +06:00
Leonid Bugaev
cefa2b5cc2
Write files in chunks ( #293 )
...
* Chunked output strategy
* Fix sorting with indexes >= 10
2016-06-07 18:46:13 +06:00
Leonid Bugaev
ede0fb4c4c
Allow looping mode for --input-file
2016-06-01 18:49:20 +05:00
Leonid Bugaev
ba98e6e18a
Allow date templates for file names
2016-05-31 15:52:35 +05:00
Leonid Bugaev
a181b144d7
Fix output-stdout
2016-05-23 18:05:09 +05:00
Leonid Bugaev
bf13dc59c3
Rename --output-dummy to --output-stdout and make it boolean ( #282 )
2016-05-21 21:16:47 +06:00
Leonid Bugaev
a52f56df2b
Do not track response by default ( #279 )
...
* Do not track response by default
* Add track-response integration test
* Apply fmt
2016-05-20 21:09:39 +06:00
Leonid Bugaev
663bd8b95d
fmt fixes
2016-05-13 14:46:27 +05:00
Leonid Bugaev
19bfb8211c
Use latest libpcap and ensure to close sockets
2016-05-13 14:33:20 +05:00
Leonid Bugaev
5bea65c723
Fix input raw command line options
2016-04-29 21:44:50 +05:00
Leonid Bugaev
afc8f7852e
Libpcap support and vairous bugfixes
...
Merge #260
2016-04-29 14:48:17 +05:00
Leonid Bugaev
9550b31fde
Fix plugin registration
2015-08-19 22:38:24 +03:00
Leonid Bugaev
0d445722b9
Some fixes
2015-08-15 21:27:20 +03:00
Leonid Bugaev
2990fab635
Track original responses
2015-08-11 17:37:37 +03:00
Leonid Bugaev
8046468ea4
Fix tests
2015-08-11 11:28:22 +03:00
Leonid Bugaev
a79e54c5f1
Do not set http header if it explicitly set
2015-07-31 21:41:06 +03:00
Leonid Bugaev
125d9db834
Next batch
2015-07-17 11:30:43 +05:00
Leonid Bugaev
28540f43a1
New portion of changes
2015-07-13 16:56:52 +05:00
Leonid Bugaev
96fd713453
Use separate config for modifier
2015-07-05 10:25:44 +05:00
Leonid Bugaev
481e4f2e74
Refactor http output settings
2015-07-02 23:08:31 +05:00
Tobias Breitwieser
d05bc0d5e9
Introduce possibility to enable redirects.
2015-03-14 16:47:04 +01:00
Leonid Bugaev
67cfca0ede
Make limiter work for all inputs/outputs
2014-10-26 01:02:49 +04:00
Leonid Bugaev
4cf3bf0ae4
Refactor plugin registration
2014-10-25 21:08:54 +04:00
Leonid Bugaev
4c0c9e97c5
Add http input
2014-10-13 17:37:22 +04:00
Leonid Bugaev
d0266303d1
Merge #119
2014-10-09 12:29:02 +04:00
Damian Zaremba
2c2d5439bf
Add in --output-http-rewrite-url option
2014-09-28 01:15:18 +01:00
Leonid Bugaev
674d6036d1
Revert "Remove elastic search functionality"
...
This reverts commit cd27667246 .
2014-09-04 22:48:08 +04:00
Leonid Bugaev
cd27667246
Remove elastic search functionality
2014-07-22 22:50:04 +04:00
Mantas Matelis
11d9531829
Add ability to filter output_http by headers/regex
...
Can filter output_http by percentage of requests, constistent with a specific header value (FNV32-a hash-based)
Can filter output_http to those with header matching a specific regexp
Can filter output_http to those whose URL matches a specfic regexp
2014-05-27 14:23:51 -04:00
Leonid Bugaev
0fb1d83284
Simplify directory structure
2014-03-16 22:24:27 +06:00
Dan Carley
14d9ca6d54
Filter HTTP methods on output
...
Add a new CLI flag to specify which HTTP methods should be replayed by
HTTPOutput. If specified, any requests not matching will be dropped.
This can be useful for replaying requests against stateful environments.
e.g. You may not want to reproduce POST requests against an application if
it results in additional calls to the outside world.
Some variations I considered:
- Filtering on input instead of output. However we don't currently do any
request parsing on input, and doing so would likely have an impact on
performance.
- A request filtering plugin. We might want to revisit this if we add
anymore options to HTTPOutput. It could also be used to modify requests in
an existing file capture. Although because all plugins expect byte slices
we'd potentially have to parse requests more than once.
I don't think this warrants a separate test for HTTPOutput yet. But, again,
if we add anymore then we should split them out, and DRY up if possible.
Because we don't want to overload the scenarios covered by that one test.
2013-12-17 17:51:35 +00:00
Tambet Masik
68ba87c19e
Read requests from file
2013-11-15 22:36:29 +02:00
Leonid Bugaev
8ffdd10988
Added ElasticSearch statistics
2013-10-30 15:40:44 +01:00
Leonid Bugaev
602448accd
Added custome headers
2013-10-30 14:29:32 +01:00
Leonid Bugaev
2a4efa91af
Initial commit
2013-10-27 18:49:00 +00:00