<?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: Splunk Add on for AWS in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675755#M113081</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are configuring in it in our splunk web, my AWS namespace is&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;custom/namespace&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;metric 1 ,2 .... metric is created with no dimensions.&lt;BR /&gt;Configured in splunk&amp;nbsp;&lt;BR /&gt;AWS account : xxx&lt;BR /&gt;AWS region: eu-west-1&lt;BR /&gt;index: B&lt;BR /&gt;Metrics Configuration :&amp;nbsp;&lt;STRONG&gt;custom/namespace&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;Name: A&lt;BR /&gt;SourceType: aws:cloudwatch&lt;BR /&gt;&lt;BR /&gt;I still don't see any logs, Am I configuring in right way&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 12:42:09 GMT</pubDate>
    <dc:creator>Jenifer</dc:creator>
    <dc:date>2024-01-29T12:42:09Z</dc:date>
    <item>
      <title>Splunk Add on for AWS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675517#M113048</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are trying to onboard AWS cloudwatch metrics and events data to splunk , we decided to go with splunk Add on for AWS pull mechanism. I am trying to configure a custom namespace and metrics created in&amp;nbsp; AWS to splunk , I am unable to see the metrics there . I edited the default aws namespaces and added my custom namespace . Is this right method to add my custom metrics. Can someone guide here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 13:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675517#M113048</guid>
      <dc:creator>Jenifer</dc:creator>
      <dc:date>2024-01-26T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add on for AWS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675645#M113058</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adding custom metrics from AWS CloudWatch to Splunk using the Splunk Add-on for AWS pull mechanism can be tricky,&lt;/SPAN&gt;&lt;SPAN&gt; but I'm here to help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here's the key:&lt;/STRONG&gt;&lt;SPAN&gt; While editing the default &lt;/SPAN&gt;aws namespaces&lt;SPAN&gt; might seem intuitive,&lt;/SPAN&gt;&lt;SPAN&gt; it's not the recommended approach for custom metrics.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Instead,&lt;/SPAN&gt;&lt;SPAN&gt; follow these steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Identify your custom namespace:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Make sure you know the exact namespace (e.&lt;/SPAN&gt;&lt;SPAN&gt;g.,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"MyCompany/CustomMetrics") created in AWS CloudWatch.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Configure inputs.conf:&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Add a new stanza for your custom namespace under the&amp;nbsp;&lt;/SPAN&gt;[aws:cloudwatch]&lt;SPAN&gt;&amp;nbsp;section.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Use&amp;nbsp;&lt;/SPAN&gt;namespace&lt;SPAN&gt;&amp;nbsp;to specify your custom namespace (e.&lt;/SPAN&gt;&lt;SPAN&gt;g.,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;namespace = MyCompany/CustomMetrics&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Optionally,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;define specific&amp;nbsp;&lt;/SPAN&gt;metric_names&lt;SPAN&gt;&amp;nbsp;or use&amp;nbsp;&lt;/SPAN&gt;.&lt;SPAN&gt;&amp;nbsp;for all metrics.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Set&amp;nbsp;&lt;/SPAN&gt;sourcetype&lt;SPAN&gt;&amp;nbsp;to&amp;nbsp;&lt;/SPAN&gt;aws:cloudwatch&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Adjust other parameters like&amp;nbsp;&lt;/SPAN&gt;index&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;period&lt;SPAN&gt;&amp;nbsp;as needed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Restart Splunk Forwarder:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;For the changes to take effect,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;restart the Splunk Forwarder running&amp;nbsp;&lt;/SPAN&gt;inputs.conf&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Example inputs.conf stanza:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;[aws:cloudwatch://custom_metrics]
# Replace with your actual namespace
namespace = MyCompany/CustomMetrics
# Optional: Filter specific metrics
# metric_names = metric1, metric2
sourcetype = aws:cloudwatch
index = main
period = 60&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;Additional Tips:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Double-check your namespace name for accuracy.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Use Splunk Web's "Inputs" section to verify if your new input is active.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If you still face issues,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;check Splunk logs for errors related to your custom namespace input.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Remember:&lt;/STRONG&gt;&lt;SPAN&gt; This approach specifically caters to custom metrics.&lt;/SPAN&gt;&lt;SPAN&gt; If you're dealing with custom events,&lt;/SPAN&gt;&lt;SPAN&gt; the process might differ slightly.&lt;/SPAN&gt;&lt;SPAN&gt; Feel free to share more details if you need further assistance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;~ If the reply helps, a Karma upvote would be appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2024 10:09:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675645#M113058</guid>
      <dc:creator>datadevops</dc:creator>
      <dc:date>2024-01-28T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add on for AWS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675648#M113059</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adding custom AWS metrics to Splunk with the pull mechanism can be tricky!&lt;/SPAN&gt;&lt;SPAN&gt; Editing the default namespaces isn't quite the way to go.&lt;/SPAN&gt;&lt;SPAN&gt; Here's the key:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;New stanza in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;inputs.conf:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Create a new section for your custom namespace with&amp;nbsp;&lt;/SPAN&gt;namespace&lt;SPAN&gt;&amp;nbsp;set to its exact name (e.&lt;/SPAN&gt;&lt;SPAN&gt;g.,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MyCompany/CustomMetrics&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Specify metrics (optional):&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Add&amp;nbsp;&lt;/SPAN&gt;metric_names&lt;SPAN&gt;&amp;nbsp;if you want specific metrics,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;otherwise use&amp;nbsp;&lt;/SPAN&gt;.&lt;SPAN&gt;&amp;nbsp;for all.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sourcetype&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and other params:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Ensure&amp;nbsp;&lt;/SPAN&gt;sourcetype&lt;SPAN&gt;&amp;nbsp;is&amp;nbsp;&lt;/SPAN&gt;aws:cloudwatch&lt;SPAN&gt;&amp;nbsp;and adjust&amp;nbsp;&lt;/SPAN&gt;index&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;period&lt;SPAN&gt;&amp;nbsp;as needed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Remember to restart the Splunk Forwarder for the changes to take effect.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you're still facing issues,&lt;/SPAN&gt;&lt;SPAN&gt; double-check your namespace name and Splunk logs for errors.&lt;/SPAN&gt;&lt;SPAN&gt; And feel free to ask if you need more help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;~ If the reply helps, a Karma upvote would be appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2024 10:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675648#M113059</guid>
      <dc:creator>datadevops</dc:creator>
      <dc:date>2024-01-28T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add on for AWS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675755#M113081</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are configuring in it in our splunk web, my AWS namespace is&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;custom/namespace&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;metric 1 ,2 .... metric is created with no dimensions.&lt;BR /&gt;Configured in splunk&amp;nbsp;&lt;BR /&gt;AWS account : xxx&lt;BR /&gt;AWS region: eu-west-1&lt;BR /&gt;index: B&lt;BR /&gt;Metrics Configuration :&amp;nbsp;&lt;STRONG&gt;custom/namespace&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;Name: A&lt;BR /&gt;SourceType: aws:cloudwatch&lt;BR /&gt;&lt;BR /&gt;I still don't see any logs, Am I configuring in right way&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 12:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675755#M113081</guid>
      <dc:creator>Jenifer</dc:creator>
      <dc:date>2024-01-29T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add on for AWS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675783#M113086</link>
      <description>&lt;P&gt;Even though I configured in AWS correctly I am getting this error in Splunk&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Metric event data without a metric name and properly formated numerical values are invalid and cannot be indexed. Ensure the input metric data is not malformed, have one or more keys of the form "metric_name:&amp;lt; metric &amp;gt; " (e.g..."metric_name:cpu.idle") with corresponding floating point values.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 14:43:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/675783#M113086</guid>
      <dc:creator>Jenifer</dc:creator>
      <dc:date>2024-01-29T14:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add on for AWS</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/676077#M113107</link>
      <description>&lt;P&gt;I had aws:cloudwatch:metrics to get the custom metrics.&lt;BR /&gt;&lt;BR /&gt;Is there any way where I can get all the aws cloudwatch log group directly rather mentioning one by one , because when there is new log group created we have to reconfigure it and there chance of forgetting to add new log group&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 15:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Add-on-for-AWS/m-p/676077#M113107</guid>
      <dc:creator>Jenifer</dc:creator>
      <dc:date>2024-01-31T15:08:19Z</dc:date>
    </item>
  </channel>
</rss>

