From 3982301484b5271eb994e654aecd118a4c837973 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Thu, 30 Apr 2015 06:45:57 -0500 Subject: [PATCH] add audit table name configuration doc --- docs/content/Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/Configuration.md b/docs/content/Configuration.md index b9bfb654459..202a6fe116a 100644 --- a/docs/content/Configuration.md +++ b/docs/content/Configuration.md @@ -160,6 +160,7 @@ These properties specify the jdbc connection and other configuration around the |`druid.metadata.storage.tables.tasks`|Used by the indexing service to store tasks.|druid_tasks| |`druid.metadata.storage.tables.taskLog`|Used by the indexing service to store task logs.|druid_taskLog| |`druid.metadata.storage.tables.taskLock`|Used by the indexing service to store task locks.|druid_taskLock| +|`druid.metadata.storage.tables.audit`|The table to use for audit history of configuration changes e.g. Coordinator rules.|druid_audit| ### Deep Storage