<?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: Creating a table in the google app (geo ip) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88881#M44143</link>
    <description>&lt;P&gt;When I change it to this:&lt;/P&gt;

&lt;P&gt;sourcetype=SidewinderFirewall NOT rule_name="Global__deny_all" srcburb=external dstport=3389 | lookup geo ip as srcip | eval myGeo=_geo | stats count by myGeo,srcip&lt;/P&gt;

&lt;P&gt;or when i use your search, i am still not getting any information in the geo results tab which i am guessing is the table, but when i go to events i do see logs coming through.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:37:20 GMT</pubDate>
    <dc:creator>Michael_Schyma1</dc:creator>
    <dc:date>2020-09-28T12:37:20Z</dc:date>
    <item>
      <title>Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88876#M44138</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;sourcetype=SidewinderFirewall NOT rule_name="Global__deny_all" srcburb=external dstport=3389 | lookup geo ip as srcip 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am trying to create a TABLE using the google application to show a count by srcip and also show the source IP next to it. So in the table I want to have a count, srcip, and the geolocation of that src IP. I am just not 100% sure how to create this type of a table in google app. Everytime i use the 'table' or 'top' function in the application no results are returned. &lt;/P&gt;

&lt;P&gt;Any suggestions? &lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 17:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88876#M44138</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2012-10-12T17:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88877#M44139</link>
      <description>&lt;P&gt;I tried this in my system with access log data and it came up fine.  Does this work for you.  If you want to view the _geo field, you'll need to create a new field for it using eval before using table, stats commands.  I went into Views-&amp;gt;Sample Search and pasted in my search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=access_combined | lookup geo ip as clientip | eval myGeo=_geo | stats count by myGeo,clientip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Oct 2012 18:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88877#M44139</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-10-12T18:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88878#M44140</link>
      <description>&lt;P&gt;I am not sure what you mean by save the _geo field first. Could you explain that for me?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88878#M44140</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2012-10-12T19:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88879#M44141</link>
      <description>&lt;P&gt;You see the eval statement I have. In order to display that lat/long detail in a table you can't reference _geo, you need to create it as a new field using eval.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:43:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88879#M44141</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-10-12T19:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88880#M44142</link>
      <description>&lt;P&gt;Thank you so much, Ill give it a shot and see if i can get it to work&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:47:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88880#M44142</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2012-10-12T19:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88881#M44143</link>
      <description>&lt;P&gt;When I change it to this:&lt;/P&gt;

&lt;P&gt;sourcetype=SidewinderFirewall NOT rule_name="Global__deny_all" srcburb=external dstport=3389 | lookup geo ip as srcip | eval myGeo=_geo | stats count by myGeo,srcip&lt;/P&gt;

&lt;P&gt;or when i use your search, i am still not getting any information in the geo results tab which i am guessing is the table, but when i go to events i do see logs coming through.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:37:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88881#M44143</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2020-09-28T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table in the google app (geo ip)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88882#M44144</link>
      <description>&lt;P&gt;Not sure what you mean by geo results tab.  If you go to Views-&amp;gt;Sample Search then paste in your results.  you don't see anything?  What about without everything after the lookup&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-table-in-the-google-app-geo-ip/m-p/88882#M44144</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-10-12T19:58:09Z</dc:date>
    </item>
  </channel>
</rss>

