Kundan Bisht Posted October 4, 2019 Share Posted October 4, 2019 Dear Techie, I have received a requirement wherein we need to monitor Tibco HAWK using Splunk. I have already checked over forums and didn't get any proper solution. RTView is one but for that we would require to procure license of SL RTView which would collect monitoring data from Tibco HAWK and post which Splunk can collect it via REST API. My query is if Splunk can capture it using REST API then it should be able to do it without RTView and can do that directly from TIBCO Hawk. Please guide me with the REST API endpoint URL to capture/fetch the data from HAWK tool. Also if any of you have any other solution, please provide Link to comment Share on other sites More sharing options...
Tristan Chou 2 Posted October 7, 2019 Share Posted October 7, 2019 Hello, Hawk 6.1 and above has a new designed Hawk Console which supports rest api invoke. Please start Hawk Console and refer to Hawk doc with regard to how to invoke rest method against Hawk. https://docs.tibco.com/pub/hawk/6.2.0/doc/html/tib_hawk_concepts_guide/wwhelp/wwhimpl/common/html/wwhelp.htm#context=tib_hawk_concepts_guide&file=hawkconcepts.3.13.htm Please contact tibco support if any questions. Thanks, Tristan Chou Link to comment Share on other sites More sharing options...
Kundan Bisht Posted October 10, 2019 Author Share Posted October 10, 2019 Hi @Tristan, Thank you So that means for that HAWK console Splunk can get the endpoint urls and parameters with which it get fetch the alerts details which is already configured in tibco hawk Link to comment Share on other sites More sharing options...
Tristan Chou 2 Posted October 11, 2019 Share Posted October 11, 2019 Hello, yes, as long as Splunk can invoke rest api. Before try rest api from Splunk, you may try Swagger UI which bundled with Hawk and make sure the url and parameters are working. http://<Console_host_IP>:<Host_port>/HawkConsole/v1/docs Hawk Console supports GET action to retrieve all alerts belongs to an agent. Thanks, Tristan Chou Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now