You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I enable log_json ihandler? I did not found explanation in the docs, so tried myself. I changed the path in conf/log_json.yaml.in to file:///@DIONAEA_STATEDIR@/dionaea.json
(I tried file://@...)
Also I added log_json to modules/python/CMakeLists.txt. Now I get error "unable to open file /var/lib/dionaea/dionaea.json"
The text was updated successfully, but these errors were encountered:
I copied log_json.yaml from ihandlers-available folder to ihandlers-enabled
then i got error: "unable to open file /lib/dionaea/dionaea.json no such file or directory
so i created a directory where i created this file and used that directory as a volume in my docker compose file
volumes:
./temp:/lib/dionaea/
after these steps, json logging started to work.
How can I enable log_json ihandler? I did not found explanation in the docs, so tried myself. I changed the path in conf/log_json.yaml.in to file:///@DIONAEA_STATEDIR@/dionaea.json
(I tried file://@...)
Also I added log_json to modules/python/CMakeLists.txt. Now I get error "unable to open file /var/lib/dionaea/dionaea.json"
The text was updated successfully, but these errors were encountered: