You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| brokerUrl | failover:(ssl://activemq-1.example.com:61616,ssl://activemq-2.example.com:61616)?randomize=false&backup=true | The ActiveMQ client URL. Any valid ActiveMQ client URL can be used. |
43
43
| queueName | ch.qos.logback | The Queue name to read logs off of. |
44
+
| username | loguser | The username to use to establish the connection to ActiveMQ. |
45
+
| password | myPassw0rd | The password to use to establish the connection to ActiveMQ. |
44
46
| throttling_allowed | true | If the graylog server gets busy, slow down this input. Recommend checking this box. |
"username for ActiveMQ broker; Reference the ActiveMQ documentation for help",
178
+
ConfigurationField.Optional.OPTIONAL));
179
+
cr.addField(newTextField(PASSWORD_CONFIGURATION_KEY, PASSWORD_CONFIGURATION_HUMAN_NAME, null, "password for ActiveMQ broker; Reference the ActiveMQ documentation for help",
0 commit comments