<?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 Speed up Search while in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487537#M83469</link>
    <description>&lt;P&gt;Hi Currently I have some JSON files in this structure :&lt;BR /&gt;
{ &lt;BR /&gt;
{ Meta: .... }&lt;BR /&gt;
{ Data: A,&lt;BR /&gt;
            B: [ {key: value_b1}, {key:value_b2} ... ] &lt;BR /&gt;
              }&lt;BR /&gt;
In order to show the nested data properly, the JSON is transformed such each nested data is given individual Meta tags: &lt;BR /&gt;
{ &lt;BR /&gt;
{ Meta: .... }&lt;BR /&gt;
{ Data:  B: {key:value_b1} } &lt;BR /&gt;
              }&lt;BR /&gt;
{ &lt;BR /&gt;
{ Meta: .... }&lt;BR /&gt;
{ Data:  B: {key:value_b2} } &lt;BR /&gt;
              }&lt;BR /&gt;
But this resulted in around 200,000 events per JSON file which slows down the dashboard searches, may I know what will be a good way to keep it to 1 events per JSON file while retaining the nested data structures?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 04:29:41 GMT</pubDate>
    <dc:creator>splumtk1</dc:creator>
    <dc:date>2020-09-30T04:29:41Z</dc:date>
    <item>
      <title>Speed up Search while</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487537#M83469</link>
      <description>&lt;P&gt;Hi Currently I have some JSON files in this structure :&lt;BR /&gt;
{ &lt;BR /&gt;
{ Meta: .... }&lt;BR /&gt;
{ Data: A,&lt;BR /&gt;
            B: [ {key: value_b1}, {key:value_b2} ... ] &lt;BR /&gt;
              }&lt;BR /&gt;
In order to show the nested data properly, the JSON is transformed such each nested data is given individual Meta tags: &lt;BR /&gt;
{ &lt;BR /&gt;
{ Meta: .... }&lt;BR /&gt;
{ Data:  B: {key:value_b1} } &lt;BR /&gt;
              }&lt;BR /&gt;
{ &lt;BR /&gt;
{ Meta: .... }&lt;BR /&gt;
{ Data:  B: {key:value_b2} } &lt;BR /&gt;
              }&lt;BR /&gt;
But this resulted in around 200,000 events per JSON file which slows down the dashboard searches, may I know what will be a good way to keep it to 1 events per JSON file while retaining the nested data structures?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:29:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487537#M83469</guid>
      <dc:creator>splumtk1</dc:creator>
      <dc:date>2020-09-30T04:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Speed up Search while</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487538#M83470</link>
      <description>&lt;P&gt;&lt;CODE&gt;the dashboard searches&lt;/CODE&gt;&lt;BR /&gt;
what do you search?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;to keep it to 1 events per JSON file while retaining the nested data structures?&lt;/CODE&gt;&lt;BR /&gt;
I'm not sure what you say.&lt;BR /&gt;
&lt;CODE&gt;Statistics&lt;/CODE&gt; OR &lt;CODE&gt;Events&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;If your JSON is valid, &lt;CODE&gt;| spath&lt;/CODE&gt; is useful.&lt;BR /&gt;
but &lt;CODE&gt;But this resulted in around 200,000 events per JSON file&lt;/CODE&gt;&lt;BR /&gt;
your query is not good, maybe.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 07:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487538#M83470</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-03-05T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Speed up Search while</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487539#M83471</link>
      <description>&lt;P&gt;@splumtk1, if this is JSON data have you turned on INDEXED_EXTRACTION=json? If so are you using tstats in the query?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 07:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Speed-up-Search-while/m-p/487539#M83471</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-03-05T07:56:32Z</dc:date>
    </item>
  </channel>
</rss>

