Splunk Dev

The heavy forwarders we are leveraging appear to be ignoring the props.conf file, resulting in timestamp extraction issue. This particular input is through HEC.

michaelwang1
Explorer

The heavy forwarders we are leveraging appear to be ignoring the props.conf file, resulting in timestamp extraction issue. This particular input is through HEC.
I managed to use "splunk btool props list" to verify that the props values are loaded to memory, but I do not see any evidence that it's being used.
Sourcetype headings match.
Thanks in advance!

Tags (1)
0 Karma

p_gurav
Champion
0 Karma

hcanivel_splunk
Splunk Employee
Splunk Employee

What are your configurations for the HEC endpoint? Looking for the default sourcetype for inbound data.

Also, can you provide a sanitized sample of how you're invoking the HEC endpoint, what parameters you are using in your testing?

0 Karma

michaelwang1
Explorer
  in props.conf
    [<sourcetypename>]
    disabled=false
    SHOULD_LINEMERGE=false
    LINE_BREAKER=([\r\n]+)\{\"\w+\"\:
    TIME_FORMAT=%Y-%m-%d %H:%M:%S.%3N
    TIME_PREFIX=\"message\"\:\"
    MAX_TIMESTAMP_LOOKAHEAD=50
    TRUNCATE=10000


[http://<token_name>]                     
disabled = 0                                 
token = **** 
index = <index_name>
indexes = <index_name>
queueSize = 4MB                              
useACK = false 

. . . 
    <appender name="splunkAppender" class="com.splunk.logging.HttpEventCollectorLogbackAppender">
        <url>${DATACORE_SPLUNK_URL}</url>
        <token>${DATACORE_SPLUNK_TOKEN}</token>
        <source>datacore-dal-${SPRING_PROFILES_ACTIVE}</source>
        <sourcetype><sourcetypename></sourcetype>
        <disableCertificateValidation>true</disableCertificateValidation>
        <layout class="ch.qos.logback.classic.PatternLayout">
            <pattern>${LOG_PATTERN}</pattern>
        </layout>
    </appender>
. . . 

Message content

{"severity":"WARN","message":"2019-01-19 22:26:47.604  . . . }
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...