2016-09-12 04:19 AM
Hi All,
How can I enable rabbitmq management plugins and access rabbitmq of RSA servers through GUI?
2016-09-12 07:20 AM
Hi Mohd,
Have a look at this KB:
You can apply same steps on the SA server
Thanks and Regards
Nicola
2016-09-12 10:32 AM
Hello Mohd,
there is also a web access more user friendly from where you can access rabbitmq and what is the status of all the queues into your decoder (particularly good for crowded queues).
http://logdecoderIP:50101/static/event-processors/
http://logdecoderIP:50101:/static/eventsources/
(if you are running 10.6 it is already included) for previous version you just download from the following link:
you should be able to just copy it to /etc/netwitness/ng/logcollector/static and untar with: tar –xvf
and hit those pages (http or https depending on your setup).
I expect that they would work back to early 10.4 version.
Good luck Emmanuele!
2016-09-12 11:55 AM
Hello everybody
i try the link http://logdecoderIP:50101/static/event-processors/ but ask login/password??
2016-09-12 12:07 PM
Hi,
That should be username admin and its relative password.
Same used to access the REST Api interface.
Hope it helps
Thanks and Regards
Nicola
2016-09-12 01:25 PM
You may have to use the admin credentials as this might be the only account defined for this service.
2016-09-13 03:52 AM
hi
thansk for the aswer.
I find the correct login but the 2 url dont exist. the response of web server is Internal Server Error. The server encountered an internal error: Error 401 : /static/eventsources/
Fabrizio
2016-09-13 08:57 AM
remove the piece labeled static
http://logdecoderIP:50101/event-processors/
http://logdecoderIP:50101/event-broker/
To look at the stats for rabbitmq queues it's actually http://logdecoderIP:50101/event-broker/stats/queues
2016-09-13 09:16 AM
Hello Brian,.
Just to clarify: with the pages I posted, you can see live statistic about the actual "working/NonWorking" queues on the LogDecoder read by rabbitmq; the page is refreshed every xxxx second (you can set it), so it will show a dynamic output of:Active consumers and Numbers of rdqs (rabbitmq files) on the queues.
I also run tried your suggestion but the output is slightly different because you have to access deeply the statistic to each queue to get information.
With regards Emmanuele
2016-09-14 02:27 AM
Thanks all for your reply.
But through this we can only check queues but cannot manage them through GUI.
Below is the screenshot for the rabbitmq management api which I required through which I can manage queues,
This interface was accessible for earlier versions of SA servers but how can I get in 10.5 and later versions.