Hi all, what command can I use to find out which version of Graylog I have installed please? Thanks
It would depend on which OS you are running it on⦠for instance if it was Debian based like Ubuntu, you could run the command:
dpkg -l | grep -E ".(elasticsearch|graylog|mongo)."
but if it were redhat based, you may want to run:
dnf list installed | grep -E ".*(elasticsearch|graylog|mongo).* "
4 Likes
Excellent answer, thanks tmacgbay!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.