Ingesting log file to docker seq throwing "Ingestion failed: Access to the path '/logs/logfile.json' is denied." #2274
Answered
by
rodneytamblyn
rodneytamblyn
asked this question in
Help
-
I'm attempting to import a json formatted log file into seq running in a docker instance on a development box. This has worked fine in the past (yesterday I imported a 2Gb log file this way) but latest attempt is throwing this error. Can anyone suggest how to investigate and resolve this? Thank you in advance. Rod
|
Beta Was this translation helpful? Give feedback.
Answered by
rodneytamblyn
Sep 12, 2024
Replies: 1 comment
-
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...
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rodneytamblyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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...