Skip to content

Ingesting log file to docker seq throwing "Ingestion failed: Access to the path '/logs/logfile.json' is denied." #2274

Discussion options

You must be logged in to vote

Answering my own question here. Be careful copying the file name - in the above example the input file name is missing ".log". The error message indicates it's a permission denied, but it's really , file not found...

docker run --rm --network host -v /home/rodney/seq-logging/ob3-2024-09-11-production-ap-ob3_9f7110ac13.log:/logs/logfile.json datalust/seqcli:latest ingest -i /logs/logfile.json --json
 --server http://172.17.0.1:80

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rodneytamblyn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant