Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 7.0.0
-
Fix Version/s: 7.0.0
-
Component/s: UI - Freeform Editor
-
Labels:None
-
Sprint:2020.10 - IG / Microservices
-
Story Points:2
Description
- Add a freeform route
- Enable auditing and add a splunk event handler
- View the route
Notice how the port is a string, rather than a number:
{ "class": "org.forgerock.audit.handlers.splunk.SplunkAuditEventHandler", "config": { "name": "Splunk", "enabled": true, "authzToken": "d24c5e88-153b-4d1b-a672-145f548b5ef8", "connection": { "host": "localhost", "port": "8089", "useSSL": false }, "topics": [ "access" ], "buffering": { "maxSize": 10000, "maxBatchedEvents": 500, "writeInterval": "100 ms" } } }