Getting Data In

Heavy forwarder internal logs to splunk cloud

bhsakarchourasi
Path Finder

Hi All,

Hope you all are doing well.

I ran into a issue that heavy fowarders are not sending internal logs to Splunk cloud. Except internal logs we can see all the reporting device logs on cloud. On HFs itself there is nothing I can see while running "index=_internal" but on back end I can see the splunkd, matrics logs are getting update.

I suspect that the cloud package (splunkclouduf.spl) for forwarding logs is configured with exception.

I found some links for how to forward internal logs to indexers but not getting any similar thread.

Thanks.

Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi bhsakarchourasiya_acct,
check if you have a large traffic, because all forwarders (Heavy and Universal) have a default value of 256 kb/s of bandwidth occupation and internal logs are sent after the others.
You should also check if the _internal logs are late sent to Cloud or not send, you can check this with a simple search

index=_internal
| eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:%S.%3N"), diff=_time-_indextime
| table _time indextime diff

Anyway, you could set a greater value for maxKBps in limits.conf of your Heavy Forwarders.

Ciao.
Giuseppe

View solution in original post

0 Karma

tbavarva
Path Finder

Hi bhsakarchourasiya_acct,

Did you check permission of splunkd.log, metrics.log and other log files whether splunk user has permission to read all of them?

Regards,
Tejas

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi bhsakarchourasiya_acct,
check if you have a large traffic, because all forwarders (Heavy and Universal) have a default value of 256 kb/s of bandwidth occupation and internal logs are sent after the others.
You should also check if the _internal logs are late sent to Cloud or not send, you can check this with a simple search

index=_internal
| eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:%S.%3N"), diff=_time-_indextime
| table _time indextime diff

Anyway, you could set a greater value for maxKBps in limits.conf of your Heavy Forwarders.

Ciao.
Giuseppe

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...