<?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: StatsD backend for Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324150#M60339</link>
    <description>&lt;P&gt;Splunk acts as both server and backend in this instance. In 7.0, you would send metrics directly to Splunk, without summarizing with a statsd server first. &lt;/P&gt;

&lt;P&gt;Alternatively, you can configure a custom sourcetype to parse the graphite plaintext protocol. This would allow you to use the same configuration having the statsd server send summarized metrics to Splunk. This is described in as an example for custom source types in &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Metrics/GetMetricsInOther#Example_of_configuring_field_extraction"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.0/Metrics/GetMetricsInOther#Example_of_configuring_field_extraction&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2017 20:58:25 GMT</pubDate>
    <dc:creator>mporath_splunk</dc:creator>
    <dc:date>2017-10-30T20:58:25Z</dc:date>
    <item>
      <title>StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324146#M60335</link>
      <description>&lt;P&gt;With the release of Splunk 7 and Metrics being top priority - I am trying to configure StatsD to send UDP traffic to my Splunk indexer.  However, I am unable to configure statsD properly.  &lt;/P&gt;

&lt;P&gt;Has anyone created a Splunk backend for StatsD?  I cannot find any documentation on this yet and I can only find info on setting up graphite as a backend.&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 20:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324146#M60335</guid>
      <dc:creator>vistate</dc:creator>
      <dc:date>2017-10-23T20:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324147#M60336</link>
      <description>&lt;P&gt;There is documentation here for &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Metrics/GetMetricsInStatsd"&gt;getting in metrics from statsd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 22:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324147#M60336</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-10-23T22:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324148#M60337</link>
      <description>&lt;P&gt;Hi @garethatiag - thank you - reviewed the document.  But it does not answer my question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;StatsD requires a backend configuration.  And the backends available from statsD are Graphite,&lt;BR /&gt;
 console and some others(&lt;A href="https://github.com/etsy/statsd/blob/master/docs/backend.md"&gt;https://github.com/etsy/statsd/blob/master/docs/backend.md&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;So what I'm looking for is a backend configuration for splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 13:49:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324148#M60337</guid>
      <dc:creator>vistate</dc:creator>
      <dc:date>2017-10-24T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324149#M60338</link>
      <description>&lt;P&gt;I have managed to push to Splunk as a backend - however I am seeing this in the logs : &lt;/P&gt;

&lt;P&gt;10-24-2017 12:17:01.099 -0400 ERROR MetricsProcessor - After splitting on delimiter (|), expected 2 tokens.  Got 1 instead. Suppressing subsequent errors for source::tcp:8081, sourcetype::statsd, host::10.17.52.120 datastream...&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 16:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324149#M60338</guid>
      <dc:creator>vistate</dc:creator>
      <dc:date>2017-10-24T16:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324150#M60339</link>
      <description>&lt;P&gt;Splunk acts as both server and backend in this instance. In 7.0, you would send metrics directly to Splunk, without summarizing with a statsd server first. &lt;/P&gt;

&lt;P&gt;Alternatively, you can configure a custom sourcetype to parse the graphite plaintext protocol. This would allow you to use the same configuration having the statsd server send summarized metrics to Splunk. This is described in as an example for custom source types in &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Metrics/GetMetricsInOther#Example_of_configuring_field_extraction"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.0/Metrics/GetMetricsInOther#Example_of_configuring_field_extraction&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 20:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324150#M60339</guid>
      <dc:creator>mporath_splunk</dc:creator>
      <dc:date>2017-10-30T20:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324151#M60340</link>
      <description>&lt;P&gt;This is what is not described on the original page located here.&lt;/P&gt;

&lt;P&gt;However, &lt;/P&gt;

&lt;P&gt;It looks like my solution will be using both distributed Collectd+statsd Plugin as well as some direct ingestion.&lt;/P&gt;

&lt;P&gt;Thank you very much for explaining.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 19:34:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324151#M60340</guid>
      <dc:creator>vistate</dc:creator>
      <dc:date>2017-10-31T19:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324152#M60341</link>
      <description>&lt;P&gt;Since 2017, it looks there should be an easier solution: &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.0/Metrics/GetMetricsInStatsd"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.0/Metrics/GetMetricsInStatsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, this is from Splunk Enterprise documentation, so my question would be: is this also available in Splunk Cloud, or, rather, how would we do it in Splunk Cloud?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 03:44:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324152#M60341</guid>
      <dc:creator>rjudet</dc:creator>
      <dc:date>2020-03-29T03:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: StatsD backend for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324153#M60342</link>
      <description>&lt;P&gt;However, this is from Splunk Enterprise documentation, so my question would be: is this also available in Splunk Cloud, or, rather, how would we do it in Splunk Cloud?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 03:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/StatsD-backend-for-Splunk/m-p/324153#M60342</guid>
      <dc:creator>rjudet</dc:creator>
      <dc:date>2020-03-29T03:46:50Z</dc:date>
    </item>
  </channel>
</rss>

