LS error

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Post Reply
tryingtobeIT
Posts: 6
Joined: Fri Jan 17, 2025 2:03 pm

LS error

Post by tryingtobeIT »

Hi

Getting this LS error - screen shot attached. It is not refreshing. It has been sitting at this same screen for at least two minutes.
You do not have the required permissions to view the files attached to this post.
User avatar
lgute
Posts: 411
Joined: Mon Apr 06, 2020 2:49 pm

Re: LS error

Post by lgute »

Hi @tryingtobeIT,

Thanks for reaching out. Have you tried reloading the page manually? If that doesn't work, I would try removing /waiting from the url and then hit the enter key.

If that does not work, please try the following and let us know what you get.

Code: Select all

systemctl start elasticsearch
ps aux | grep java
tail -n 50 /var/log/elasticsearch/*.log
curl -XGET 'http://localhost:9200'
java -version
which java
rpm -qa | grep java
cat /etc/*-release
Please let us know if you have any other questions or concerns.

-Laura
Post Reply