<?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: Datanow props/transforms not working properly in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360720#M65805</link>
    <description>&lt;P&gt;@SloshBurch, I created a custom app called it DataNow and added my inputs/props/transforms in the datanow/local dir. Rebooted the search heads.&lt;/P&gt;

&lt;P&gt;Is this what you meant?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2017 23:41:53 GMT</pubDate>
    <dc:creator>a548506</dc:creator>
    <dc:date>2017-06-26T23:41:53Z</dc:date>
    <item>
      <title>Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360714#M65799</link>
      <description>&lt;P&gt;I have some Datanow syslog data coming into my environment and i have setup a transforms.conf file to extract some specific fields for me.&lt;/P&gt;

&lt;P&gt;Unfortunately, it is not pulling these fields. I am following the instructions on this site: &lt;A href="https://community.ivanti.com/docs/DOC-43745"&gt;https://community.ivanti.com/docs/DOC-43745&lt;/A&gt;&lt;BR /&gt;
Pretty straight forward stuff. I am not sure if i am using the "Report" extraction correctly, never used it before.&lt;/P&gt;

&lt;P&gt;My props and transforms are the same as the one on the site.&lt;/P&gt;

&lt;P&gt;Any guidance would help.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 16:43:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360714#M65799</guid>
      <dc:creator>a548506</dc:creator>
      <dc:date>2017-06-21T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360715#M65800</link>
      <description>&lt;P&gt;The blog specifies configs for single server deployment (single Splunk Enterprise instance doing work of forwarder, indexer and search head). Do you've single server deployment OR distributed deployment?&lt;/P&gt;

&lt;P&gt;In distributed deployment, the inputs.conf will go to forwarder (universal/Splunk Enterprise/heavy forwarder), the props.conf file (except the REPORT- line)  and transforms.conf (with stanza referenced in TRANSFORM- in props.conf) will go to heavy forwarder/indexer. The props.conf with REPORT- and transforms.conf with stanza referenced in REPORT- will go to Search Head. Did you place the file on correct servers (and restarted splunk on them)?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 16:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360715#M65800</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-06-21T16:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360716#M65801</link>
      <description>&lt;P&gt;You need to make sure that your stanza header in &lt;CODE&gt;props.conf&lt;/CODE&gt; is correct so that the configurations are engaged against your event data (case usually matters).  You need to deploy the configuration files to the indexing tier (HF/Indexers).  You need to restart all splunk instances on that tier.  When testing, you need to evaluate ONLY events that have been indexed after your restarts (you can use &lt;CODE&gt;_index_earliest&lt;/CODE&gt; and &lt;CODE&gt;_index_latest&lt;/CODE&gt; search parameters for this).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 17:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360716#M65801</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-21T17:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360717#M65802</link>
      <description>&lt;P&gt;Building on this, I would suggest putting the config in a new app (rather than in the &lt;CODE&gt;system/local&lt;/CODE&gt; folder). For example, create a folder called &lt;CODE&gt;datanow&lt;/CODE&gt; with a &lt;CODE&gt;local&lt;/CODE&gt; folder for the config detailed in link you referenced. That way you can distribute the config to the appropriate places as articulated by @woodcock.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 21:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360717#M65802</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-22T21:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360718#M65803</link>
      <description>&lt;P&gt;We have a distributed environment. I have placed the files in our deployment server and am pushing them out by reloading the serverclass. The configs then are pushed out to our HFW which I looked at and see my apps(inputs/props/transforms) in there. &lt;/P&gt;

&lt;P&gt;I have the apps set to restart which are restarting the associated HFW. I am still not seeing the data though.&lt;/P&gt;

&lt;P&gt;@SloshBurch these are in its own app&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360718#M65803</guid>
      <dc:creator>a548506</dc:creator>
      <dc:date>2017-06-23T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360719#M65804</link>
      <description>&lt;P&gt;@a548506 - It sounds like you highlighted all the config you are pushing to the HFW but what about the config sent to the Search Head? As you could surmise, the search-time field extractions (report command) must be on the search heads.&lt;/P&gt;

&lt;P&gt;If it still doesn't work, I'd suggest standing up a new (clean) standalone install in a lab and validating it works before adding in the distributed elements. Then troubleshoot as you distribute.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 12:28:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360719#M65804</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-26T12:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360720#M65805</link>
      <description>&lt;P&gt;@SloshBurch, I created a custom app called it DataNow and added my inputs/props/transforms in the datanow/local dir. Rebooted the search heads.&lt;/P&gt;

&lt;P&gt;Is this what you meant?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 23:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360720#M65805</guid>
      <dc:creator>a548506</dc:creator>
      <dc:date>2017-06-26T23:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360721#M65806</link>
      <description>&lt;P&gt;Kinda...For typo sake, I hope that's the same app that lives on the heavy forwarders. It might not hurt to have it on the indexers as well - at least until it starts working.&lt;/P&gt;

&lt;P&gt;Did the SH part fix it?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:08:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360721#M65806</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-27T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360722#M65807</link>
      <description>&lt;P&gt;@SloshBurch, the SH part did not fix it. I must be missing something or not adding the inputs/props/transforms in the right place.&lt;/P&gt;

&lt;P&gt;Yes, the same inputs/props/transforms that are in the HFW are the ones that i placed in the newly created app that i put in the SH's.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 14:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360722#M65807</guid>
      <dc:creator>a548506</dc:creator>
      <dc:date>2017-06-28T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360723#M65808</link>
      <description>&lt;P&gt;btool it all so we can validate your config is loading as you desired?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 15:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360723#M65808</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-28T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Datanow props/transforms not working properly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360724#M65809</link>
      <description>&lt;P&gt;It's working now. The creating the custom app and placing the knowledge objs in the SH worked.&lt;/P&gt;

&lt;P&gt;Thanks @SloshBurch , @somesoni2 &amp;amp; @woodcock&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2017 23:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Datanow-props-transforms-not-working-properly/m-p/360724#M65809</guid>
      <dc:creator>a548506</dc:creator>
      <dc:date>2017-07-01T23:06:48Z</dc:date>
    </item>
  </channel>
</rss>

