<?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 Help extracting user logins from IIS logs to one report in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-extracting-user-logins-from-IIS-logs-to-one-report/m-p/477348#M81940</link>
    <description>&lt;P&gt;Hello, I'm trying to extract two types of data from IIS logs to sum up the login counts for a list of specific users.&lt;/P&gt;

&lt;P&gt;The IIS logs contain two entries I'm curious about specifically. If I run this search query, I get the data I'm looking for:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex host=NAMEOFSERVER "POST" "https://url.test.com/adfs/ls/" "/default.aspx" "OAuth+MSAuthHost"
AND ("DOMAIN\\User1" OR "DOMAIN\\User2") | chart count by cs_username limit=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will return a chart, showing the amount of times those 2 users logged via mobile for a specific time period.  Now, I have another search query that gives me data I'm looking for.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex host=NAMEOFSERVER "POST" "https://url.test.com/adfs/ls/" "/default.aspx" NOT "OAuth+MSAuthHost"
AND ("DOMAIN\\User1" OR "DOMAIN\\User2") | chart count by cs_username limit=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will return the amount of times those 2 users logged in &lt;STRONG&gt;NOT&lt;/STRONG&gt; using mobile.&lt;/P&gt;

&lt;P&gt;What I'm trying to do is combine these two results on to one report, showing a bar chart for User1 and User2 comparing how many times they logged in via mobile (first query) and how many times they didn't (second query).&lt;/P&gt;

&lt;P&gt;I've tried appendcol, join, just haven't had any luck combining these two datasets.  Is it possible?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2019 14:38:12 GMT</pubDate>
    <dc:creator>mwagnerfhlbc</dc:creator>
    <dc:date>2019-09-05T14:38:12Z</dc:date>
    <item>
      <title>Help extracting user logins from IIS logs to one report</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-extracting-user-logins-from-IIS-logs-to-one-report/m-p/477348#M81940</link>
      <description>&lt;P&gt;Hello, I'm trying to extract two types of data from IIS logs to sum up the login counts for a list of specific users.&lt;/P&gt;

&lt;P&gt;The IIS logs contain two entries I'm curious about specifically. If I run this search query, I get the data I'm looking for:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex host=NAMEOFSERVER "POST" "https://url.test.com/adfs/ls/" "/default.aspx" "OAuth+MSAuthHost"
AND ("DOMAIN\\User1" OR "DOMAIN\\User2") | chart count by cs_username limit=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will return a chart, showing the amount of times those 2 users logged via mobile for a specific time period.  Now, I have another search query that gives me data I'm looking for.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex host=NAMEOFSERVER "POST" "https://url.test.com/adfs/ls/" "/default.aspx" NOT "OAuth+MSAuthHost"
AND ("DOMAIN\\User1" OR "DOMAIN\\User2") | chart count by cs_username limit=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will return the amount of times those 2 users logged in &lt;STRONG&gt;NOT&lt;/STRONG&gt; using mobile.&lt;/P&gt;

&lt;P&gt;What I'm trying to do is combine these two results on to one report, showing a bar chart for User1 and User2 comparing how many times they logged in via mobile (first query) and how many times they didn't (second query).&lt;/P&gt;

&lt;P&gt;I've tried appendcol, join, just haven't had any luck combining these two datasets.  Is it possible?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 14:38:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-extracting-user-logins-from-IIS-logs-to-one-report/m-p/477348#M81940</guid>
      <dc:creator>mwagnerfhlbc</dc:creator>
      <dc:date>2019-09-05T14:38:12Z</dc:date>
    </item>
  </channel>
</rss>

