Skip to content

Commit 7c35279

Browse files
authored
Add tags data from CF deployments (#241)
* INGEST-17635: Adding tags to the event payload
1 parent e4c956d commit 7c35279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

events/events.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ func (e *Event) AnnotateWithEnvelopeData(msg *events.Envelope) {
184184
e.Fields["ip"] = msg.GetIp()
185185
e.Fields["job"] = msg.GetJob()
186186
e.Fields["job_index"] = msg.GetIndex()
187+
// Adding tags
188+
e.Fields["tags"] = msg.GetTags()
187189
e.Type = msg.GetEventType().String()
188190
}
189191

0 commit comments

Comments
 (0)