<?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: Grouping syslog events into a table in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Grouping-syslog-events-into-a-table/m-p/197566#M39244</link>
    <description>&lt;P&gt;If the timestamp seems to be the same for all 4 records, then try this. (assuming, fields are extracted as FollowUp,Email, Last_Name, First_Name)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="###.###.###.###" "First Name" OR "Last Name" OR Email OR "FollowUp=*" | stats  values(Email) as "Email Address",values(First_Name) as "First Name",values(Last_Name) as "Last Name",values(FollowUp) as "Follow Up"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:50:55 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2020-09-28T16:50:55Z</dc:date>
    <item>
      <title>Grouping syslog events into a table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Grouping-syslog-events-into-a-table/m-p/197565#M39243</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am pretty new to Splunk and been pouring over docs but not sure which direction to will resolve this for me. I would appreciate any help with getting the following search to display in a table format. The information is coming from a syslog feed that provides captive web portal information.&lt;/P&gt;

&lt;P&gt;The search I am using is;&lt;/P&gt;

&lt;P&gt;host="###.###.###.###" "First Name" OR "Last Name" OR Email OR "FollowUp=*"&lt;/P&gt;

&lt;P&gt;The results look like this&lt;/P&gt;

&lt;P&gt;6/13/14&lt;/P&gt;

&lt;P&gt;7:54:36.000 AM &lt;BR /&gt;
Jun 13 07:54:36 ###.###.###.### ah_auth: FollowUp=Yes host = ###.###.###.### source = Syslog 10514 sourcetype = syslog 6/13/14&lt;/P&gt;

&lt;P&gt;7:54:36.000 AM &lt;BR /&gt;
Jun 13 07:54:36 ###.###.###.### ah_auth: Email=&lt;A href="mailto:xxxyyy@zzz.com"&gt;xxxyyy@zzz.com&lt;/A&gt; host = ###.###.###.### source = Syslog 10514 sourcetype = syslog 6/13/14&lt;/P&gt;

&lt;P&gt;7:54:36.000 AM &lt;BR /&gt;
Jun 13 07:54:36 ###.###.###.### ah_auth: Last Name=yyy host = ###.###.###.### source = Syslog 10514 sourcetype = syslog 6/13/14&lt;/P&gt;

&lt;P&gt;7:54:36.000 AM &lt;BR /&gt;
Jun 13 07:54:36 ###.###.###.### ah_auth: First Name=xxx host = ###.###.###.### source = Syslog 10514 sourcetype = syslog 6/13/14 7:51:18.000 AM&lt;/P&gt;

&lt;P&gt;What I would like to know is how do you group these by the timestamp / groups of these results (in case of simultaneous entries) to just show a table with the column headings of&lt;/P&gt;

&lt;P&gt;Email Address | First Name | Last Name | Follow Up&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 20:18:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Grouping-syslog-events-into-a-table/m-p/197565#M39243</guid>
      <dc:creator>nzdavidw</dc:creator>
      <dc:date>2014-06-12T20:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping syslog events into a table</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Grouping-syslog-events-into-a-table/m-p/197566#M39244</link>
      <description>&lt;P&gt;If the timestamp seems to be the same for all 4 records, then try this. (assuming, fields are extracted as FollowUp,Email, Last_Name, First_Name)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="###.###.###.###" "First Name" OR "Last Name" OR Email OR "FollowUp=*" | stats  values(Email) as "Email Address",values(First_Name) as "First Name",values(Last_Name) as "Last Name",values(FollowUp) as "Follow Up"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Grouping-syslog-events-into-a-table/m-p/197566#M39244</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-28T16:50:55Z</dc:date>
    </item>
  </channel>
</rss>

