Cam

Results 24 comments of Cam

@regel Re: match_all - For me the LoudML documentation lacks how to use 'match_all' with examples, unfortunately the Elasticseach documentation is of no-use unless your Elasticsearch programmer IMO. An elasticsearch...

@jorgelbg unfortunately that syntax just doesn't work, loudML (as reported elsewhere) just reports: ``` INFO:root:Aggregations for model ssh-anomalies: Missing data ERROR:root:no data found for time range 2018-11-13T22:15:00.000Z-2018-11-20T22:30:00.000Z ``` Although there...

@jorgelbg - Just tried with 1.4.3 and nothing. Interesting the LoudML docs state: > For Elasticsearch data source, the measurement is not used. You can set the doc_type in config.yml...

@jorgelbg - doc type is 100% 'doc' Elastic runs full SSL so wireshark is ... hard - I have to mitm the connection...

I managed to get it working with: ``` { "bucket_interval": "15m", "default_datasource": "elastic1", "timestamp_field": "@timestamp", "features": [ { "default": 0, "metric": "count", "name": "ssh_request_count", "match_all": [ {"tag": "program.keyword", "value": "sshd"},...

I'll put the solution that worked for me first: On my remote (ssh) server (with portforwarding) I open neovim, then do the `:CocCommand tabnine.openHub` as documented everywhere - Then the...

@ksylvan - I'm guessing that 'if' the tabnine binary is running on the remote linux server, and you have 'triggered' the tabnine openHub command. You could login to the remote...

Since this is the first hit on the googz for change ipdb colors - In my case the blues were too dark against the black background. Here's how you change...

Kind of inline with this... running neovim in WSL2 environment via command: ```nvim --headless --listen 127.0.0.1:41234``` and using Neovide via ```C:\Users\cam\scoop\apps\neovide\0.10.1\neovide.exe --remote-tcp=127.0.0.1:41234``` - It is impossible to detect Neovide `exists('g:neovide')`...

I have never got this to work. Try wormhole.io or sharedrop.io for alternatives