8000 GitHub - ramon-garcia/json_histogram: Utility to count most frequent field values in JSON data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ramon-garcia/json_histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json_histogram

This program reads JSON data from many files, reads a field from every record, and prints an histogram of frequencies of values of that field.

I use it for classifying events from ELK, when I prefer not to upload local data to ElasticSearch.

To use this program

go build

./json_histogram --field=<field name> <json files>

About

Utility to count most frequent field values in JSON data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0