Getting Data In

Using the auth0 add on not seeing any data

rkeller_splunk
Splunk Employee
Splunk Employee

HI

Set up the add on on a cloud instance. Not seeing any data come in via HEC. Any ideas on how to troubleshoot?

 

Thanks

Labels (1)
0 Karma

deepakc
Builder

Start by checking the logs

These can also be set via the GUI

$SPLUNK_HOME/bin/splunk set log-level HTTPServer -level DEBUG
$SPLUNK_HOME/bin/splunk set log-level HttpInputDataHandler -level DEBUG
$SPLUNK_HOME/bin/splunk set log-level TcpInputProc -level DEBUG

Remember to set back to WARN once you have finished debugging

Then search - this may give you some clues for you to further investigate

index=_internal source=*splunkd.log* (component=HttpInputDataHandler OR component=TcpInputProc OR component=HTTPServer)

 

0 Karma
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...