Caleb Hailey

Results 43 issues of Caleb Hailey

## Description Sensu backend log output can be cumbersome for some users – especially so when embedded etcd is enabled. We need to audit/review/update/move (to different log levels) various log...

Epic
component:backend
component:logging
component:reliability

## Feature Suggestion Remove support for embedded etcd in Sensu Go 7. At minimum we should no longer support clustering with embedded Etcd. TBD if it's still valuable to support...

needs-discussion
Major version proposal

The `event` object seeded into the Javascript Mutator sandbox doesn't currently support deletes (e.g. `delete event.metrics`). The `event` object is not immutable (which would be ironic 😅 for a feature...

component:backend
component:pipeline

## Feature Suggestion The `sensuctl create` command has supported reading from HTTP urls since [version 5.13.0](https://docs.sensu.io/sensu-go/latest/release-notes/#5130-release-notes) (see https://github.com/sensu/sensu-go/pull/3238). The current implementation does not provide support for reading from URLs that...

enhancement

## Feature Suggestion If a silence is created for a given entity, and that entity is subsequently deleted, the silence is not automatically cleaned up. It would be nice if...

component:api

Context: #3809 Could modifying the behavior of `--log-level` introduce a much needed and backwards-compatible improvement that would enable us to fill gaps in our logs (e.g. improved audit logging) while...

needs-discussion
component:logging

## Feature Suggestion The new core/v2.Pipeline resource introduced in Sensu Go version 6.5 was effectively an [improved implementation of set handlers](https://gist.github.com/calebhailey/1b628fbbcfe5d850abb673fa14bd9380). Now that we have a first-class resource for configuring...

component:pipeline
component:logging

## Expected Behavior sensuctl env command works with API Key authentication. ## Current Behavior ``` $ ./sensuctl version sensuctl version 6.6.6+ee, enterprise edition, build 1ec7a895d1b5710bc20f772342689cc8f99dbf3a, built 2022-03-08T21:20:50Z, built with go1.17.6...

component:sensuctl

## Feature Suggestion Parse `text/template` templates for the core/v2.Handler `command` field. I haven't considered whether it might also be useful to support templates in other Handler fields. ## Possible Implementation...

## Expected Behavior `sensuctl` should generate output to indicate what action has been taken on a resource (if any). This output should be consistent across all `sensuctl` subcommands (e.g. `sensuctl...

feature
needs-discussion
component:sensuctl