Describe the bug
The How To Use section of the Formatter Plugins page states "each line is a single JSON object with "time" and "tag fields to retain the event's timestamp and tag". However, the json formatter page states "By default, json formatter result doesn't contain tag and time fields." and gives no indication how to configure it to include the time and tag fields.
Taking a look at formatter_json.rb, there does not appear a way to include the time and tag field in any configuration.
Link to the problematic documentation
https://docs.fluentd.org/formatter#how-to-use
Expected explanation
Change the Formatter documentation to reflect the actual functionality.
Additional context
No response