[OPENIG-4790] UI: "port" field on splunk event handler is a string Created: 16/Jul/20 Updated: 19/Aug/20 Resolved: 21/Jul/20 |
|
Status: | Closed |
Project: | Identity Gateway |
Component/s: | UI - Freeform Editor |
Affects Version/s: | 7.0.0 |
Fix Version/s: | 7.0.0 |
Type: | Bug | Priority: | Trivial |
Reporter: | Cameron Martin | Assignee: | Cameron Martin |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Sprint: | 2020.10 - IG / Microservices |
Story Points: | 2 |
Description |
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" } } } |
Comments |
Comment by Jean-Charles Deville [ 19/Aug/20 ] |
Closing issue after Release 7.0.0 |