<?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: How to edit the search_mrsparkle's, viz_editor_schema.js in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412068#M118822</link>
    <description>&lt;P&gt;May I know what changes you have made&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2018 06:20:56 GMT</pubDate>
    <dc:creator>paramagurukarth</dc:creator>
    <dc:date>2018-06-29T06:20:56Z</dc:date>
    <item>
      <title>How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412066#M118820</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I've edited the viz_editor_schema.js to change the maximum limit of rows displayed of a statistic table, I did some bumps, debug refresh and I even restarted my Splunk instance several times but nothing seems to work. How can I make this work? can someone help me with this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;path: C:\Program Files\Splunk\share\splunk\search_mrsparkle\exposed\js\views\shared\results_table\viz_editor_schema.js
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:13:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412066#M118820</guid>
      <dc:creator>mjlsnombrado</dc:creator>
      <dc:date>2020-09-29T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412067#M118821</link>
      <description>&lt;P&gt;This may sound too simple, but did you try to clear your browser cache?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 04:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412067#M118821</guid>
      <dc:creator>scannon4</dc:creator>
      <dc:date>2018-06-29T04:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412068#M118822</link>
      <description>&lt;P&gt;May I know what changes you have made&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 06:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412068#M118822</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2018-06-29T06:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412069#M118823</link>
      <description>&lt;P&gt;Hi @paramagurukarthikeyan thanks for answering,  I've made changes on the min and max result per page part of the code, I've changed the maximum value to 500 and the error message that will be shown when the value entered exceed 500.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        {
            name: 'display.prefs.statistics.count',
            label: _('Rows Per Page').t(),
            defaultValue: '10',
            groupOptions: {
                controlClass: 'controls-block'
            },
            control: TextControl,
            validation: {
                pattern: 'digits',
                min: 1,
                max: 500,
                msg: _('Rows Per Page must be a positive number no larger than 500.').t(),
                required: true
            }
        }
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412069#M118823</guid>
      <dc:creator>mjlsnombrado</dc:creator>
      <dc:date>2018-06-29T07:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412070#M118824</link>
      <description>&lt;P&gt;Hi @scannon4 thanks for answering, I've already tried to clear cache but it does not solve the problem&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412070#M118824</guid>
      <dc:creator>mjlsnombrado</dc:creator>
      <dc:date>2018-06-29T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412071#M118825</link>
      <description>&lt;P&gt;When the page loads, splunk will load the nearly all individual modules from a single file (mvc.js).. it must be an outcome of some build process done over all other files.&lt;/P&gt;

&lt;P&gt;In my version of splunk it is located in  splunk/search_mrsparkle/exposed/js/build/simplexml.min/mvc.js&lt;/P&gt;

&lt;P&gt;This is minified version. &lt;BR /&gt;
You can find the your part of code in mvc.js.. search for  this message "Rows Per Page must be a positive num" as the variables are renamed in minified version...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 10:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412071#M118825</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2018-07-03T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412072#M118826</link>
      <description>&lt;P&gt;Hi @paramagurukarthikeyan thanks for answering, I've checked&lt;BR /&gt;&lt;BR /&gt;
    C:\Program Files\Splunk\share\splunk\search_mrsparkle\exposed\js\build\simplexml.min\&lt;BR /&gt;
and edited change the maximum value to 500 but still no luck&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 05:58:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412072#M118826</guid>
      <dc:creator>mjlsnombrado</dc:creator>
      <dc:date>2018-07-04T05:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412073#M118827</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Replace all occurrences. &lt;/LI&gt;
&lt;LI&gt;Clear you Browser Cache&lt;/LI&gt;
&lt;LI&gt;Or Try in Incognito Window&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;It will work for sure&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 07:36:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412073#M118827</guid>
      <dc:creator>paramagurukarth</dc:creator>
      <dc:date>2018-07-05T07:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit the search_mrsparkle's, viz_editor_schema.js</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412074#M118828</link>
      <description>&lt;P&gt;Hi paramagurukarthikeyan, thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 05:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-the-search-mrsparkle-s-viz-editor-schema-js/m-p/412074#M118828</guid>
      <dc:creator>mjlsnombrado</dc:creator>
      <dc:date>2018-07-09T05:48:07Z</dc:date>
    </item>
  </channel>
</rss>

