Kibana 7.0 and 7.8 : Date Histogram Auto interval does not appear for alias fields

Hi,

In Visualisations, I have enabled alias fields for all data types, but if I select a date field alias in date histogram..auto interval does not come up..it looks like a bug to me, can anyone please look into it.

Thanks
Prathibha

Pratibha,

Can you please post how you created alias for date field(ideally the command)? And also are they working for you in discover?

Thanks,
Bhavya

Bhavya,

This is how I have created alias for date field, and yes it shows up properly in discover tab

"End Date": {
"type": "alias",
"path": "END_DT_ES_ENG"
},

"END_DT_ES_ENG": {
"type": "date",
"copy_to": [
"ES_ENG_all",
"END_DT_ES_KW_ENG"
],
"format": "date"
},

Hi Bhavya,

Any information on why auto interval is not appearing for date alias

Thanks
Prathibha

Prathibha,

Apologies for the delay. I was out. Yep we got a bug. Logged here and the team should be taking a look at it in the near future.

Thanks,
Bhavya

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