0
down vote
favorite
I have installed kibana in my linux machine. When I started the service using "service kibana start" the console shows the message Kibana started but when checking the status, it shows Kibana is not running.
When I checked the error log of kibana (/var/log/kibana/kibana.stderr), it got the below message
Error: EISDIR: illegal operation on a directory, open '/local/mnt/workspace/ELK/KIBANA/LOG'
at Error (native)
events.js:160
throw er; // Unhandled 'error' event
^
Error: EISDIR: illegal operation on a directory, open '/local/mnt/workspace/ELK/KIBANA/LOG'
at Error (native)
events.js:160
throw er; // Unhandled 'error' event
^
Error: EISDIR: illegal operation on a directory, open '/local/mnt/workspace/ELK/KIBANA/LOG'
at Error (native)
events.js:160
throw er; // Unhandled 'error' event
^
Error: EISDIR: illegal operation on a directory, open '/local/mnt/workspace/ELK/KIBANA/LOG'
at Error (native)
Unhandled rejection Error: EACCES: permission denied, open '/local/mnt/workspace/ELK/KIBANA/DATA/uuid'
at Error (native)
Debug: internal, implementation, error
Error: ENOSPC: no space left on device, write
at Error (native)
at Object.fs.writeSync (fs.js:796:20)
at SyncWriteStream._write (fs.js:2244:6)
at doWrite (_stream_writable.js:333:12)
at writeOrBuffer (_stream_writable.js:319:5)
at SyncWriteStream.Writable.write (_stream_writable.js:245:11)
at KbnLoggerJsonFormat.ondata (_stream_readable.js:555:20)
at emitOne (events.js:96:13)
at KbnLoggerJsonFormat.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at KbnLoggerJsonFormat.Readable.push (_stream_readable.js:134:10)
at KbnLoggerJsonFormat.Transform.push (_stream_transform.js:128:32)
at KbnLoggerJsonFormat._transform (/usr/share/kibana/src/server/logging/log_format.js:74:10)
at KbnLoggerJsonFormat.Transform._read (_stream_transform.js:167:10)
at KbnLoggerJsonFormat.Transform._write (_stream_transform.js:155:12)
at doWrite (_stream_writable.js:333:12)
FATAL { Error: ENOSPC: no space left on device, write
at Error (native)
at Object.fs.writeSync (fs.js:796:20)
at SyncWriteStream._write (fs.js:2244:6)
at doWrite (_stream_writable.js:333:12)
at writeOrBuffer (_stream_writable.js:319:5)
at SyncWriteStream.Writable.write (_stream_writable.js:245:11)
at KbnLoggerJsonFormat.ondata (_stream_readable.js:555:20)
at emitOne (events.js:96:13)
at KbnLoggerJsonFormat.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at KbnLoggerJsonFormat.Readable.push (_stream_readable.js:134:10)
at KbnLoggerJsonFormat.Transform.push (_stream_transform.js:128:32)
at KbnLoggerJsonFormat._transform (/usr/share/kibana/src/server/logging/log_format.js:74:10)
Kibana service was working perfectly in my machine. For some reasons, i have restarted the service and the above error is preventing kibana from starting the service. Kindly give the direction.
This happened, when I started filebeat (running on remote server) and Logstatsh, and logstash continues to poll data. Soon after sometimes, the system memory got exhausted and Elasticsearch stopped running.
Do we need to change any configuration parameters to overcome this issue?
@warkolm
No even when the diskspace is cleared and the service is started again, it is ending up in the same issue. Is memory consumption because of continuous polling of data ? I would like to know the reason behind the memory being exhausted.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.