Filtering Json Data

We are using inputs.http to pull in data that is in json format. The data comes back with many different metrics under a single item that we are using for our tag_keys. Is there a way to filter it and tell it to only pass certain fields that are returned?

By it, do you mean the original message or the generated metrics?

If the latter, then you can look at the modifiers like fieldinclude and fieldexclude.

The latter was exactly what I was trying to find, fieldinclude and fieldexclude.

1 Like