Update changelog and readme
This commit is contained in:
parent
9b338410cb
commit
4199114e4c
|
@ -1,5 +1,9 @@
|
|||
## v1.12 [unreleased]
|
||||
|
||||
#### New Parsers
|
||||
|
||||
- [form_urlencoded](/plugins/processors/form_urlencoded/README.md) - Contributed by @byonchev
|
||||
|
||||
#### New Processors
|
||||
|
||||
- [date](/plugins/processors/date/README.md) - Contributed by @influxdata
|
||||
|
|
|
@ -304,6 +304,7 @@ For documentation on the latest development code see the [documentation index][d
|
|||
- [Collectd](/plugins/parsers/collectd)
|
||||
- [CSV](/plugins/parsers/csv)
|
||||
- [Dropwizard](/plugins/parsers/dropwizard)
|
||||
- [FormUrlencoded](/plugins/parser/form_urlencoded)
|
||||
- [Graphite](/plugins/parsers/graphite)
|
||||
- [Grok](/plugins/parsers/grok)
|
||||
- [JSON](/plugins/parsers/json)
|
||||
|
|
Loading…
Reference in New Issue