Hi
Whenever I am starting the file beat it gives me following error
2016-05-31T09:24:09Z INFO Harvester started for file: -
2016-05-31T09:24:09Z ERR Unexpected state reading from /dev/stdin; error: read /dev/stdin: resource temporarily unavailable
2016-05-31T09:24:09Z INFO Read line error: read /dev/stdin: resource temporarily unavailable
I am using input_type: stdin
I am using Filebeat - 1.2.3
OS: Ubuntu 14.04 - 64 Bit
My Config File
-
paths:
- /var/www/vhosts/xyz/app/tmp/logs/debug.log
document_type: api-cake-debug
input_type: stdin
-
paths:
- /var/www/vhosts/xyz/app/tmp/logs/error.log
document_type: api-cake-error
input_type: stdin
-
paths:
- /var/www/vhosts/xyz/app/tmp/logs/api.log
document_type: api-app
input_type: stdin
-
paths:
- /var/www/vhosts/xyz/tmp/logs/debug.log
document_type: app-cake-debug
input_type: stdin
-
paths:
- /var/www/vhosts/xyz/tmp/logs/error.log
document_type: app-cake-error
input_type: stdin