<?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: How to optimize data (key/value pairs) to be injected into Splunk 6.3 using the HTTP Event Collector? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-data-key-value-pairs-to-be-injected-into-Splunk/m-p/230695#M44911</link>
    <description>&lt;P&gt;It's possible (and quite simple if you know how, a simple streamstats with coalesce should do) to have the data from an earlier event appear in the following events. If you want the easiest solution for your customers however, then send every value with every event. The tradeoff is more license usage.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2015 10:36:05 GMT</pubDate>
    <dc:creator>jeffland</dc:creator>
    <dc:date>2015-11-10T10:36:05Z</dc:date>
    <item>
      <title>How to optimize data (key/value pairs) to be injected into Splunk 6.3 using the HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-data-key-value-pairs-to-be-injected-into-Splunk/m-p/230694#M44910</link>
      <description>&lt;P&gt;We are adding a new feature to our product to send data in key value pairs into Splunk using the new 6.3 Http Event Collector. &lt;STRONG&gt;We want our data in Splunk to be easily usable by customers as they build Splunk dashboards.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;We have some values that change infrequently. Should we be sending the value that changes infrequently with each event we send to Splunk, or just when it actually changes? Or should we send that value only when it changes?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-11-09 16:00:00.000 sentbytes=1000 receivedbytes=50 signalstrength=good
2015-11-09 16:00:05.000 sentbytes=10 receivedbytes=750 signalstrength=good
2015-11-09 16:00:10.000 sentbytes=109 receivedbytes=0 signalstrength=good
2015-11-09 16:00:15.000 sentbytes=244 receivedbytes=987 signalstrength=poor
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-11-09 16:00:00.000 sentbytes=1000 receivedbytes=50 signalstrength=good
2015-11-09 16:00:05.000 sentbytes=10 receivedbytes=750 
2015-11-09 16:00:10.000 sentbytes=109 receivedbytes=0
2015-11-09 16:00:15.000 sentbytes=244 receivedbytes=987 signalstrength=poor
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Nov 2015 23:31:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-data-key-value-pairs-to-be-injected-into-Splunk/m-p/230694#M44910</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2015-11-09T23:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to optimize data (key/value pairs) to be injected into Splunk 6.3 using the HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-data-key-value-pairs-to-be-injected-into-Splunk/m-p/230695#M44911</link>
      <description>&lt;P&gt;It's possible (and quite simple if you know how, a simple streamstats with coalesce should do) to have the data from an earlier event appear in the following events. If you want the easiest solution for your customers however, then send every value with every event. The tradeoff is more license usage.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 10:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-optimize-data-key-value-pairs-to-be-injected-into-Splunk/m-p/230695#M44911</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-11-10T10:36:05Z</dc:date>
    </item>
  </channel>
</rss>

