Re: Query Regarding Log4j audit framework

2020-03-03 Thread Sushil Singh
Subject: Re: Query Regarding Log4j audit framework Ah, I see what you mean. I don’t think we have any specific plugin for that, though they sound like reasonable feature requests. Could you file Jira tickets for them? On Thu, Feb 27, 2020 at 03:09 Sushil Singh wrote: > Thanks @Matt Sicker

Re: Query Regarding Log4j audit framework

2020-02-27 Thread Ralph Goers
d aggregation of logs before flushing >> >> Burst filter was more of controlling logs rather than aggregating >> >> Please let me know how it can be achieved >> >> Thanks >> >> Sushil Pratap Singh >> >> >> >> ----

Re: Query Regarding Log4j audit framework

2020-02-27 Thread Matt Sicker
- > *From:* Matt Sicker > *Sent:* 24 February 2020 20:25 > *To:* Log4J Users List > *Subject:* Re: Query Regarding Log4j audit framework > > Not sure about 1. For 2, there’s the burst filter in log4j2 which supports > that type of thing in general. As for 3, take

Re: Query Regarding Log4j audit framework

2020-02-27 Thread Sushil Singh
Singh From: Matt Sicker Sent: 24 February 2020 20:25 To: Log4J Users List Subject: Re: Query Regarding Log4j audit framework Not sure about 1. For 2, there’s the burst filter in log4j2 which supports that type of thing in general. As for 3, take a look at the various app

Re: Query Regarding Log4j audit framework

2020-02-24 Thread Matt Sicker
Not sure about 1. For 2, there’s the burst filter in log4j2 which supports that type of thing in general. As for 3, take a look at the various appenders available like Syslog/Socket/HTTP/JDBC. On Mon, Feb 24, 2020 at 00:26 Sushil Singh wrote: > Hi > > > I want to use log 4j audit for multiple ap

Query Regarding Log4j audit framework

2020-02-23 Thread Sushil Singh
Hi I want to use log 4j audit for multiple applications but I have certain requirements 1) I want to add some function to logs such that hash of log messages can be sent along with log message itself 2) Is there a way to club same kind of Logs occuring frequently in a small window of time 3)