This is an automated email from the ASF dual-hosted git repository.
ctargett pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new af33cff Fix typo in audit example JSON (#56)
af33cff is described below
commit af33cff2409363f70c4f687eb4f17da2774a369c
Author: Radu Gheorghe <[email protected]>
AuthorDate: Fri Apr 2 20:47:03 2021 +0300
Fix typo in audit example JSON (#56)
---
solr/solr-ref-guide/src/audit-logging.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/solr-ref-guide/src/audit-logging.adoc
b/solr/solr-ref-guide/src/audit-logging.adoc
index f0063ff..3d299d2 100644
--- a/solr/solr-ref-guide/src/audit-logging.adoc
+++ b/solr/solr-ref-guide/src/audit-logging.adoc
@@ -47,7 +47,7 @@ By default any AuditLogger plugin configured will log
asynchronously in the back
"blockAsync" : false,
"numThreads" : 2,
"queueSize" : 4096,
- "eventTypes": ["REJECTED", "ANONYMOUS_REJECTED", "UNAUTHORIZED",
"COMPLETED" "ERROR"]
+ "eventTypes": ["REJECTED", "ANONYMOUS_REJECTED", "UNAUTHORIZED",
"COMPLETED", "ERROR"]
}
}
----