Difference between @timestamp and timestamp field

2019-09-06 16:30发布

When I logged some requests to elastic search using log stash, it puts @timestamp field as time. And when I logged those requests using NEST and set timestamp field, it puts timestamp field.

When I see data using kibana, those 2 fields have separate name. What is difference between them?

1条回答
Explosion°爆炸
2楼-- · 2019-09-06 17:11

The @timestamp field is kind of an internal field for log stash. That is why the @ sign is in front of the field. Could be any other field that stores a timestamp. Just like elasticsaerch uses the _ for some internal fields.

查看更多
登录 后发表回答