Hi All, Currently we are working on Integration of SPlunk with Browser Isolation Security tool called Menlo. Currently, I can't find any TA-'s in Splunk base for integration.
As per Menlo documentation, it is possible to fetch the Menlo logs through the API and save them in an .csv file.
Menlo logs API link is as below:
https://logs.menlosecurity.com/api
Any guidance will be appreciated. regards, Santosh
If there is nothing in Splunkbase for Menlo then you will have to write your own TA. Use your favorite programming language to write a modular input to fetch the logs using the Menlo API and write them to stdout. Anything written to stdout is indexed by Splunk.
The link doesn't work so I can't be more specific.