Bert, Cedric, Michiel
Client:
Server:
- Java JRE
- Kibana
- All kibana plugins
- ElasticSearch
Problems: troubleshoot with this guide: https://medium.com/@clong/osquery-for-security-b66fffdf2daf
Example Start command
# Windows
C:\ProgramData\osquery\osqueryd\osqueryd.exe --config_path=C:/ProgramData/osquery/osquery.conf --verbose
# Linux
# MacOsMake sure you have Java installed and working.
Copy the logstash config file and execute with it.
# Windows
# Make sure your logstash path has no space in it, it bugs out.
C:\logstash\logstash-5.6.4\bin\logstash.bat -f C:\logstash\osquery-elasticsearch.conf
# Linux
# Added script to /bin
logstash-start
# MacOs
# Using homebrew
logstash -f ~/.logstash/osquery-elasticsearch.config