<?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 DUO Log Add-on for Splunk: What is the syslog format for DUO events? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287176#M34178</link>
    <description>&lt;P&gt;The DUO Log Add-on for Splunk &lt;A href="https://splunkbase.splunk.com/app/3194/"&gt;link text&lt;/A&gt; is great but it doesn't provide any field extractions for syslog events. Is there a standard log format for these messages that we can use to build our own field extractions?&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2016 16:25:12 GMT</pubDate>
    <dc:creator>dflodstrom</dc:creator>
    <dc:date>2016-12-22T16:25:12Z</dc:date>
    <item>
      <title>DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287176#M34178</link>
      <description>&lt;P&gt;The DUO Log Add-on for Splunk &lt;A href="https://splunkbase.splunk.com/app/3194/"&gt;link text&lt;/A&gt; is great but it doesn't provide any field extractions for syslog events. Is there a standard log format for these messages that we can use to build our own field extractions?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 16:25:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287176#M34178</guid>
      <dc:creator>dflodstrom</dc:creator>
      <dc:date>2016-12-22T16:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287177#M34179</link>
      <description>&lt;P&gt;Looks like the app says it's supposed to be in JSON format.  Is that not the case?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 16:26:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287177#M34179</guid>
      <dc:creator>jonathan_cooper</dc:creator>
      <dc:date>2016-12-22T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287178#M34180</link>
      <description>&lt;P&gt;Unfortunately not. The message format I'm receiving is basic one-line syslog with values separated by commas. I'm attacking this from two angles though; also working on getting the admins to configure this feed via the API like the app prefers. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 16:38:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287178#M34180</guid>
      <dc:creator>dflodstrom</dc:creator>
      <dc:date>2016-12-22T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287179#M34181</link>
      <description>&lt;P&gt;The DUO Log Add-on is primarily a modular input, so it likely won't work correctly if you are grabbing the DUO logs with a different method.  The data is returned in JSON directly from their API;  &lt;A href="https://duo.com/docs/adminapi#logs"&gt;https://duo.com/docs/adminapi#logs&lt;/A&gt;&lt;BR /&gt;
so the add-on takes advantage of that because most of the field extraction occurs automatically.  The add-on also has some field mapping to make it CIM compliant, which probably won't work correctly if the fields are extracted differently.&lt;BR /&gt;&lt;BR /&gt;
It sounds like your Splunk admins may be using one of DUO's example scripts for pulling the logs.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 18:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287179#M34181</guid>
      <dc:creator>bawood</dc:creator>
      <dc:date>2017-02-07T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287180#M34182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;"SkyFormation Extend © for Splunk ingest and enriches audit events from multiple business cloud applications (e.g. Duo security, Salesforce, Google App, Box, ServiceNow, Office 365, Okta, Azure and many more) and transform the events into visible and detection-ready (classified, unified enriched and more) in your Splunk or any other SIEM system. SkyFormation Extend© sends its security events to Splunk where they can be stored, analyzed and acted upon according to the organization’s regulations and security needs.".&lt;/P&gt;

&lt;P&gt;SkyFormation Extend is a middleware software you could install on-premise on any Linux machine of yours and it will take you 8 minutes to set it up and connect your cloud apps to your Splunk/SIEM.&lt;/P&gt;

&lt;P&gt;Please have a look at:&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/2932/"&gt;https://splunkbase.splunk.com/app/2932/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Feel more then welcome to ask me any question at &lt;A href="mailto:asaf@skyformation.com"&gt;asaf@skyformation.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best&lt;BR /&gt;
Asaf&lt;BR /&gt;
SkyFormation, CEO&lt;BR /&gt;
&lt;A href="http://www.skyformation.com"&gt;www.skyformation.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287180#M34182</guid>
      <dc:creator>barkanasi</dc:creator>
      <dc:date>2017-07-24T12:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287181#M34183</link>
      <description>&lt;P&gt;boo your advertisement&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287181#M34183</guid>
      <dc:creator>dflodstrom</dc:creator>
      <dc:date>2017-08-23T14:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287182#M34184</link>
      <description>&lt;P&gt;Nah, I'm the admin. We're getting the logs via syslog. &lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:05:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287182#M34184</guid>
      <dc:creator>dflodstrom</dc:creator>
      <dc:date>2017-08-23T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: DUO Log Add-on for Splunk: What is the syslog format for DUO events?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287183#M34185</link>
      <description>&lt;P&gt;I'm not sure how you get the logs from DUO via syslog. I'm only aware of getting the data from them via their API, in which case it's returned in JSON.  &lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:31:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DUO-Log-Add-on-for-Splunk-What-is-the-syslog-format-for-DUO/m-p/287183#M34185</guid>
      <dc:creator>bawood</dc:creator>
      <dc:date>2017-08-23T14:31:41Z</dc:date>
    </item>
  </channel>
</rss>

