<?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: HIDS Alert Log Format in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036443#M739905</link>
    <description>Hi KPS -&lt;BR /&gt;&lt;BR /&gt;The alert.log file on each agent was not designed for viewing but is instead a persistent alert respository on each agent in case the admin GUI/CLUI ever needs to retrieve those alerts for viewing. HIDS v4.0 and prior versions require that you use the admin GUI or CLUI to view formatted alerts. &lt;BR /&gt;&lt;BR /&gt;HIDS v4.1 (to be released soon this spring) has a new alert reporting command-line feature that allows you to generate  consolidated alert reports across any number of agents. The reports can be generated in HTML, text, or "raw" format. For the "raw" formatted reports, the delimiter character can be configured to be any character. Raw reports facilitates post-processing of alerts by customized scripts that you write, much like the alert response programs allow you to do post-processing of alerts in near real-time.  Both the content and the presentation of the HTML and text formatted reports are configurable and, using cron, you can have incremental reports sent periodically to specified email addresses.&lt;BR /&gt;&lt;BR /&gt;HIDS v4.1 will also come with a useful tool for fine tuning schedules by presenting consolidated alerts reports and generating the corresponding filtering rules for those alerts you deem safe to ignore.  &lt;BR /&gt;&lt;BR /&gt;HIDS v4.1 also contains a new feature for proactively suppressing duplicate alerts.&lt;BR /&gt;&lt;BR /&gt;A list of new features and benefits will be available in the Release Notes when V4.1 is released.&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Mar 2007 18:11:21 GMT</pubDate>
    <dc:creator>Pierre Pasturel</dc:creator>
    <dc:date>2007-03-27T18:11:21Z</dc:date>
    <item>
      <title>HIDS Alert Log Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036439#M739901</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We just installed HIDS 4.0 agent on some clients.   All is working well except for the format of the alert logs.   It seems as though there are control characters in the alert logs and the format is very much of as far as the legibility.   Could anyone tell us why we may be seeing this?   I'll attach a sample of one of our alert.log files.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.....&lt;BR /&gt;&lt;BR /&gt;KPS</description>
      <pubDate>Mon, 26 Mar 2007 13:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036439#M739901</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2007-03-26T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Alert Log Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036440#M739902</link>
      <description>I just realized after attaching an ASCII format of the alert.log, it looks a little better.  This seems a little off, and I was just wondering if this is normal or should it be more legible to the eye?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;KPS</description>
      <pubDate>Mon, 26 Mar 2007 13:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036440#M739902</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2007-03-26T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Alert Log Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036441#M739903</link>
      <description>Well, those 'funny' characters appear to all be a byte with value 1: 0x01&lt;BR /&gt;&lt;BR /&gt;You can make it more readable by bulk replacing them with a newline.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# perl -pe 's/\001/\n/g' tmp.txt&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;  &lt;BR /&gt;# tr [\001] [\n] &amp;lt; tmp.txt&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2007 14:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036441#M739903</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-03-26T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Alert Log Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036442#M739904</link>
      <description>Thanks for the response, we're in better shape with better legibility of the alert logs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2007 15:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036442#M739904</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2007-03-26T15:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: HIDS Alert Log Format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036443#M739905</link>
      <description>Hi KPS -&lt;BR /&gt;&lt;BR /&gt;The alert.log file on each agent was not designed for viewing but is instead a persistent alert respository on each agent in case the admin GUI/CLUI ever needs to retrieve those alerts for viewing. HIDS v4.0 and prior versions require that you use the admin GUI or CLUI to view formatted alerts. &lt;BR /&gt;&lt;BR /&gt;HIDS v4.1 (to be released soon this spring) has a new alert reporting command-line feature that allows you to generate  consolidated alert reports across any number of agents. The reports can be generated in HTML, text, or "raw" format. For the "raw" formatted reports, the delimiter character can be configured to be any character. Raw reports facilitates post-processing of alerts by customized scripts that you write, much like the alert response programs allow you to do post-processing of alerts in near real-time.  Both the content and the presentation of the HTML and text formatted reports are configurable and, using cron, you can have incremental reports sent periodically to specified email addresses.&lt;BR /&gt;&lt;BR /&gt;HIDS v4.1 will also come with a useful tool for fine tuning schedules by presenting consolidated alerts reports and generating the corresponding filtering rules for those alerts you deem safe to ignore.  &lt;BR /&gt;&lt;BR /&gt;HIDS v4.1 also contains a new feature for proactively suppressing duplicate alerts.&lt;BR /&gt;&lt;BR /&gt;A list of new features and benefits will be available in the Release Notes when V4.1 is released.&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 18:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hids-alert-log-format/m-p/5036443#M739905</guid>
      <dc:creator>Pierre Pasturel</dc:creator>
      <dc:date>2007-03-27T18:11:21Z</dc:date>
    </item>
  </channel>
</rss>

