Skip to main content
Level 2
October 16, 2015
解決済み

Integrating with ACS AEM

  • October 16, 2015
  • 2 の返信
  • 1376 ビュー

Hello,

I am trying to have a syslog integration into my AEM instance - 5.6.1 using ACS AEM. I referred to http://adobe-consulting-services.github.io/acs-aem-commons/features/syslog-appender.html and it mentions that "AEM 6.0" is required. What other alternatives do I have?

Please advice. Thanks.

Regards,

Mayank

このトピックへの返信は締め切られました。
ベストアンサー JustinEd3

Hi,

The ACS AEM Commons Syslog integration depends upon Logback which is part of AEM 6.0. It might be possible to upgrade just the logging subsystem in an AEM 5.6.1 instance. You could also request a feature pack from DayCare for an update of the logging subsystem.

The other option is to use logger, which is a general purpose command line utility to write entries from a file into syslog. See http://linux.die.net/man/1/logger and http://blog.logrhythm.com/uncategorized/using-logger-to-send-file-data-to-syslogd/ for more information. Obviously, the direct integration provided by Logback/ACS AEM Commons is easier to manage, but logger should work as well.

HTH,

Justin

2 の返信

Mayank_Arora作成者
Level 2
October 16, 2015

Thank you Justin. I will go with option#1 first.

Regards,

Mayank

JustinEd3Adobe Employee回答
Adobe Employee
October 16, 2015

Hi,

The ACS AEM Commons Syslog integration depends upon Logback which is part of AEM 6.0. It might be possible to upgrade just the logging subsystem in an AEM 5.6.1 instance. You could also request a feature pack from DayCare for an update of the logging subsystem.

The other option is to use logger, which is a general purpose command line utility to write entries from a file into syslog. See http://linux.die.net/man/1/logger and http://blog.logrhythm.com/uncategorized/using-logger-to-send-file-data-to-syslogd/ for more information. Obviously, the direct integration provided by Logback/ACS AEM Commons is easier to manage, but logger should work as well.

HTH,

Justin