Security

I need help locating the Logbinder logs paths that are actively used. I was told I can find the list using Splunk's TA

GIA
Path Finder

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!

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

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
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

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
---
If this reply helps you, Karma would be appreciated.

GIA
Path Finder

It worked. Thank you!!

GIA
Path Finder

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!

0 Karma

richgalloway
SplunkTrust
SplunkTrust

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).

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...