Class JsonAuditEventHandlerConfiguration

    • Constructor Detail

      • JsonAuditEventHandlerConfiguration

        public JsonAuditEventHandlerConfiguration()
    • Method Detail

      • getLogDirectory

        public String getLogDirectory()
        Gets the directory where the JSON file is located.
        Returns:
        location of the JSON file
      • setLogDirectory

        public void setLogDirectory​(String directory)
        Sets the directory where the JSON file is located.
        Parameters:
        directory - location of the JSON file
      • isElasticsearchCompatible

        public boolean isElasticsearchCompatible()
        Determines if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
        Returns:
        true for ElasticSearch JSON format compatibility enforcement and false otherwise
      • setElasticsearchCompatible

        public void setElasticsearchCompatible​(boolean elasticsearchCompatible)
        Specifies if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
        Parameters:
        elasticsearchCompatible - true for ElasticSearch JSON format compatibility enforcements and false otherwise