Display Month name in date histogram

Is there a way to display month name in date histogram when using monthly intervals, nstead of 1st date of a month as below

go to Management>Advanced Setting> find dateFormat:scaled and config it

1 Like

Modified dateFormat:scaled
[
["", "HH:mm:ss.SSS"],
["PT1S", "HH:mm:ss"],
["PT1M", "HH:mm"],
["PT1H", "YYYY-MM-DD HH:mm"],
["P1DT", "MMM"],
["P1YT", "YYYY"]
]
This converts every date format to Month
Daily bucket's also display as Month

Try ["P1MT","MMM"]

6 Likes

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