Time series in Elasticsearch

i want to create time series analysis for my index based on date field (not based on system time). can anyone help me? my index mapping is like this:
{"test" : {
"mappings" : {
"properties" : {
"@timestamp" : { "type" : "date"},
"age" : {"type" : "integer"}
}}}}

It is not clear what you are looking to do. You probably need to provide more details for someone to be able to help.

Hi Christian_Dahlqvist,
my index - test index - has date field - @timestamp - that contain 2 years recent date. i want to create time series for "age" field based on "@timestamp" field. can help me? thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.