<?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: Data cleaning for better performance and usage in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386791#M3325</link>
    <description>&lt;P&gt;Ok and thanks for the advice.&lt;BR /&gt;
Do they icnrease the cost as the mcollect command will "convert events into metric data to be stored in a metric index on the search head" ?&lt;/P&gt;

&lt;P&gt;Someone as proposed me to use ES+data Model / SIEM to make the job but not sure that it will reply to my expectation. From my understanding it's more to do the metric analytics than clean and format metrics. What do you think?&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 07:22:26 GMT</pubDate>
    <dc:creator>guillain</dc:creator>
    <dc:date>2019-05-27T07:22:26Z</dc:date>
    <item>
      <title>Data cleaning for better performance and usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386789#M3323</link>
      <description>&lt;P&gt;Hello people,&lt;/P&gt;
&lt;P&gt;I try to figure out a design for the metric indexing with the following constrainst:&lt;BR /&gt;- keep the original raw data&lt;BR /&gt;- availability of the metrics (ok for 15/30min)&lt;BR /&gt;- high number of indexes and TB by day&lt;BR /&gt;- lot of data manipulation for metric name and format alignement (factor the volume)&lt;BR /&gt;- high search complexity (accross many indexes...)&lt;/P&gt;
&lt;P&gt;In that case, what do you suggest as what I've in mind is not really good...?&lt;BR /&gt;- lookup: with the volume, the data manipulation and the search it's not sure to have a good performance result&lt;BR /&gt;- kafka: add design complexity (ms, infra...) and imply to rewrite the current transformation rules&lt;BR /&gt;- transformation during the indexing: it's not recommanded and it doesn't match with the need to keep the original raw &lt;BR /&gt;- reindexing: data in new indexes will duplicate cost (infra but splunk lic also?) and increase the delay to have the metrics&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help and enjoy your weekend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 02:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386789#M3323</guid>
      <dc:creator>guillain</dc:creator>
      <dc:date>2020-06-06T02:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data cleaning for better performance and usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386790#M3324</link>
      <description>&lt;P&gt;Do a savedsearch that runs &lt;CODE&gt;mcollect&lt;/CODE&gt; (&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/mcollect"&gt;doc reference&lt;/A&gt;) into a metrics index. Give this metrics index the desired retention time.&lt;BR /&gt;
Also, docs: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Indexer/Setupmultipleindexes#Create_metrics_indexes"&gt;Create metrics indexes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 21:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386790#M3324</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-05-24T21:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data cleaning for better performance and usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386791#M3325</link>
      <description>&lt;P&gt;Ok and thanks for the advice.&lt;BR /&gt;
Do they icnrease the cost as the mcollect command will "convert events into metric data to be stored in a metric index on the search head" ?&lt;/P&gt;

&lt;P&gt;Someone as proposed me to use ES+data Model / SIEM to make the job but not sure that it will reply to my expectation. From my understanding it's more to do the metric analytics than clean and format metrics. What do you think?&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 07:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386791#M3325</guid>
      <dc:creator>guillain</dc:creator>
      <dc:date>2019-05-27T07:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data cleaning for better performance and usage</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386792#M3326</link>
      <description>&lt;P&gt;ES doesn't really use metrics. You could build a Data Model and use your own accelerated one for custom dashboards but ES requires an additional license. If you don't have an ES running, you won't need it just for some metrics.&lt;BR /&gt;
Also, Splunk Enterprise also has the option to build data models and accelerate them. Docs: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Knowledge/Aboutdatamodels"&gt;About data models&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 16:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Data-cleaning-for-better-performance-and-usage/m-p/386792#M3326</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-05-28T16:33:19Z</dc:date>
    </item>
  </channel>
</rss>

