Pedro Spagiari
Pedro Spagiari
The image doesn't exists anymore. We can use the vanilla elasticsearch and logstash ? https://hub.docker.com/u/priceboard/
Isso aqui aconteceu com vocês? ``` >>> bf = bovespa.File("COTAHIST_A2020.TXT") Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'File' ```
bump. I still can't do a pull-request from command line.
Installing `coreutils` on macos resolve any issues with `asmcli` or `migrate_addon`. I added a simple fix specifically for `kpt` here: https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/pull/1320 For `migrate_addon` there's also a problem with `convert` binary.
+1. I added some `ids` to debug my logstash flow and AFAIK it's inverted. - `sum(logstash_node_plugin_events_in_total{plugin_id=~"input.*"})` results `0` - `sum(logstash_node_plugin_events_out_total{plugin_id=~"output.*"})` results `0` - `sum(logstash_node_plugin_events_in_total{plugin_id=~"output.*"})` results the output number. - `sum(logstash_node_plugin_events_out_total{plugin_id=~"input.*"})`...