<?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: Cisco ASA 5520 -- Problem -- no IOS - linemerge in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181573#M17926</link>
    <description>&lt;P&gt;Mikael -- This was it!    I looked at our Fireeye logs and it looks like they could tolerate normal linebreaking.   So I added a local dir override to the linebreaking under props.conf in the fireeye app. &lt;/P&gt;

&lt;P&gt;[syslog]&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;/P&gt;

&lt;P&gt;Thanks!!! Thanks for hanging in!  Happy Easter !  &lt;/P&gt;

&lt;P&gt;Jim&lt;BR /&gt;
...&lt;/P&gt;</description>
    <pubDate>Fri, 03 Apr 2015 02:50:39 GMT</pubDate>
    <dc:creator>JimDeich</dc:creator>
    <dc:date>2015-04-03T02:50:39Z</dc:date>
    <item>
      <title>Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181555#M17908</link>
      <description>&lt;P&gt;Hi new to Cisco for Splunk.   &lt;/P&gt;

&lt;P&gt;We have Cisco ASA 5520 Fire Wall logs flowing to the app.  They are not being converted to converted to sourcetype=cisco:ios, but are remaining syslog  AND are being left with long multi-line events that should not be multi-line .  &lt;/P&gt;

&lt;P&gt;Is this just another log format or could I make some adjustment?   &lt;/P&gt;

&lt;P&gt;I see there is an ASA app but that is not for version 6. &lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/124715/splunk-6-with-cisco-asa.html"&gt;http://answers.splunk.com/answers/124715/splunk-6-with-cisco-asa.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Should I just set these up as sourcetype  syslog with line-merge turned off?&lt;/P&gt;

&lt;P&gt;==&amp;gt;  Also some logs handled by the app and change to sourcetype cisco:ios look like they may have excessive line-merging. Does line breaking sometimes need adjusted for the app?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 04:28:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181555#M17908</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2015-03-20T04:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181556#M17909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;It sounds like you are confusing the apps and technologies.&lt;/P&gt;

&lt;P&gt;Cisco Networks app and Cisco Networks Add-on:&lt;BR /&gt;
Covers Cisco IOS, NX-OS, WLC devices such as Catalyst, Nexus etc&lt;/P&gt;

&lt;P&gt;Cisco ASA Add-on and Cisco Security Suite:&lt;BR /&gt;
Covers Cisco ASA devices&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;The Add-ons transform the syslog sourcetype to cisco:ios or cisco:asa respectively depending on the event contents.&lt;/P&gt;

&lt;P&gt;SHOULD_LINEMERGE is set to true by default, so leaving it on is generally ok with these apps. I've never set a specific line breaker using these apps, but have seen rare occurences where it fails because of a timestamp in the event or in very rare cases if the logs are multi-line.&lt;/P&gt;

&lt;P&gt;You may also try adding the following to your UDP input:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;no_appending_timestamp=true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Your Splunk topology, example events and information about how you are receiving  your logs is also useful, otherwise I have to make guesses to be able to help you.&lt;/P&gt;

&lt;P&gt;Mikael,&lt;BR /&gt;
Author of the Cisco Networks App and Add-on&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 05:38:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181556#M17909</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-03-20T05:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181557#M17910</link>
      <description>&lt;P&gt;So I have installed the:  Splunk_TA_cisco-asa  app and the app is correctly identifying logs that are cisco-ass as sourcetype  cisco:asa .&lt;/P&gt;

&lt;P&gt;The defualt  props.conf for these has SHOULD_LINEMERGE = false , but lines are being merged irregularly . &lt;/P&gt;

&lt;P&gt;The data is come in from file monitor reads but they are identified as sourcetype=syslog . &lt;/P&gt;

&lt;P&gt;Lines end with 0A aka \n ,  but I have tried multiple ways to get it to stop the inappropriate line merges, but &lt;BR /&gt;
it's not working . &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181557#M17910</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181558#M17911</link>
      <description>&lt;P&gt;Could you please share your monitor stanza from inputs.conf as well as paste a few lines from your ASA log file. Anonymize any sensitive data.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181558#M17911</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-03-30T07:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181559#M17912</link>
      <description>&lt;P&gt;I appreciate the help .. &lt;BR /&gt;
Monitor Stanza: &lt;BR /&gt;
[monitor:///data/newlogs/cisco/&lt;EM&gt;.log]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
host_regex=([^\/]&lt;/EM&gt;).\d{4}-\d{2}-\d{2}.log&lt;BR /&gt;
index = ios&lt;/P&gt;

&lt;H1&gt;sourcetype = syslog&lt;/H1&gt;

&lt;P&gt;local props.conf for cisco:asa  :&lt;BR /&gt;
[cisco:asa]&lt;BR /&gt;
CHARSET = utf-8&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TIME_FORMAT = %b %d %H:%M:%S&lt;/P&gt;

&lt;H1&gt;MAX_EVENTS = 1&lt;/H1&gt;

&lt;P&gt;Sample data, each line end with 0A \n &lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 169.132.18.1, IKE_DECODE RECEIVED Message (msgid=7b412844) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = N2Pprod2, Username = cconti, IP = 169.132.18.1, processing hash payload&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = N2Pprod2, Username = cconti, IP = 169.132.18.1, processing notify payload&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-715075: Group = N2Pprod2, Username = cconti, IP = 169.132.18.1, Received keep-alive of type DPD R-U-THERE (seq number 0xced72762)&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-715036: Group = N2Pprod2, Username = cconti, IP = 169.132.18.1, Sending keep-alive of type DPD R-U-THERE-ACK (seq number 0xced72762)&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-715046: Group = N2Pprod2, Username = cconti, IP = 169.132.18.1, constructing blank hash payload&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-715046: Group = N2Pprod2, Username = cconti, IP = 169.132.18.1, constructing qm hash payload&lt;BR /&gt;
Mar 29 00:00:01 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 169.132.18.1, IKE_DECODE SENDING Message (msgid=4d9922d2) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 47.16.183.44, IKE_DECODE RECEIVED Message (msgid=2460272) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = idtremote, Username = christina.rudczynski, IP = 47.16.183.44, processing hash payload&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = idtremote, Username = christina.rudczynski, IP = 47.16.183.44, processing notify payload&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-715075: Group = idtremote, Username = christina.rudczynski, IP = 47.16.183.44, Received keep-alive of type DPD R-U-THERE (seq number 0x27b70150)&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-715036: Group = idtremote, Username = christina.rudczynski, IP = 47.16.183.44, Sending keep-alive of type DPD R-U-THERE-ACK (seq number 0x27b70150)&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-715046: Group = idtremote, Username = christina.rudczynski, IP = 47.16.183.44, constructing blank hash payload&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-715046: Group = idtremote, Username = christina.rudczynski, IP = 47.16.183.44, constructing qm hash payload&lt;BR /&gt;
Mar 29 00:00:03 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 47.16.183.44, IKE_DECODE SENDING Message (msgid=e16bf0d4) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;BR /&gt;
Mar 29 00:00:04 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 169.132.18.1, IKE_DECODE RECEIVED Message (msgid=6654134b) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;/P&gt;

&lt;P&gt;Nothing more sensetive than name &lt;/P&gt;

&lt;P&gt;The data is being handled by the:  Splunk_TA_cisco-asa  app.&lt;/P&gt;

&lt;P&gt;I really cannot see why he lines a re not  being split to single lines . &lt;/P&gt;

&lt;P&gt;You help is much appreciated!&lt;/P&gt;

&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181559#M17912</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181560#M17913</link>
      <description>&lt;P&gt;Is the inputs.conf on a server running a Splunk forwarder sending data to an indexer? In that case your props.conf needs to reside on the indexer. Can you confirm that this is your topology? I also find it useful to set up the syslog daemon to add the local system time to the event (usually the default behaviour). That way you end up with two timestamps. The first one being the syslog server's and the next the timestamp from the sending device. I trust the syslog admin to have the right time more than I trust all the endpoint admins &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181560#M17913</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-03-30T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181561#M17914</link>
      <description>&lt;P&gt;The props.conf is on the indexer(s) not the light forwader.  &lt;/P&gt;

&lt;P&gt;The time stamps don't have the year.  With you asking about them, and from some reading, I am thinking maybe failur to extract them is casusing the multi-line log.  &lt;/P&gt;

&lt;P&gt;I'll check with the guy that set ups the syslog piece about adding a second date / time stamp. &lt;/P&gt;

&lt;P&gt;Thanks for helping !  more guidance appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 05:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181561#M17914</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2015-03-31T05:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181562#M17915</link>
      <description>&lt;P&gt;Your config however does look OK. Could you paste some of the events that have been incorrectly identified as one event?&lt;/P&gt;

&lt;P&gt;You can also fiddle with MAX_TIMESTAMP_LOOKAHEAD to only look N characters into the event for a timestamp. Try setting that to 16&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181562#M17915</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2020-09-28T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181563#M17916</link>
      <description>&lt;P&gt;Here is an example of a set of lines wrongly being collapsed into a single event .&lt;BR /&gt;
3/31/15 &lt;BR /&gt;
4:52:40.000 AM&lt;BR /&gt;&lt;BR /&gt;
Mar 31 04:52:40 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 200.89.4.66, IKE_DECODE RECEIVED Message (msgid=4993fc3e) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;BR /&gt;
Mar 31 04:52:40 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = 200.89.4.66, IP = 200.89.4.66, processing hash payload&lt;BR /&gt;
Mar 31 04:52:40 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = 200.89.4.66, IP = 200.89.4.66, processing notify payload&lt;BR /&gt;
Mar 31 04:52:40 10.232.1.103/10.232.1.103 %ASA-7-715075: Group = 200.89.4.66, IP = 200.89.4.66, Received keep-alive of type DPD R-U-THERE (seq number 0x5c59444a)&lt;/P&gt;

&lt;H1&gt;Mar 31 04:52:40 10.232.1.103/10.232.1.103 %ASA-7-715036: Group = 200.89.4.66, IP = 200.89.4.66, Sending keep-alive of type DPD R-U-THERE-ACK (seq number 0x5c59444a)&lt;/H1&gt;

&lt;P&gt;While in this case the lines grouped all have the same time stamp,  that is not always the case. &lt;/P&gt;

&lt;P&gt;I think it' s likely that the absence of a year in the time stamps is part of the issue.&lt;BR /&gt;
I'll try your suggestion for  MAX_TIMESTAMP_LOOKAHEAD .&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:21:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181563#M17916</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181564#M17917</link>
      <description>&lt;P&gt;Here is an full set of 8 lines grouped together :&lt;BR /&gt;
3/31/15 &lt;BR /&gt;
4:52:24.000 AM&lt;BR /&gt;&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 68.172.254.106, IKE_DECODE RECEIVED Message (msgid=108dc641) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = idtuser, Username = olanger, IP = 68.172.254.106, processing hash payload&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-715047: Group = idtuser, Username = olanger, IP = 68.172.254.106, processing notify payload&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-715075: Group = idtuser, Username = olanger, IP = 68.172.254.106, Received keep-alive of type DPD R-U-THERE (seq number 0x4f9430dd)&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-715036: Group = idtuser, Username = olanger, IP = 68.172.254.106, Sending keep-alive of type DPD R-U-THERE-ACK (seq number 0x4f9430dd)&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-715046: Group = idtuser, Username = olanger, IP = 68.172.254.106, constructing blank hash payload&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-715046: Group = idtuser, Username = olanger, IP = 68.172.254.106, constructing qm hash payload&lt;BR /&gt;
Mar 31 04:52:24 10.232.1.103/10.232.1.103 %ASA-7-713236: IP = 68.172.254.106, IKE_DECODE SENDING Message (msgid=bba9f381) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 80&lt;/P&gt;

&lt;P&gt;The earlier example had more lines yet.  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181564#M17917</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181565#M17918</link>
      <description>&lt;P&gt;The MAX_TIMESTAMP_LOOKAHEAD did not seem to help .  Thanks again .&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:21:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181565#M17918</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181566#M17919</link>
      <description>&lt;P&gt;Can you confirm that this is your config?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER = ([\r\n]+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The example you provided earlier lacks the extra backslash before the r and n. Maybe it's just a paste error&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 13:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181566#M17919</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-03-31T13:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181567#M17920</link>
      <description>&lt;P&gt;Line breaker is definitely in like that.  &lt;/P&gt;

&lt;P&gt;LINE_BREAKER=([\r\n]+)&lt;/P&gt;

&lt;P&gt;What does this parm do?  I don't know it ?&lt;BR /&gt;
LINE_BREAKER_LOOKBEHIND=100&lt;/P&gt;

&lt;P&gt;I am really wonder if the absence of year in the date is causing an issue.&lt;/P&gt;

&lt;P&gt;Could :&lt;BR /&gt;
MAX_DAYS_AGO=2000 &lt;BR /&gt;
affect this? &lt;/P&gt;

&lt;P&gt;I'll ask the guy doing the syslog to add the date business.  &lt;/P&gt;

&lt;P&gt;This is a tough one,  I think I'll try support too.&lt;/P&gt;

&lt;P&gt;Thanks Again!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181567#M17920</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181568#M17921</link>
      <description>&lt;P&gt;Have you tried disabling the Cisco ASA Add-on on your indexer? Doing that will effectively disable the sourcetype rewriting from syslog to cisco:asa. Do you still see multiple lines as one event? In that case I think there's something fishy with your syslog setup OR that the syslog sourcetyoe rules have been modified.&lt;BR /&gt;
Paste the output of the following command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cd /opt/splunk/bin
./splunk cmd btool props list syslog --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want to compare that output to the default output&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:06:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181568#M17921</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-04-01T08:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181569#M17922</link>
      <description>&lt;P&gt;Here is the btool output for syslog on one of our indexers. &lt;/P&gt;

&lt;P&gt;./splunk cmd btool props list syslog --debug&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_cisco-asa/default/props.conf [syslog]&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   ANNOTATE_PUNCT = True&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   BREAK_ONLY_BEFORE =&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   BREAK_ONLY_BEFORE_DATE = True&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   CHARSET = UTF-8&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   DATETIME_CONFIG = /etc/datetime.xml&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       EVAL-action = if(app="su" AND isnull(action),"success",action)&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       EVAL-signature = if(isnotnull(inbound_interface),"firewall",null())&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   HEADER_MODE =&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   LEARN_SOURCETYPE = true&lt;BR /&gt;
/opt/splunk/etc/apps/TA-FireEye_v3/default/props.conf       LINE_BREAKER = ((?!))&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   LINE_BREAKER_LOOKBEHIND = 100&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       LOOKUP-action_for_syslog = nix_action_lookup vendor_action OUTPUTNEW action&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MAX_DAYS_AGO = 2000&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MAX_DAYS_HENCE = 2&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MAX_DIFF_SECS_AGO = 3600&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MAX_DIFF_SECS_HENCE = 604800&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MAX_EVENTS = 256&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MAX_TIMESTAMP_LOOKAHEAD = 32&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MUST_BREAK_AFTER =&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MUST_NOT_BREAK_AFTER =&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   MUST_NOT_BREAK_BEFORE =&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-0authentication_for_syslog = ssh-login-events, ssh-session-close, ssh-disconnect, sshd_authentication_kerberos_success, sshd_authentication_refused, sshd_authentication_tried, sshd_login_restricted, pam_unix_authentication_success, pam_unix_authentication_failure, sudo_cannot_identify, ksu_authentication, ksu_authorization, su_simple, su_authentication, su_successful, wksh_authentication, login_authentication&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-account_management_for_syslog = useradd, userdel&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-dest_for_syslog = host_as_dest&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-firewall = ipfw, ipfw-stealth, ipfw-icmp, pf&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-routing = iptables&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-signature_for_syslog_timesync = signature_for_nix_timesync&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_nix/default/props.conf       REPORT-src_for_syslog = src_dns_as_src, src_ip_as_src, host_as_src&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   REPORT-syslog = syslog-extractions&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   SEGMENTATION = indexing&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   SEGMENTATION-all = full&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   SEGMENTATION-inner = inner&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   SEGMENTATION-outer = outer&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   SEGMENTATION-raw = none&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   SEGMENTATION-standard = standard&lt;BR /&gt;
/opt/splunk/etc/apps/TA-FireEye_v3/default/props.conf       SHOULD_LINEMERGE = false&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   TIME_FORMAT = %b %d %H:%M:%S&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   TRANSFORMS = syslog-host&lt;BR /&gt;
/opt/splunk/etc/apps/Splunk_TA_cisco-asa/default/props.conf TRANSFORMS-force_sourcetype_for_cisco = force_sourcetype_for_cisco_asa,force_sourcetype_for_cisco_pix,force_sourcetype_for_cisco_fwsm&lt;BR /&gt;
/opt/splunk/etc/apps/TA-cisco_ios/default/props.conf        TRANSFORMS-force_sourcetype_for_cisco_ios = force_sourcetype_for_cisco_ios, force_sourcetype_for_cisco_ios-xr, force_sourcetype_for_cisco_ios-xe&lt;BR /&gt;
/opt/splunk/etc/apps/TA-FireEye_v3/default/props.conf       TRANSFORMS-updateFireEyeSourcetypes = fix_FireEye_CEF_st, fix_FireEye_CSV_st, fix_FireEye_XML_st, fix_HX_CEF_st&lt;BR /&gt;
/opt/splunk/etc/apps/TA-FireEye_v3/default/props.conf       TRUNCATE = 0&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   category = Operating System&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   description = Output produced by many syslog daemons, as described in RFC3164 by the IETF&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   detect_trailing_nulls = false&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   maxDist = 3&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   priority =&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   pulldown_type = true&lt;BR /&gt;
/opt/splunk/etc/system/default/props.conf                   sourcetype =&lt;/P&gt;

&lt;P&gt;I'm also going to set up a test splunk just to look at these logs.&lt;BR /&gt;&lt;BR /&gt;
I greatly appreciate your sticking with this.&lt;BR /&gt;
JIm&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181569#M17922</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2020-09-28T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181570#M17923</link>
      <description>&lt;P&gt;Try to use the comment button on an answer instead of adding comments as answers. Please also use the code icon (101010) when pasting output because that will preserve the original output &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Have a look at this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/apps/TA-FireEye_v3/default/props.conf LINE_BREAKER = ((?!))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try disabling TA-FireEye_v3. It sets a different line breaker for the syslog sourcetype that overwrites the default. That's a bad practice in that app IMHO. &lt;/P&gt;

&lt;P&gt;Splunk cmd btool is invaluable as it shows you what config is being used after everything is merged together.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 04:58:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181570#M17923</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-04-02T04:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181571#M17924</link>
      <description>&lt;P&gt;This is a promising tip.  I can't even see what they are trying to do with that line break .  The regex is &lt;BR /&gt;
(?!pattern)&lt;BR /&gt;
a perl negative look-ahead assertion, but it's not followed by a pattern, so I don't think it would ever catch a line break.&lt;BR /&gt;
A little to late here (NJ, USA)  to try tonight. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 05:22:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181571#M17924</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2015-04-02T05:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181572#M17925</link>
      <description>&lt;P&gt;I believe that line breaker setting is used to prevent line breaking as it never matches anything &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Happy Easter!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:02:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181572#M17925</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-04-02T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181573#M17926</link>
      <description>&lt;P&gt;Mikael -- This was it!    I looked at our Fireeye logs and it looks like they could tolerate normal linebreaking.   So I added a local dir override to the linebreaking under props.conf in the fireeye app. &lt;/P&gt;

&lt;P&gt;[syslog]&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;/P&gt;

&lt;P&gt;Thanks!!! Thanks for hanging in!  Happy Easter !  &lt;/P&gt;

&lt;P&gt;Jim&lt;BR /&gt;
...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 02:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181573#M17926</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2015-04-03T02:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA 5520 -- Problem -- no IOS - linemerge</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181574#M17927</link>
      <description>&lt;P&gt;You're welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  We checked a lot of stuff before trying btool. I've made a note to myself to always do that first. Things aren't always the way they seem, so btool is really the way to go &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I've converted my comment to an answer so you can accept it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 06:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ASA-5520-Problem-no-IOS-linemerge/m-p/181574#M17927</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-04-03T06:02:23Z</dc:date>
    </item>
  </channel>
</rss>

