Dear professor:
I'm a developer on eagle, it's a great and useful system for me to
monitor the data activity of various apache open-source tools. But I have a
question when I try to input the hbase log into the eagle.
In page
"http://eagle.apache.org/docs/hbase-data-activity-monitoring.html", step 2 of
"How to add a Kafka log4j appender" tells me to add “KAFKA_HBASE_AUDIT” log4j
appender to Security audit appender, I find the content need to add contains
the following information:
log4j.appender.KAFKA_HBASE_AUDIT=org.apache.eagle.log4j.kafka.KafkaLog4jAppender
log4j.appender.KAFKA_HBASE_AUDIT.Topic=sandbox_hbase_security_log
log4j.appender.KAFKA_HBASE_AUDIT.BrokerList=sandbox.hortonworks.com:6667 (the
kafka config??)
log4j.appender.KAFKA_HBASE_AUDIT.Layout=org.apache.log4j.PatternLayout
log4j.appender.KAFKA_HBASE_AUDIT.Layout.ConversionPattern=%d{ISO8601}
%p %c: %m%n
log4j.appender.KAFKA_HBASE_AUDIT.ProducerType=async
log4j.appender.KAFKA_HDFS_AUDIT.KeyClass=org.apache.eagle.log4j.kafka.hadoop.GenericLogKeyer
log4j.appender.KAFKA_HDFS_AUDIT.KeyPattern=user=(\\w+),\\s+
Were the "KAFKA_HDFS_AUDIT" is right in the appender?
I'm looking forward to your reply!
Best Regards!
------------------------------------------------------
Kang qian