Skip to content

Commit

Permalink
Remove linkURL from alerts as it is populated automatically by Humio.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed May 28, 2020
1 parent db8b24b commit ceeb1f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ type Alert struct {
ThrottleTimeMillis int `yaml:"throttleTimeMillis" json:"throttleTimeMillis"`
Silenced bool `yaml:"silenced" json:"silenced"`
Notifiers []string `yaml:"notifiers" json:"notifiers"`
LinkURL string `yaml:"linkURL" json:"linkURL"`
Labels []string `yaml:"labels,omitempty" json:"labels,omitempty"`
}

Expand Down

0 comments on commit ceeb1f7

Please sign in to comment.