Steven Soroka
|
cfce605bed
|
add converter test
|
2020-10-09 16:10:57 -04:00 |
Steven Soroka
|
4fa620fd6e
|
Add note about json processing to docs
|
2020-09-30 16:20:50 -04:00 |
Steven Soroka
|
a475d765fb
|
add json parsing support to starlark (#8168)
|
2020-09-29 17:37:54 -04:00 |
Steven Soroka
|
b4fb1adc6f
|
fix panic on streaming processers using logging (#8176)
|
2020-09-28 11:58:23 -04:00 |
Steven Soroka
|
689b463998
|
Starlark readme url fix
|
2020-09-22 11:38:45 -04:00 |
Steven Soroka
|
5a09735020
|
minor docs cleanup
|
2020-09-18 15:06:58 -04:00 |
M0rdecay
|
39f4c365b0
|
Increasing the metric buffer (#8145)
|
2020-09-18 13:50:22 -04:00 |
Steven Soroka
|
ac809e9e5b
|
docs fix
|
2020-08-27 14:22:08 -04:00 |
Thomas Casteleyn
|
54f9e33208
|
Add addTag debugging in ifname plugin (#8018)
|
2020-08-26 15:25:57 -06:00 |
Steven Soroka
|
bbc2aa660d
|
improve the quality of starlark docs by executing them as tests (#8020)
|
2020-08-24 11:35:29 -04:00 |
Samantha Wang
|
901e63e37d
|
add example input/outputs to starlark examples (#7980)
* add sample input/outputs to starlark examples
* update ratio.star with example input/outputs
* Update rename.star
* update scale.star with input/output examples
* fix spacing
* fix spacing
|
2020-08-19 19:26:35 -04:00 |
Sam Dillard
|
6c4636b860
|
add pivot example for starlark processor (#7976)
|
2020-08-12 11:08:55 -04:00 |
Steven Soroka
|
4d11d76bb1
|
cleanup cloudwatch plugin (#7928)
|
2020-08-07 10:12:14 -04:00 |
Samantha Wang
|
6e5c72f743
|
Fix defaults processor readme typos (#7873)
|
2020-07-22 10:18:38 -07:00 |
Samantha Wang
|
903a065a0d
|
Add logic starlark example (#7864)
|
2020-07-20 19:45:25 -07:00 |
Steven Soroka
|
de313fcde6
|
clarify docs and add warning if execd is misconfigured (#7866)
|
2020-07-20 22:38:00 -04:00 |
reimda
|
ef262b1372
|
ifname: avoid unpredictable conditions in getMap test (#7848)
|
2020-07-17 15:26:10 -06:00 |
reimda
|
9b58590df3
|
ifname processor: expire old cached entries (#7838)
|
2020-07-16 09:12:30 -06:00 |
pierwill
|
f9b4138758
|
Edit Starlark README (#7832)
|
2020-07-14 16:05:22 -07:00 |
Daniel Nelson
|
413398d1a1
|
Add minimum version for new plugins (#7810)
|
2020-07-09 11:29:12 -07:00 |
reimda
|
6f9c623986
|
Add ifname processor plugin (#7763)
|
2020-07-07 15:37:53 -06:00 |
Steven Soroka
|
c3cab94d5d
|
Fix flakey processors.execd test
|
2020-07-03 13:21:28 -04:00 |
Steven Soroka
|
df26b037cb
|
Shim refactor to support processors and output
|
2020-07-02 18:55:14 -04:00 |
Steven Soroka
|
9190f2e659
|
reverse dns lookup processor (#7639)
|
2020-06-26 18:40:05 -04:00 |
Steven Soroka
|
5c8666d1af
|
clean up tests
|
2020-06-26 17:29:39 -04:00 |
Steven Soroka
|
9785d3c2c6
|
address feedback
|
2020-06-26 16:38:07 -04:00 |
Steven Soroka
|
31754635a3
|
fix after rebase
|
2020-06-24 13:06:05 -04:00 |
Steven Soroka
|
8ddb8f9f26
|
remove processors/execd/examples/count.go
|
2020-06-24 13:01:46 -04:00 |
Steven Soroka
|
36e584e92f
|
execd processor
|
2020-06-24 13:01:46 -04:00 |
Daniel Nelson
|
c7cce961c3
|
Add starlark processor (#7660)
|
2020-06-23 14:15:14 -07:00 |
Nicolas Filotto
|
59e2bdde66
|
Fix processor initialization (#7693)
|
2020-06-16 09:16:27 -07:00 |
Steven Soroka
|
741ea839d2
|
add support for streaming processors (#7634)
|
2020-06-05 10:43:43 -04:00 |
reimda
|
71b0b96241
|
Add processor to look up service name by port (#7540)
|
2020-05-27 15:42:59 -06:00 |
Anton Aksola
|
ad97b744a3
|
Fix numeric to bool conversion in converter (#7579)
A type switch case with multiple conditions causes the value to remain as
interface which causes toBool to always return true for any numeric values.
|
2020-05-26 12:07:24 -07:00 |
Jeff Registre
|
a7674b707b
|
Add defaults processor to set default field values (#7370)
|
2020-05-22 11:44:13 -07:00 |
Josh Soref
|
2c56d6de81
|
Fix spelling errors in comments and documentation (#7492)
|
2020-05-14 00:41:58 -07:00 |
reimda
|
934f6af99f
|
Handle multiple metrics with the same timestamp in dedup processor (#7439)
|
2020-05-12 12:56:35 -07:00 |
Harshit Bansal
|
568cb8e64c
|
Add integer support to enum processor (#7483)
|
2020-05-11 11:36:21 -07:00 |
Rich Y
|
f076b6c115
|
Add field creation to date processor and integer unix time support (#7464)
|
2020-05-07 17:19:03 -07:00 |
Andrés Álvarez
|
b1ae81bb75
|
Add filepath processor plugin (#7418)
|
2020-05-01 11:21:41 -07:00 |
Daniel Nelson
|
3dab845040
|
Fix Name field in template processor (#7258)
|
2020-04-13 10:57:48 -07:00 |
Daniel Nelson
|
f11a2f80c4
|
Fix s2geo import
|
2020-03-18 13:04:42 -07:00 |
Daniel Nelson
|
35ef2559d3
|
Fix s2geo documentation and code to reflect current plugin name
|
2020-03-18 12:28:02 -07:00 |
Daniel Nelson
|
56a7ff574c
|
Adjust dedup processor description
|
2020-03-17 18:46:52 -07:00 |
Daniel Nelson
|
78fb879aa7
|
Update readme and changelog
|
2020-03-17 18:39:08 -07:00 |
igomura
|
0038205266
|
Add dedup processor (#6792)
|
2020-03-17 15:53:03 -07:00 |
Daniel Nelson
|
fe4ff3a3be
|
Move s2_geo processor to directory with same name
|
2020-03-10 15:46:46 -07:00 |
alespour
|
c5234b365a
|
Add s2_geo processor plugin (#7087)
|
2020-03-10 15:39:06 -07:00 |
Daniel Nelson
|
ca65d52c9a
|
Add support for converting tag or field to measurement in converter processor (#7049)
|
2020-03-09 14:08:38 -07:00 |
Daniel Nelson
|
5f2f2ff33d
|
Update readme and changelog for template processor
|
2020-02-06 13:34:36 -08:00 |