mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
This changes the IndexAuditTrailTests to use the actual timestamp of the message being indexed to determine the index name. Some build failures occurred due to running right at the change of an hour and the rollover was set to hourly. So the message was indexed in one index and the test expected a different index. Original commit: elastic/x-pack-elasticsearch@9dd5012a73
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.