<?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 Can I forward JSON data to a METRIC index? With Splunk 8 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-forward-JSON-data-to-a-METRIC-index-With-Splunk-8/m-p/482446#M100210</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I was reading this doc&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Metrics/GetMetricsInOther" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Metrics/GetMetricsInOther&lt;/A&gt;&lt;BR /&gt;
at the end it says JSON data can now be brought into the Metrics index.&lt;/P&gt;

&lt;P&gt;Can this be from a forwarder?&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;
[monitor:///net/mx12405vm/data/apps/qa10175_TPK0001304_34299998/logs.../&lt;EM&gt;.log]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
host = TEST_AMBER_1234&lt;BR /&gt;
index = amber_live_m&lt;BR /&gt;
sourcetype = AMBER_METRIC_M&lt;BR /&gt;
crcSalt = &lt;BR /&gt;
whitelist = \w&lt;/EM&gt;-\w*-\w*-\w*-\w*&lt;EM&gt;metrics.log$&lt;BR /&gt;
blacklist=logs&lt;/EM&gt;|fixing_|tps-archives&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[AMBER_METRIC_M]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N&lt;BR /&gt;
TIME_PREFIX = \"ts\":\"&lt;BR /&gt;
INDEXED_EXTRACTIONS = JSON&lt;BR /&gt;
category = Metrics&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"v":"1.0","t":"MTR","ts":"2019-11-12T10:56:43.509Z","h":"mx12405vm","pid":26650,"src":{"c":"metrics","d":"performance","sd":"metrics"},"mtr":{"counters":{"process":{"cpu":{"time_cumulated_s":22},"memory":{"gc":{"ps_marksweep":{"total_duration_ms":229},"ps_scavenge":{"total_duration_ms":732}}}}},"gauges":{"process":{"cpu":{"percentage":0.0021161116902539325},"files":{"open_files":38},"memory":{"jvm":{"heap":{"committed_kb":174592,"used_kb":100703},"nonheap":{"committed_kb":73472,"used_kb":71934}},"vsz_kb":2281356}}},"histograms":{},"meters":{},"timers":{"process":{"memory":{"gc":{"ps_marksweep":{"events":{"count":0,"rate_1m":0.0,"rate_5m":0.0,"rate_15m":0.0,"rate_mean":0.0},"duration_ms":{"max":0.0,"mean":0.0,"median":0.0,"min":0.0,"percentile_75":0.0,"percentile_95":0.0,"percentile_98":0.0,"percentile_99":0.0,"percentile_999":0.0,"standard_deviation":0.0}},"ps_scavenge":{"events":{"count":27,"rate_1m":3.559899403082397,"rate_5m":4.968239838998346,"rate_15m":5.252064176428281,"rate_mean":0.7972358354858866},"duration_ms":{"max":34.0,"mean":10.370370370370372,"median":5.0,"min":3.0,"percentile_75":14.0,"percentile_95":31.199999999999985,"percentile_98":34.0,"percentile_99":34.0,"percentile_999":34.0,"standard_deviation":8.467803948114513}}}}}}}}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 30 Sep 2020 02:56:40 GMT</pubDate>
    <dc:creator>robertlynch2020</dc:creator>
    <dc:date>2020-09-30T02:56:40Z</dc:date>
    <item>
      <title>Can I forward JSON data to a METRIC index? With Splunk 8</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-forward-JSON-data-to-a-METRIC-index-With-Splunk-8/m-p/482446#M100210</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I was reading this doc&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Metrics/GetMetricsInOther" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Metrics/GetMetricsInOther&lt;/A&gt;&lt;BR /&gt;
at the end it says JSON data can now be brought into the Metrics index.&lt;/P&gt;

&lt;P&gt;Can this be from a forwarder?&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;
[monitor:///net/mx12405vm/data/apps/qa10175_TPK0001304_34299998/logs.../&lt;EM&gt;.log]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
host = TEST_AMBER_1234&lt;BR /&gt;
index = amber_live_m&lt;BR /&gt;
sourcetype = AMBER_METRIC_M&lt;BR /&gt;
crcSalt = &lt;BR /&gt;
whitelist = \w&lt;/EM&gt;-\w*-\w*-\w*-\w*&lt;EM&gt;metrics.log$&lt;BR /&gt;
blacklist=logs&lt;/EM&gt;|fixing_|tps-archives&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[AMBER_METRIC_M]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N&lt;BR /&gt;
TIME_PREFIX = \"ts\":\"&lt;BR /&gt;
INDEXED_EXTRACTIONS = JSON&lt;BR /&gt;
category = Metrics&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;{"v":"1.0","t":"MTR","ts":"2019-11-12T10:56:43.509Z","h":"mx12405vm","pid":26650,"src":{"c":"metrics","d":"performance","sd":"metrics"},"mtr":{"counters":{"process":{"cpu":{"time_cumulated_s":22},"memory":{"gc":{"ps_marksweep":{"total_duration_ms":229},"ps_scavenge":{"total_duration_ms":732}}}}},"gauges":{"process":{"cpu":{"percentage":0.0021161116902539325},"files":{"open_files":38},"memory":{"jvm":{"heap":{"committed_kb":174592,"used_kb":100703},"nonheap":{"committed_kb":73472,"used_kb":71934}},"vsz_kb":2281356}}},"histograms":{},"meters":{},"timers":{"process":{"memory":{"gc":{"ps_marksweep":{"events":{"count":0,"rate_1m":0.0,"rate_5m":0.0,"rate_15m":0.0,"rate_mean":0.0},"duration_ms":{"max":0.0,"mean":0.0,"median":0.0,"min":0.0,"percentile_75":0.0,"percentile_95":0.0,"percentile_98":0.0,"percentile_99":0.0,"percentile_999":0.0,"standard_deviation":0.0}},"ps_scavenge":{"events":{"count":27,"rate_1m":3.559899403082397,"rate_5m":4.968239838998346,"rate_15m":5.252064176428281,"rate_mean":0.7972358354858866},"duration_ms":{"max":34.0,"mean":10.370370370370372,"median":5.0,"min":3.0,"percentile_75":14.0,"percentile_95":31.199999999999985,"percentile_98":34.0,"percentile_99":34.0,"percentile_999":34.0,"standard_deviation":8.467803948114513}}}}}}}}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:56:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-forward-JSON-data-to-a-METRIC-index-With-Splunk-8/m-p/482446#M100210</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2020-09-30T02:56:40Z</dc:date>
    </item>
  </channel>
</rss>

