<?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 uf agent sending data to forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499560#M99956</link>
    <description>&lt;P&gt;i have a csv file which is comma delimited&lt;BR /&gt;
i am creating an inputs.conf file and sending this file to HF&lt;BR /&gt;
but when i search, all the data is on single line, the comma is not honored.&lt;/P&gt;

&lt;P&gt;how to set it up so that comma is honored and i can see individual columns as data after ingest..&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2020 13:17:46 GMT</pubDate>
    <dc:creator>jiaqya</dc:creator>
    <dc:date>2020-03-24T13:17:46Z</dc:date>
    <item>
      <title>uf agent sending data to forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499560#M99956</link>
      <description>&lt;P&gt;i have a csv file which is comma delimited&lt;BR /&gt;
i am creating an inputs.conf file and sending this file to HF&lt;BR /&gt;
but when i search, all the data is on single line, the comma is not honored.&lt;/P&gt;

&lt;P&gt;how to set it up so that comma is honored and i can see individual columns as data after ingest..&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 13:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499560#M99956</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-03-24T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: uf agent sending data to forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499561#M99957</link>
      <description>&lt;P&gt;you can use "Add Data" UI Option to create working props.conf and only then when you sure that it 100% works copy the config to UF/HF. Be aware that UI wizard creates props.conf with INDEXED_EXTRACTIONS which leads to CSV files are being parsed on UF.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 13:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499561#M99957</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-03-24T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: uf agent sending data to forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499562#M99958</link>
      <description>&lt;P&gt;i tried using the Add Data UI on test box , but it did not create the props.conf in the app, although the delimit worked, but i need a working copy of props.conf to put on the uf agent.. any ideas ?&lt;/P&gt;

&lt;P&gt;So i dont need the props.conf if i use this method ?&lt;BR /&gt;
i see its creating a sourcetype...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 13:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499562#M99958</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-03-24T13:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: uf agent sending data to forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499563#M99959</link>
      <description>&lt;P&gt;you can work with the wizard until it works and then in the second step (set sourcetype) open "Advanced" section and use "copy to clipboard" link - it opens a new popup window with a text area where you can copy the working props.conf configuration. Then cancel the wizard and use the copied date to create props.conf either on UF or on HF.&lt;/P&gt;

&lt;P&gt;Be aware that you can parse CSV on UF directly and send it to Indexer directly, skipping HF. Alternatively you can just send raw data to indexer and parse &amp;amp; index there. In both cases no HF necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 15:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499563#M99959</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-03-24T15:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: uf agent sending data to forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499564#M99960</link>
      <description>&lt;P&gt;i did exactly what you said,  but i still get data with columns, its just not honoring the delimiter.&lt;BR /&gt;
however , on the UI, i can see them splitting correctly by comma.&lt;BR /&gt;
but from the UF agent its not doing the splitting by columns based on comma.&lt;/P&gt;

&lt;P&gt;below is props.conf&lt;/P&gt;

&lt;P&gt;[ MSSAlertsCher ]&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;BR /&gt;
CHARSET=UTF-8&lt;BR /&gt;
INDEXED_EXTRACTIONS=csv&lt;BR /&gt;
KV_MODE=none&lt;BR /&gt;
category=Structured&lt;BR /&gt;
description=Comma-separated value format. Set header and other settings in "Delimited Settings"&lt;BR /&gt;
disabled=false&lt;BR /&gt;
pulldown_type=true&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:49:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/uf-agent-sending-data-to-forwarder/m-p/499564#M99960</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2020-09-30T04:49:40Z</dc:date>
    </item>
  </channel>
</rss>

