<?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: Why am I unable to forward data from Universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412547#M73025</link>
    <description>&lt;P&gt;A time chart would not visualize. All I can get is a count. Anything else just drops it. Though I did open a support ticket. &lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 11:06:30 GMT</pubDate>
    <dc:creator>Rebeccakettler</dc:creator>
    <dc:date>2018-05-22T11:06:30Z</dc:date>
    <item>
      <title>Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412541#M73019</link>
      <description>&lt;P&gt;I am trying to index new data and it is not happening. &lt;/P&gt;

&lt;P&gt;I am indexing a single log file that is being written to by the server when ever new events are added. &lt;/P&gt;

&lt;P&gt;I put this statement into the MSIADDED inputs on the universal forwarder because that is where my current input live. &lt;/P&gt;

&lt;P&gt;This is what I added. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[Monitor://D:\Software\Waratek\HR-Config\HR.log]
disabled = 0
sourcetype = waratek
index = main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is sample of the file. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2018-05-02 11:02:09,851  CEF:0|ARMR:CWE-114: Process Control|CWE-114: Process Control|1.0|Process Forking - 02|Load Rule|Low|outcome=success
2018-05-02 11:02:13,252  CEF:0|ARMR:CWE-114: Process Control|CWE-114: Process Control|1.0|Process Forking - 02|Link Rule|Low|outcome=success
2018-05-02 11:02:13,263  CEF:0|ARMR:CWE-114: Process Control|CWE-114: Process Control|1.0|Process Forking - 03|Load Rule|Low|outcome=success
2018-05-02 11:02:14,135  CEF:0|ARMR:CWE-114: Process Control|CWE-114: Process Control|1.0|Process Forking - 03|Link Rule|Low|outcome=success
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can see the sourcetype show up in data summary; however, when I search for the data there is nothing there. Any suggestions here? &lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 17:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412541#M73019</guid>
      <dc:creator>Rebeccakettler</dc:creator>
      <dc:date>2018-05-18T17:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412542#M73020</link>
      <description>&lt;P&gt;In data summary, does the sourcetype shows any count? The events seems to be from May 2nd, does your time range large enough to include this? Does your user role has access to read data from index main?&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 18:11:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412542#M73020</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-18T18:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412543#M73021</link>
      <description>&lt;P&gt;It will show 64 lines. I did not count them specifically but it looks right. &lt;BR /&gt;
I have been putting my searches to All Time searches. &lt;BR /&gt;
I am an admin but I also just verified my role. I have default admin and rights to all non internal and internal indexes. &lt;BR /&gt;
I have done multiple attempts at the input.conf file (tried it on a different server too). They all show similar issues. I just deleted my fishbucket on the forwarder again and restarted the service. But this has not made a difference in the past. I don't have anything to normalize the data yet but I can't see it soooooo&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 18:35:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412543#M73021</guid>
      <dc:creator>Rebeccakettler</dc:creator>
      <dc:date>2018-05-18T18:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412544#M73022</link>
      <description>&lt;P&gt;You could try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats prestats=t count where sourcetype=waratek AND index=* by _time index
| timechart count by index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Set the search range to include events from 10 years ago until 10 years in the future, just in case some strange timestamp recognition happens. &lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 22:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412544#M73022</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-19T22:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412545#M73023</link>
      <description>&lt;P&gt;I can see the event count similiar to data summary. When I try to drill down there is nothing there. &lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 12:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412545#M73023</guid>
      <dc:creator>Rebeccakettler</dc:creator>
      <dc:date>2018-05-21T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412546#M73024</link>
      <description>&lt;P&gt;The timechart visualization should also show you the time range in which those events are, that might give you a hint what went wrong (e.g. wrong timestamp recognition = events in the future).&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 12:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412546#M73024</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-21T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412547#M73025</link>
      <description>&lt;P&gt;A time chart would not visualize. All I can get is a count. Anything else just drops it. Though I did open a support ticket. &lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 11:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412547#M73025</guid>
      <dc:creator>Rebeccakettler</dc:creator>
      <dc:date>2018-05-22T11:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412548#M73026</link>
      <description>&lt;P&gt;I had a typo in the input.conf. The M of MOnitor was capped once that was resolved the data flowed. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 12:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412548#M73026</guid>
      <dc:creator>Rebeccakettler</dc:creator>
      <dc:date>2018-06-01T12:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to forward data from Universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412549#M73027</link>
      <description>&lt;P&gt;@Rebeccakettler If your problem is resolved, please accept the answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 13:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-forward-data-from-Universal-forwarder/m-p/412549#M73027</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-06-01T13:04:30Z</dc:date>
    </item>
  </channel>
</rss>

