Created
April 5, 2024 11:55
-
-
Save jsvd/cc81456dd7040d02d1f04f654b822ff2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ for type in inputs filters codecs outputs; do echo "List of $type"; cat ./logstash_node_stats.json | jq -r ".pipelines | map(.plugins.$type)[] | map(.name)[]" | sort | uniq -c | sort -k2; done | |
List of inputs | |
1 beats | |
2 jdbc | |
1 syslog | |
1 tcp | |
List of filters | |
1 clone | |
4 date | |
1 dissect | |
6 drop | |
1 elapsed | |
20 grok | |
1 json | |
28 mutate | |
1 ruby | |
1 xml | |
List of codecs | |
1 fluent | |
5 json | |
4 plain | |
List of outputs | |
5 lumberjack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment