Chris Cowan
Chris Cowan
@Elfo404 I was just looking into what it will take to get this working correctly. We need to change the `getFields` query to use `_field_caps` instead of `_mapping` API.
Looking at the failed test, it looks like a legitimate failure. Oddly enough when run locally, it fails in a completely different way. Digging into this now...
It looks like this test needs to take into account that the page is fully loaded before it looks at the `ruleSummaryRuleType` test subject. There is a hook inside that...
I had to do the same thing for my power meter.
> 1. Is the Observability plugin instantiation the right place to run the above 2nd point (index mapping)? Yes, the implementation for this project will happen under the observability plugin....
@vinaychandrasekhar Our best approach is to use Ansible to test the API during development.
@fkanout I was talking to @kdelemme about this and I would prefer we had a function called `setupSLOResources` that we called at the beginning of the API request that creates...
If end up doing a subset of fields, at a minimum we need: - `host.*` - `cloud.*` - `orchestrator.*` - `labels.*` - `tags`
@rylnd I'm saying at a minimum, O11y needs those "top level" fields (objects) added to the mappings for Alert-As-Data.
I'm also having issues with this, I'm using Neovim. I've never been able to get `:TsuRenameSymbol` to show up in the commands. I've tried everything in this tread to no...