Hello && Welcome
I might be able to help withyour issue.
Just noting that posting an error under this section doesnt really show what you have done.
From the screen shot the error looks like a connection issue with you database (MongDb) make sure Graylog can connect ot MongDb.
Things to check are:
Status of the service systemctl status mongod What does it show?
Was there any updates on this servers before this issue?
Was the Graylog service restart prior to this issue? If so, check you Graylog configuration file to make sure there were no changes, specially with your mongodb connection configuration.
Check with ps, netstat and netcat whether the things are up and running.
Do you have a firewall enabled?
It would help us, help you to show your Graylog configuration file.
No updates no changes been working for over a year.
I think the main issue is diskspace as this location is 100%
/dev/mapper/graylog–vg-root 19035388 18045400 0 100% /
but when I try to clear space getting failed to connect
ubuntu@graylog:~$ curl -XPUT -H “Content-Type: application/json” http://localhost:9200/_cluster/settings -d ‘{ “transient”: { “cluster.routing.allocation.disk.threshold_enabled”: false } }’
curl: (7) Failed to connect to localhost port 9200: Connection refused
ubuntu@graylog:~$ systemctl status mongod
● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: e
Active: failed (Result: exit-code) since Mon 2021-08-16 20:45:46 UTC; 1h 45mi
Docs: https://docs.mongodb.org/manual
Process: 1493 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=exited
Main PID: 1493 (code=exited, status=1/FAILURE)
Aug 16 20:45:46 graylog systemd[1]: Started MongoDB Database Server.
Aug 16 20:45:46 graylog mongod[1493]: 2021-08-16T20:45:46.054+0000 I STORAGE [m
Aug 16 20:45:46 graylog systemd[1]: mongod.service: Main process exited, code=ex
Aug 16 20:45:46 graylog systemd[1]: mongod.service: Failed with result 'exit-cod
lines 1-11/11 (END)…skipping…
● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2021-08-16 20:45:46 UTC; 1h 45min ago
Docs: https://docs.mongodb.org/manual
Process: 1493 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=exited, status=1/FAILURE)
Main PID: 1493 (code=exited, status=1/FAILURE)
Aug 16 20:45:46 graylog systemd[1]: Started MongoDB Database Server.
Aug 16 20:45:46 graylog mongod[1493]: 2021-08-16T20:45:46.054+0000 I STORAGE [main] Max cache overflow file size custom option: 0
Aug 16 20:45:46 graylog systemd[1]: mongod.service: Main process exited, code=exited, status=1/FAILURE
Aug 16 20:45:46 graylog systemd[1]: mongod.service: Failed with result ‘exit-code’.
~
If you have no room on this volume, your probably having a hard time typing bash commands to either delete file or to add more disk space. I’ve done this once.
Out of curiosity, are you running this on the OVA? I went back and looked over your initial post, and didn’t see much of anything in terms of config, versions, OS, etc.
It’s an OVA, I inherited the system from prior Admin. After doing some research I expanded the drive 5GB. Then ran the two curl cmds I had found in the forums.
I am back in web portal and will be looking to add some additional space. Thanks ever one that replied.
Ah, good to know. As an aside, the OVA was only ever intended for testing Graylog–it’s not hardened and wouldn’t be suitable for production use. I’d suggest migrating off of it onto a more production-ready deployment.