Difference between @timestamp and timestamp field in elasticsearch

前端 未结 1 1736
青春惊慌失措
青春惊慌失措 2021-01-28 02:47

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 tim

相关标签:
1条回答
  • 2021-01-28 03:24

    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.

    0 讨论(0)
提交回复
热议问题