Removing elastic dump experimental feature (#1086)

* Removing elastic dump experimental feature
This commit is contained in:
Igor Gov
2022-05-15 15:23:03 +03:00
committed by GitHub
parent 8ea2dabb34
commit 74bd4b180f
8 changed files with 0 additions and 133 deletions

View File

@@ -45,13 +45,6 @@ type MizuAgentConfig struct {
ServiceMap bool `json:"serviceMap"`
OAS bool `json:"oas"`
Telemetry bool `json:"telemetry"`
Elastic ElasticConfig `json:"elastic"`
}
type ElasticConfig struct {
User string `yaml:"user,omitempty" default:"" readonly:""`
Password string `yaml:"password,omitempty" default:"" readonly:""`
Url string `yaml:"url,omitempty" default:"" readonly:""`
}
type WebSocketMessageMetadata struct {