NarrativeScience-old / log.io

Real-time log monitoring in your browser
http://logio.org
Other
4.83k stars 698 forks source link

log.io on Ubuntu20 #253

Closed pdasgupt closed 3 years ago

pdasgupt commented 3 years ago

log.io installs successfully. However, there is no .log.io directory. Even if I create a directory and put in a file.json file I get the following error with log.io-file-input

./log.io-file-input

ERROR: Unable to find a configuration file.

Create a configuration file at ~/.log.io/inputs/file.json, or specify a custom path via an environment variable: LOGIO_FILE_INPUT_CONFIG_PATH.

See README for configuration examples.

msmathers commented 3 years ago

Did you create a configuration file in ~/.log.io/inputs/file.json? (Note the inputs directory).

I'll plan to update the server & harvester installer to create empty configuration files in the appropriate paths.

pdasgupt commented 3 years ago

Yes I did but it did not work. I had it working on Ubuntu18 before.

pdasgupt commented 3 years ago

Got it working. Thanks