Re: [I] make SocketAppender support server list [logging-log4j2]

2025-03-14 Thread via GitHub
vy closed issue #3442: make SocketAppender support server list URL: https://github.com/apache/logging-log4j2/issues/3442 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [I] make SocketAppender support server list [logging-log4j2]

2025-03-14 Thread via GitHub
vy commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2724028069 Since multiple solutions (i.e., using a `Routing` appender or creating a custom one) are provided to the user, closing this one as `Not Planned`. -- This is an automated message

Re: [I] make SocketAppender support server list [logging-log4j2]

2025-03-04 Thread via GitHub
lu-xiaoshuang commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2699866460 > [@lu-xiaoshuang](https://github.com/lu-xiaoshuang), in [#3482](https://github.com/apache/logging-log4j2/pull/3482), I see you randomly choose hosts to write to. Can't

Re: [I] make SocketAppender support server list [logging-log4j2]

2025-02-22 Thread via GitHub
vy commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2676323382 @lu-xiaoshuang, in #3482, I see you randomly choose hosts to write to. Can't you simply define multiple socket appenders and choose them using [scripted routes](https://logging.ap

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-12 Thread via GitHub
lu-xiaoshuang commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2653507527 > 1. in your personal or company repo under Apache-2.0. Good idea. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-11 Thread via GitHub
ppkarwasz commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2652808212 > KafkaAppender is not capable of sending logs generated by org.apache.kafka:kafka-clients:jar, is it? Right, that usually causes problems with recursive logging.

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-11 Thread via GitHub
lu-xiaoshuang commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2652418157 > [@lu-xiaoshuang](https://github.com/lu-xiaoshuang), > > > At present, a SocketAppender only supports one address-port. Seems that remote server represented by t

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-11 Thread via GitHub
lu-xiaoshuang commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2652407866 > [@lu-xiaoshuang](https://github.com/lu-xiaoshuang), curious: what is the log sink you use where you encounter this problem? logstash -- This is an automated

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-10 Thread via GitHub
vy commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2649208156 @lu-xiaoshuang, curious: what is the log sink you use where you encounter this problem? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-09 Thread via GitHub
ppkarwasz commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2646179772 @lu-xiaoshuang, > At present, a SocketAppender only supports one address-port. Seems that remote server represented by this address-port is very likely the bottleneck

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-07 Thread via GitHub
lu-xiaoshuang commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2644538331 > Have you considered sending logging events via the [fluent-bit Forward Upstream plugin](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic

Re: [I] make SocketAppender support server list (logging-log4j2)

2025-02-07 Thread via GitHub
swebb2066 commented on issue #3442: URL: https://github.com/apache/logging-log4j2/issues/3442#issuecomment-2644524432 Have you considered sending logging events via the [fluent-bit Forward Upstream plugin](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic-mode/

[I] make SocketAppender support server list (logging-log4j2)

2025-02-07 Thread via GitHub
lu-xiaoshuang opened a new issue, #3442: URL: https://github.com/apache/logging-log4j2/issues/3442 Typically, applications generate massive amounts of log data, which need to be sent to the backend systems for storage, analyzing and so on. At present, a SocketAppender only supports on