Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/760#discussion_r139194190 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/enrichment_commands.py --- @@ -55,14 +56,14 @@ def is_kafka_acl_configured(self): def set_kafka_configured(self): Logger.info("Setting Kafka Configured to True") File(self.__params.enrichment_kafka_configured_flag_file, - content="", + content="This file created on: " + datetime.now().strftime('%Y-%m-%d %H:%M:%S'), --- End diff -- Yeah, probably worthwhile.
---