Derek J. Lambert
Derek J. Lambert
+1 for all the cases mentioned above
I'm having the same issue. It looks like the websocket connection is upgrading okay, but no frames are sent.
I think this being caused by the lack of data. Looks like it's trying to get the data point under the mouse cursor, but there's no data there. After clicking...
The problem arises when the `clusterNodesController` instantiates the SocketIO object. It's including any extra path components in the URL, and SocketIO is including this in the message data. Presumably the...
@royrusso I had a feeling that might be the case, but had to throw in the towel for the day. Was starting to have flashbacks of battles with SocketIO and...
``` ---- window.location Location {replace: ƒ, assign: ƒ, href: "https://192.168.42.168/elastichq/#!/clusters/mail-services", ancestorOrigins: DOMStringList, origin: "https://192.168.42.168", …} ancestorOrigins: DOMStringList {length: 0} assign: ƒ () hash: "#!/clusters/mail-services/nodes" host: "192.168.42.168" hostname: "192.168.42.168" href: "https://192.168.42.168/elastichq/#!/clusters/mail-services/nodes"...
If I add that to the nginx config and remove the patch and the `ReversedProxied`, I'm not able to bring up elastichq at all. The ui tries to load the...
> There is no obvious indication that syslog support has magically appeared in the latest version... 🤣 made my day!
The json needs to be dumped back to a string otherwise an exception is thrown in the matcher. So: ```python if data is None: data = json.dumps(kwargs.get("json")) elif kwargs.get("json") is...
This might be related https://stackoverflow.com/a/53183325. I created my flow log through the console and imported it. `terraform plan` shows: ``` # module.network.aws_flow_log.vpc must be replaced -/+ resource "aws_flow_log" "vpc" {...