Getting Data In

Monitor a path on the search head

RanjithaN99
Explorer

Hi Community, 

Please help me out, I am trying to monitor a path on the splunk search head in a Splunk enterprise environment.

What would be the best practice to implement this?

Would it be advisable to install a UF on the search head server ?

If not, what are the other ways by which we can monitor a path on the splunk search head server.

 

Thanks,

Labels (3)
Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @RanjithaN99,

you don't need to install an UF on the Search Head.

Your SH should already send its own logs to the indexers.

In this case, you have only to enable the input from your GUI or CLI.

Only one attention point: using GUI you probably don't have the indexer in the available indexes list.

You can solve this in two ways:

  • you could create an index with the same name on the Search Head, even if the logs will not go in this index but in the one (with the same name)  on the indexer,
  • you could create the input by CLI.

Ciao.

Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @RanjithaN99,

you don't need to install an UF on the Search Head.

Your SH should already send its own logs to the indexers.

In this case, you have only to enable the input from your GUI or CLI.

Only one attention point: using GUI you probably don't have the indexer in the available indexes list.

You can solve this in two ways:

  • you could create an index with the same name on the Search Head, even if the logs will not go in this index but in the one (with the same name)  on the indexer,
  • you could create the input by CLI.

Ciao.

Giuseppe

RanjithaN99
Explorer

Thank You

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...