<?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: UF is not forwarding the JSON data to indexers in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482207#M82644</link>
    <description>&lt;P&gt;Hello @newsplunker1&lt;/P&gt;

&lt;P&gt;glad you worked it out!&lt;/P&gt;

&lt;P&gt;Please create a new question, so more people can see it and help!&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 19:52:01 GMT</pubDate>
    <dc:creator>PavelP</dc:creator>
    <dc:date>2020-04-23T19:52:01Z</dc:date>
    <item>
      <title>UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482195#M82632</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I configured the UF to monitor a JSON file in a specific directory but its not forwarding it to the indexers &lt;/P&gt;

&lt;P&gt;the output is working properly as there are files being sent to indexers &lt;/P&gt;

&lt;P&gt;here is my input file &lt;BR /&gt;
[monitor://C:\temp*.json]&lt;BR /&gt;
index=test1&lt;BR /&gt;
sourcetype=test_styp&lt;/P&gt;

&lt;P&gt;my props&lt;BR /&gt;
[test_styp]&lt;BR /&gt;
INDEXED_EXTRACTIONS =json&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;BR /&gt;
TIME_FORMAT=%Y-%m-%dT%H:%M:%S.%3N+%4N&lt;BR /&gt;
TIME_PREFIX="observedTime":"&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=28&lt;/P&gt;

&lt;P&gt;the splunk logs is stating the following " Adding watch on path splunk [monitor://C:\temp*] but nothis being ingested &lt;/P&gt;

&lt;P&gt;i tried running this SPL search on my SH to check if something related to JSON extraction is but nothing returned &lt;/P&gt;

&lt;P&gt;test_styp  | rex "incoming=\"(?.+)\", transformed=" | spath = incoming&lt;/P&gt;

&lt;P&gt;Could you please help ? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:07:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482195#M82632</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-09-30T05:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482196#M82633</link>
      <description>&lt;P&gt;Search for &lt;CODE&gt;index=test1 sourcetype=test_styp&lt;/CODE&gt; to see if you find anything.  Searches should always specify an index name. &lt;BR /&gt;
Verify Splunk can read the files.  Run &lt;CODE&gt;splunk list monitor&lt;/CODE&gt; on the UF to see if the file is really being monitored.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 20:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482196#M82633</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-22T20:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482197#M82634</link>
      <description>&lt;P&gt;Hello @newsplunker1&lt;/P&gt;

&lt;P&gt;can you check that your monitor stanza includes disabled = 0? If you don't set it to 0 (zero), then it is disabled by default:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;disabled = [0|1]
* Whether or not the event collector input is active.
* Set this setting to "1" to disable the input, and "0" to enable it.
* Default: 1 (disabled).
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Apr 2020 20:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482197#M82634</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-04-22T20:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482198#M82635</link>
      <description>&lt;H4&gt;1. If temp is directory then monitor should be:&lt;/H4&gt;

&lt;PRE&gt;&lt;CODE&gt; [monitor://C:\temp\*.json]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H4&gt;2. If not, then check user running splunk forwarder service has access to C:\temp*.json.&lt;/H4&gt;

&lt;H4&gt;3. Search the data with index name.&lt;/H4&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test1 sourcetype=test_styp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Apr 2020 20:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482198#M82635</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-04-22T20:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482199#M82636</link>
      <description>&lt;P&gt;Thanks rich, &lt;BR /&gt;
I tried that but nothing returned - i tried the splunk list command and showed no directory is being monitored which is weird because i have other directories working properly .&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482199#M82636</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-04-23T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482200#M82637</link>
      <description>&lt;P&gt;Thanks Pave - Did that but no changes &lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:21:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482200#M82637</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-04-23T12:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482201#M82638</link>
      <description>&lt;P&gt;Have you restarted splunk?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:23:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482201#M82638</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-04-23T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482202#M82639</link>
      <description>&lt;P&gt;Thanks Manjunath, &lt;/P&gt;

&lt;P&gt;I actually have it that way with the temp*.json . And i tried the full syntax  ( index,sourcetype) , nothing changed.  I checked the user access and has a full access to that path. &lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482202#M82639</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-04-23T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482203#M82640</link>
      <description>&lt;P&gt;Yes i restarted after making the changes  . I  keep seeing this "TailingProcessor - Adding watch on path: C:\temp\ . so to me , its able to see the path but not able to read it ? if so , the splunk account has access to that path , so i dont know whats going on &lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482203#M82640</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-04-23T12:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482204#M82641</link>
      <description>&lt;P&gt;run this query in CMD (adjust the splunk path as needed):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\programfiles\splunkforwarder\bin\splunk.exe    _internal call /services/admin/inputstatus/TailingProcessor:FileStatus
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482204#M82641</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-04-23T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482205#M82642</link>
      <description>&lt;P&gt;So i got the file now ingested into indexers (There is something wrong with the file format)  but im having problem extracting the JSON fields properly .  &lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 19:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482205#M82642</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-04-23T19:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482206#M82643</link>
      <description>&lt;P&gt;So i got the file now ingested into indexers (There was something wrong with the file format) but im having problems extracting the JSON fields properly . im not getting all of the lines .&lt;/P&gt;

&lt;P&gt;Here is my props file now &lt;/P&gt;

&lt;P&gt;[test]&lt;BR /&gt;
DATETIME_CONFIG = &lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
category = Structured&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482206#M82643</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-09-30T05:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482207#M82644</link>
      <description>&lt;P&gt;Hello @newsplunker1&lt;/P&gt;

&lt;P&gt;glad you worked it out!&lt;/P&gt;

&lt;P&gt;Please create a new question, so more people can see it and help!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 19:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482207#M82644</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-04-23T19:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482208#M82645</link>
      <description>&lt;P&gt;Please post a new question showing the original data and what is indexed.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 14:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482208#M82645</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-24T14:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: UF is not forwarding the JSON data to indexers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482209#M82646</link>
      <description>&lt;P&gt;The file format was the issue - I also uploaded the file into splunk instance and generates the props file  then copied it to where the UF is installed &lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 15:29:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/UF-is-not-forwarding-the-JSON-data-to-indexers/m-p/482209#M82646</guid>
      <dc:creator>newsplunker1</dc:creator>
      <dc:date>2020-04-28T15:29:17Z</dc:date>
    </item>
  </channel>
</rss>

