[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-list] Re: Windows eventlog NTDS.evt logging
- To: ossec-list@xxxxxxxxxxxxxxxx
- Subject: [ossec-list] Re: Windows eventlog NTDS.evt logging
- From: "Daniel Cid" <daniel.cid@xxxxxxxxx>
- Date: Wed, 27 Jun 2007 23:21:28 -0300
- Cc: "bion@xxxxxxxx" <bion@xxxxxxxx>
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mmm4KAg8hNtNhGvfYJC558ibVK+Inh64j8BW1RF9OM2wGOMqX1WCaT7qZNb5TJGV/h7regXzhkb8+YEfqhMqC28/5bZSH6jAiBBlsKz1YLl9FeEHfoEhOGWhu/fBl2FipX2TV4C8CafSj+IE2imsCcuY1BiebKqgB9dGbHRR9yo=
Hi Dmitrii,
You need to pass the event log name (like Application or Security) to
the "location"
tag, instead of the real location of the event log. That's why
"Application" works and
"C:\WINDOWS\System32\config\AppEvent.Evt" fails.
For NTDS, I am afraid that ossec will not support it properly, since
we hard-coded
a validator looking for "Security", "Application" or "System"... I
will see if I can fix it
for the next snapshot. Is there any more event log "sources" that we may need to
add?
Thanks,
--
Daniel B. Cid
dcid ( at ) ossec.net
On 6/26/07, bion@xxxxxxxx <bion@xxxxxxxx> wrote:
>
>
> Hello!
> I'm trying to add extended event logging to windows agents on Windows Server
> 2003 domain controller.
> There is event log C:\WINDOWS\system32\config\NTDS.evt
> but when i try to add string like this:
> <localfile>
>
> <location>C:\WINDOWS\system32\config\NTDS.evt</location>
> <log_format>eventlog</log_format>
> </localfile>
> it exits with error:
> 2007/06/26 10:47:26 ossec-agent: DEBUG: Reading logcollector configuration.
>
> 2007/06/26 10:47:26 ossec-agent(1903): Invalid event log:
> 'C:\WINDOWS\System32\config\NTDS.Evt'.
>
> 2007/06/26 10:47:26 ossec-agent(1202): Configuration error at 'ossec.conf'.
> Exiting.
>
> Tried to change location to NTDS. Unsuccessfull.
> Does anyone solved this problem?
>
>
> P.S.
> <localfile>
> <location>Application</location>
> <log_format>eventlog</log_format>
> </localfile>
> works, but when i try to change location like this
> <location>C:\WINDOWS\System32\config\AppEvent.Evt</location>
> it crashes with error.
>
> Thanks.
> Dmitrii Chebotarev, Russia.
>
>
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.