From 163b057438d52c1921f0cda20b0048175ce9929f Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 20 Oct 2016 09:06:08 +0000
Subject: [PATCH] OPENDJ-3397 Fix typos in CAUD handler config templates
---
opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example | 6 +++---
opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example b/opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example
index 81d11a2..cf718e8 100644
--- a/opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example
+++ b/opendj-server-legacy/resource/config/audit-handlers/jms-config.json-example
@@ -1,5 +1,5 @@
//
-// Example configuration for splunk handler.
+// Example configuration for JMS handler.
// Edit a copy of the file with your settings.
// Strip comments before use with grep -v '^[ ]*//' < your-file.json
//
@@ -18,11 +18,11 @@
// Permitted values: NON_PERSISTENT, PERSISTENT
"deliveryMode": "NON_PERSISTENT",
"enabled": false,
- // Optional
- "topicName": "audit",
"jndi": {
// Optional
"connectionFactoryName": "connectionFactory",
+ // Optional
+ "topicName": "audit",
"contextProperties": {
"java.naming.factory.initial": "org.apache.activemq.jndi.ActiveMQInitialContextFactory",
"java.naming.provider.url": "tcp://localhost:61616",
diff --git a/opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example b/opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example
index 52ad0e2..14da51d 100644
--- a/opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example
+++ b/opendj-server-legacy/resource/config/audit-handlers/splunk-config.json-example
@@ -1,5 +1,5 @@
//
-// Example configuration for splunk handler.
+// Example configuration for Splunk handler.
// Edit a copy of the file with your settings.
// Strip comments before use with grep -v '^[ ]*//' < your-file.json
//
--
Gitblit v1.10.0