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!

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco &#43; Splunk! We’ve ...

Enterprise Security Content Update (ESCU) | New Releases

In April, the Splunk Threat Research Team had 2 releases of new security content via the Enterprise Security ...