<?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: Custom Real-Time Threat Map in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142022#M8553</link>
    <description>&lt;P&gt;Splunk has a &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map"&gt;map built-in&lt;/A&gt; that you can use in simpleXML. You can use the geostats command with it to generate the stats in geographical bins and then hand the results to the map for rendering.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2015 16:47:06 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2015-02-11T16:47:06Z</dc:date>
    <item>
      <title>Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142021#M8552</link>
      <description>&lt;P&gt;I want to create a custom real-time threat map similar to FireEye's - &lt;A href="https://www.fireeye.com/cyber-map/threat-map.html"&gt;https://www.fireeye.com/cyber-map/threat-map.html&lt;/A&gt; or Norse's - &lt;A href="http://map.ipviking.com"&gt;http://map.ipviking.com&lt;/A&gt; using the data in Splunk. I have some very simple .js code that uses the Google Maps API and random data to create a similar map. However, I can’t seem to figure out how to run the .js code within Splunk. Furthermore, I can’t use the data from Splunk to populate the map. I would appreciate any suggestions or tips on how to do this in the simplest way possible. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142021#M8552</guid>
      <dc:creator>jillian_caglios</dc:creator>
      <dc:date>2015-02-11T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142022#M8553</link>
      <description>&lt;P&gt;Splunk has a &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map"&gt;map built-in&lt;/A&gt; that you can use in simpleXML. You can use the geostats command with it to generate the stats in geographical bins and then hand the results to the map for rendering.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142022#M8553</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2015-02-11T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142023#M8554</link>
      <description>&lt;P&gt;I don't understand this: "I can’t use the data from Splunk to populate the map". Are you saying the data isn't in Splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142023#M8554</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2015-02-11T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142024#M8555</link>
      <description>&lt;P&gt;LukeMurphey, Thanks you for the reply. I'm aware of this feature, but it doesn't meet our business need. We need to have lines animated from src to dst based on the geostats results. There are 4 types of unrelated lines that will have corresponding colors. &lt;/P&gt;

&lt;P&gt;Splunk maps only allows for markers on one location, and it cannot handle the 4 different search results. It can only present the different search results as a pie chart, which would have little meaning. Because of this, I think I am going to have write some custom code to complete the job. If I could just figure out how to run javascript code in Splunk. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:54:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142024#M8555</guid>
      <dc:creator>jillian_caglios</dc:creator>
      <dc:date>2015-02-11T16:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142025#M8556</link>
      <description>&lt;P&gt;The data is in Splunk and I can find it via the search feature. However, I can't figure out to get the custom code into Splunk, or how to get the search results into the code. Does this clarify things for you?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142025#M8556</guid>
      <dc:creator>jillian_caglios</dc:creator>
      <dc:date>2015-02-11T16:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142026#M8557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Have you achieve your projet ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 13:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142026#M8557</guid>
      <dc:creator>pmloikju</dc:creator>
      <dc:date>2015-08-14T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Real-Time Threat Map</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142027#M8558</link>
      <description>&lt;P&gt;Hi Jillian,&lt;/P&gt;

&lt;P&gt;I'm actually working on a very similar problem right now and was wondering if you ever found a solution to your issue?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 21:07:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Real-Time-Threat-Map/m-p/142027#M8558</guid>
      <dc:creator>bk028s</dc:creator>
      <dc:date>2016-07-19T21:07:40Z</dc:date>
    </item>
  </channel>
</rss>

