<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Props.conf, transforms.conf and Index Time field extractions not working in production environment in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-transforms-conf-and-Index-Time-field-extractions-not/m-p/543596#M90752</link>
    <description>&lt;P&gt;Did the extractions work in the Dev environment?&amp;nbsp; Are you searching in Verbose Mode?&amp;nbsp; Did you restart the indexers and HFs?&amp;nbsp; The props.conf file must also be installed on the search head because there are search-time fields in it.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 20:55:10 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-03-12T20:55:10Z</dc:date>
    <item>
      <title>Props.conf, transforms.conf and Index Time field extractions not working in production environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-transforms-conf-and-Index-Time-field-extractions-not/m-p/543557#M90747</link>
      <description>&lt;P&gt;We are logging one application deployed in Kubernetes and ingesting its tomcat localhost access logs in Splunk via HEC (HF).&lt;/P&gt;&lt;P&gt;I've pushed the props.conf and transforms.conf on HF as well as on indexers through Indexer Master but the problem is that extractions as well as transforms are not working et all.&lt;/P&gt;&lt;P&gt;Sample log:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;&lt;SPAN class="t h"&gt;10&lt;/SPAN&gt;.1.0.225&lt;/SPAN&gt; &lt;SPAN class="t"&gt;-&lt;/SPAN&gt; &lt;SPAN class="t"&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN class="t"&gt;12/Mar/2021:13:39:51&lt;/SPAN&gt;&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;SPAN class="t"&gt;0000&lt;/SPAN&gt;&lt;SPAN&gt;] "&lt;/SPAN&gt;&lt;SPAN class="t"&gt;PUT&lt;/SPAN&gt; &lt;SPAN class="t"&gt;/outlookaddin/v1/edap/sessions&lt;/SPAN&gt; &lt;SPAN class="t"&gt;HTTP/1.1&lt;/SPAN&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;SPAN class="t"&gt;200&lt;/SPAN&gt; &lt;SPAN class="t"&gt;25&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;===============================&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;P&gt;[tomcat:localhost]&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;category = Custom&lt;BR /&gt;disabled = false&lt;BR /&gt;pulldown_type = true&lt;BR /&gt;ANNOTATE_PUNCT = false&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;TIME_PREFIX=\[&lt;BR /&gt;TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z&lt;BR /&gt;LINE_BREAKER = ([\r\n]+)\d+\.\d+.\d+\.\d+&lt;BR /&gt;TRUNCATE = 0&lt;BR /&gt;EXTRACT-access =^(?P&amp;lt;ip&amp;gt;[^\s]+)\s(?P&amp;lt;indent&amp;gt;(-|\w+))\s(?P&amp;lt;user&amp;gt;(-|\w+))\s\[(?&amp;lt;req_time&amp;gt;[^\]]+)\]\s\"(?P&amp;lt;method&amp;gt;\w+)\s(?P&amp;lt;request_uri&amp;gt;[\S]+)\s(?P&amp;lt;protocol&amp;gt;[^\"]+)\"\s(?P&amp;lt;status&amp;gt;\d{3})\s(?P&amp;lt;bytes_sent&amp;gt;(?:\d+|-))&lt;BR /&gt;FIELDALIAS-bytes_in = bytes_sent AS bytes_in&lt;BR /&gt;FIELDALIAS-http_method = method AS http_method&lt;BR /&gt;FIELDALIAS-uri_query = request_uri AS uri_query&lt;BR /&gt;FIELDALIAS-ip = ip AS src&lt;BR /&gt;EVAL-bytes_in = if(bytes_in=="-", 0, bytes_in)&lt;BR /&gt;EVAL-bytes_sent = if(bytes_sent=="-", 0, bytes_sent)&lt;BR /&gt;EVAL-vendor_product = "Apache Tomcat"&lt;BR /&gt;EVAL-product_family = "Apache Foundation Software"&lt;BR /&gt;EVAL-bytes = coalesce(bytes_in, 0)+coalesce(bytes_out, 0)&lt;BR /&gt;FIELDALIAS-response_code = status AS response_code&lt;BR /&gt;TRANSFORMS-anonymize=token-anonymizer&lt;/P&gt;&lt;P&gt;==========================================&lt;/P&gt;&lt;P&gt;transforms.conf&lt;/P&gt;&lt;P&gt;[token-anonymizer]&lt;BR /&gt;REGEX = (?m)^(.*accessToken\=).+(tokenType.*refreshToken=).+(expiresInSeconds.*username\=)\w+(.+ParamKey-dimensions-ParamKey\-).*(ParamKey.+)&lt;BR /&gt;FORMAT = $1######&amp;amp;$2######&amp;amp;$3######&amp;amp;$4#######$5&lt;BR /&gt;DEST_KEY = _raw&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="barora21_0-1615561252767.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13294i22B4A40B1E1824AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="barora21_0-1615561252767.png" alt="barora21_0-1615561252767.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 15:10:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-transforms-conf-and-Index-Time-field-extractions-not/m-p/543557#M90747</guid>
      <dc:creator>barora21</dc:creator>
      <dc:date>2021-03-12T15:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf, transforms.conf and Index Time field extractions not working in production environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-transforms-conf-and-Index-Time-field-extractions-not/m-p/543596#M90752</link>
      <description>&lt;P&gt;Did the extractions work in the Dev environment?&amp;nbsp; Are you searching in Verbose Mode?&amp;nbsp; Did you restart the indexers and HFs?&amp;nbsp; The props.conf file must also be installed on the search head because there are search-time fields in it.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 20:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-transforms-conf-and-Index-Time-field-extractions-not/m-p/543596#M90752</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-03-12T20:55:10Z</dc:date>
    </item>
  </channel>
</rss>

