github.com/senthilnayagam/osquery-influxdb

send osquery data into influxdb


License
MIT
Install
go get github.com/senthilnayagam/osquery-influxdb

Documentation

osquery-influxdb

install influxdb

brew update brew install influxdb

start influxdb manually in a seperate terminal

influxdb -config=/usr/local/etc/influxdb.conf

manage influxdb from web interface

http://127.0.0.1:8083