Update type field for eventstream

This commit is contained in:
Blerim Sheqa 2017-01-02 12:33:44 +01:00
parent ec99aea56d
commit 32db5bd0e9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func (es *Eventstream) Run() error {
}
event["@timestamp"] = common.Time(time.Now())
event["type"] = "icingabeat"
event["type"] = "icingabeat.event"
es.icingabeat.client.PublishEvent(event)
logp.Info("Event sent")
}