I need help locating the Logbinger log paths that are actively used in some of our servers. I was told I can find the list using Splunk's TA but when I click on "LogBinder" under apps, it shows blank, no data. Is there any other way to locate these paths in Splunk? Thank you in advance!
Try this query to list all of the source files sent by a given host.
| tstats count where index=xxx host=servername by source
| fields - count
Try this query to list all of the source files sent by a given host.
| tstats count where index=xxx host=servername by source
| fields - count
It worked. Thank you!!
Hi, thank you. I had it wrong actually, my apologies. What I need is to identify the log paths that are actively used on the logbinder servers. How do I locate these paths using search and reporting this is my query so far:
index=xxx servername source="xlmwindevenlog:security"
Thanks again!
Installing or having an app is just one part of the process. More important is onboarding data the app needs. Has Splunk been integrated with Logbinder? Is the data being stored where the Logbinder app expects to find it?
If the app is not working properly, but the data is present, then you should be able to locate what you want using the Search & Reporting app. You will, however, need to know a little bit about the Logbinder environment, such as the name(s) of the server(s).