On Discover, click Share, CSV - getting "TypeError: FieldFormat is not a constructor" if one of the fields in kibana pattern is set to date_nanos. resetting kibana field type to Date fixes the problem, but also trim digits past 1ms, so the data is sorted incorrectly.
Date_nanos does not allow to specify formatting on index pattern in Kibana. There is default setting in advanced menu for kibana, but that seems to have to effect on the above error.
Running ELK 7.3.1
please advise if there is any workaround and whether this is a known issue.