Getting Data In

If I have a thousand hosts logging under CST timezone, how do I override this in props.conf for a couple boxes to log in Eastern time?

abhib89
Explorer

I have hosts (*.xyz.com) set to log under CST. Now i have couple of boxes out of thousand (ABC.xyz.com and ABC1.xyz.com) to log under Eastern time zone. How can i override this in Props ?

Existing Config -

[host::*.xyz.com]
TZ = US/Central

I know I can put a stanza with source and that will take priority over [host] , but I unfortunately cannot do that because that will contain some common files which all hosts have.

There is some priority parameter as well in documentation. Has some one used that, and can that be used here. I don't want other hosts to start logging in Eastern time too.

New Config ?

[host::*.xyz.com]
TZ = US/Central
priority=5

[host::ABC*.xyz.com]
TZ = US/Eastern
priority=10

Any help will be appreciated.

0 Karma

jkat54
SplunkTrust
SplunkTrust

You're very close. Can you give this section of the documents a read and let me know if it answers your question?

http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/HowSplunkextractstimestamps

Not just this page im linking to, but if you look on the left side there are several more sections covered under the "Configure Timestamps" section. Others like this gem in the rough:

http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/Applytimezoneoffsetstotimestamps

0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...