Caleb M. Keller

Results 43 issues of Caleb M. Keller

When we check the index patterns on startup, we're only pulling the first 10 flows. This should be increased or handle paging.

bug
Node-RED

Both of these are chatting a lot when the compose is starting up. The Global Flow looks like an error, having to do with an index not being found. The...

Not certain the older one did either :/ either way it needs fixed.

bug
Node-RED

Right now we are creating the index patterns manually by directly writing to ES rather than use the new Kibana API. This is because the API doesn't allow specifying an...

So the source definitions are getting long. But there are several pieces that are showing up on each flow which could be moved into the API. ### Config Endpoints These...

enhancement

To get 6.2.1 working I modified the global flow to change several things with how index-patterns are created. I need to verify these changes work with 6.1. 5.x should be...

Versioning

it just dumps to the console. It also filters after receiving. I am thinking that maybe the Twitter API is more powerful than the node exposes.

enhancement
Node-RED

ES has a queue limit for bulk operations so either I need to insert more rows/request or I need to put a rate limiter so that each request has a...

bug
Node-RED

## User Stories - As a channel creator I want to be able to observe the console output of running flows from inside conveyor so that I can monitor their...

enhancement