I have one index and I want to visualize my data using two different time filters (i.e. two different fields).
Do I need to create two index patterns? Is it even possible to create two index pattern on same index? I thought I could create second index pattern and choose another filed as time filter, doesn't allow me though.
Details:
doc
{
mydata : "abcd"
timestamp1: 1605905471710
timestamp2: 1605905471099
}
I want to visualize my data based on timestamp1 and timestamp2 separately.