Would there be any other solution that would help us get what we'd like
without having to upgrade NxLOG?



On Thu, Jul 9, 2015 at 5:24 AM, Botond Botyanszki <b...@nxlog.org> wrote:

> Hi Amar,
>
> This is still a missing feature in the NXLog Community Edition, though the
> EE can already collect EventData and UserData from the windows eventlog.
> Generally these are only found in logs produced by custom applications
> such as the one below.
>
> Regards,
> Botond
>
> On Wed, 8 Jul 2015 16:03:32 -0700
> Amar Johal <a...@loggly.com> wrote:
>
> > Hello,
> >
> > I hope someone can help me, I've set up nxlog using a querylist to filter
> > out i.e. like the below:
> >
> > # Windows Event Log
> > <Input eventlog>
> > # Uncomment im_msvistalog for Windows Vista/2008 and later
> >     Module im_msvistalog
> >
> > Query <QueryList>\
> > <Query Id="0">\
> > <Select Path="Application">*</Select>\
> > <Select Path="Security">*[System[band(Keywords,XXXXXX)]]</Select>\
> > <Select Path="System">*[System[(Level=1  or Level=2 or
> Level=3)]]</Select>\
> > <Select Path="XXXX">*</Select>\
> > </Query>\
> > </QueryList>
> >
> >     Exec  $Message = to_json();
> > </Input>
> >
> > But NXLOG isn't receiging the full event data that I see in the actual
> > event. Everythign between EventData and Event is missing.
> >
> > <EventData>
> > <Data>Content Delivery Index was out of range. Must be non-negative and
> > less than the size of the collection.
> > Parameter name: index XXXXXXXXXX at
> > System.Collections.Generic.List`1.get_Item(Int32 index)
> > at ASP._Page_xxxxx_xxxx_Views_Microsite_AutoModelSegment_cshtml.Execute()
> > in
> >
> d:\WebSites\staging\xxxx\xxxx\Views\Microsite\AutoModelSegment.cshtml:line
> > 61
> > at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
> > at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
> > at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
> > pageContext, TextWriter writer, WebPageRenderingBase startPage)
> > at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
> > at
> >
> System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1
> > filters, Int32 filterIndex, ResultExecutingContext preContext,
> > ControllerContext controllerContext, ActionResult actionResult)
> > at
> >
> System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1
> > filters, Int32 filterIndex, ResultExecutingContext preContext,
> > ControllerContext controllerContext, ActionResult actionResult)
> > at
> >
> System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1
> > filters, Int32 filterIndex, ResultExecutingContext preContext,
> > ControllerContext controllerContext, ActionResult actionResult)
> > at
> >
> System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext
> > controllerContext, IList`1 filters, ActionResult actionResult)
> > at
> >
> System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;&gt;c__DisplayClass21.&lt;BeginInvokeAction&gt;b__1e(IAsyncResult
> > asyncResult)</Data>
> > </EventData>
> > </Event>
> >
> > Is this a known issue?
>
------------------------------------------------------------------------------
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to