Joshua Powers
42640b1def
test(parsers.json): add fuzz test ( #12368 )
2022-12-13 06:41:08 -07:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Sven Rebhan
c46f42f797
feat: Migrate json parser to new style ( #11226 )
2022-06-22 09:56:51 -06:00
Julien Riou
4336dae3b5
Make JSON format compatible with nulls ( #9110 )
2021-04-20 17:47:14 -04:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Helen Weller
94eb8f2e42
Add wildcard tags json parser support ( #8579 )
2020-12-17 19:32:25 -05:00
presslab-us
e1b2ebe06d
Use same timestamp for all objects in arrays in the json parser ( #7412 )
2020-04-29 11:32:19 -07:00
Daniel Nelson
03de92b962
Remove trailing underscore trimming from json flattener ( #6744 )
2019-12-03 11:46:29 -08:00
David McKay
a9a0d4048a
Add strict mode to JSON parser ( #6536 )
2019-10-23 14:06:39 -07:00
Daniel Nelson
e576048e02
Treat empty array as successful parse ( #6130 )
2019-07-17 15:03:09 -07:00
Daniel Nelson
41176dd1f1
Support string field glob matching in json parser ( #6102 )
2019-07-15 16:48:19 -07:00
Douglas Drinka
1886676e14
Support configuring a default timezone in JSON parser ( #5472 )
2019-02-25 11:30:33 -08:00
Daniel Nelson
ad320ac1e0
Remove the time_key from the field values in JSON parser ( #4951 )
2018-11-02 17:53:45 -07:00
David Reniz
cd4c4e7fbd
Added Unix epoch timestamp support for JSON parser ( #4633 )
2018-09-06 18:44:33 -06:00
maxunt
2729378b7f
Add name, time, path and string field options to JSON parser ( #4351 )
2018-08-22 19:26:48 -07:00
maxunt
8482c40a91
Fix selection of tags under nested objects in the JSON parser ( #4284 )
2018-06-14 13:17:32 -07:00
Daniel Meiners
9647ea88ea
Ignore UTF8 BOM in JSON parser ( #4099 )
2018-05-03 11:40:28 -07:00
Daniel Nelson
22a9ffbb9d
Allow JSON data format to contain zero metrics ( #3268 )
2017-09-26 15:58:33 -07:00
John Engelman
94ce67cc67
Add support to parse JSON array. ( #1965 )
2016-11-15 13:02:55 -05:00
Cameron Sparr
e619493ece
Implementing generic parser plugins and documentation
...
This constitutes a large change in how we will parse different data
formats going forward (for the plugins that support it)
This is working off @henrypfhu's changes.
2016-02-08 21:08:44 -07:00