<?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 Fetch external JSON for dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496017#M32479</link>
    <description>&lt;P&gt;To make things easier, I'd like to include a REST JSON from an external tools of ours in one of our Splunk dashboards.&lt;/P&gt;
&lt;P&gt;I looked a bit at the REST API Modular Input add-on, but the data I want to present might change over time.&lt;/P&gt;
&lt;P&gt;Any other interesting ways to solve a thing like that?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 00:14:36 GMT</pubDate>
    <dc:creator>robingg</dc:creator>
    <dc:date>2020-06-08T00:14:36Z</dc:date>
    <item>
      <title>Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496017#M32479</link>
      <description>&lt;P&gt;To make things easier, I'd like to include a REST JSON from an external tools of ours in one of our Splunk dashboards.&lt;/P&gt;
&lt;P&gt;I looked a bit at the REST API Modular Input add-on, but the data I want to present might change over time.&lt;/P&gt;
&lt;P&gt;Any other interesting ways to solve a thing like that?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 00:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496017#M32479</guid>
      <dc:creator>robingg</dc:creator>
      <dc:date>2020-06-08T00:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496018#M32480</link>
      <description>&lt;P&gt;This will depend on what tool you are using to import the JSON data. Probably one of the easiest ways is to create a new index for this JSON data to be imported into via HEC and then run that query into the dashboard. Set your external tool to run the collection automatically for whatever time you need it. If you need the data to override the previous data thats imported then you can set this via a outputlookup. &lt;/P&gt;

&lt;P&gt;Let me know if this helps or if you want more of a structure around this? &lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 08:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496018#M32480</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2020-05-12T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496019#M32481</link>
      <description>&lt;P&gt;Ok, let me see if I can get the data imported to start with. But if I understand you correct, I can import the same data on several times, and then sort this when I query for the data?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 07:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496019#M32481</guid>
      <dc:creator>robingg</dc:creator>
      <dc:date>2020-05-14T07:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496020#M32482</link>
      <description>&lt;P&gt;exactly. What external tool are you using? &lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 07:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496020#M32482</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2020-05-14T07:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496021#M32483</link>
      <description>&lt;P&gt;Ok, I have added a new index and manually uploaded data extracted from two months. For the fun of it, I uploaded some random entries twice, to simulate the duplication.&lt;/P&gt;

&lt;P&gt;Could it be as easy as I use dedup in the search query, and that's enough?&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 09:20:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496021#M32483</guid>
      <dc:creator>robingg</dc:creator>
      <dc:date>2020-05-14T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496022#M32484</link>
      <description>&lt;P&gt;essentially you know have the data in a new index and should work like the others apart from the _time field as this will only show the time you uploaded the data so I presume you have a date field as part of this data set. &lt;/P&gt;

&lt;P&gt;Are you going to be looking to have a recurring data upload to this index and overriding the data each time? &lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 09:44:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496022#M32484</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2020-05-14T09:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch external JSON for dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496023#M32485</link>
      <description>&lt;P&gt;Yes, the data itself contains other date fields.&lt;/P&gt;

&lt;P&gt;We're planning on importing this on a monthly basis. There might be a few cases where the same entry comes in different monthly reports with slightly different data, but those are most likely less than 1% of the entries.&lt;/P&gt;

&lt;P&gt;It's always the latest entry that is the correct one.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 11:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Fetch-external-JSON-for-dashboard/m-p/496023#M32485</guid>
      <dc:creator>robingg</dc:creator>
      <dc:date>2020-05-14T11:32:15Z</dc:date>
    </item>
  </channel>
</rss>

