How to changes advance setting on my build for ELK setup

Hello Team,

Please help to change advance settings on my ELK setup for by build. I have tried with Kibana.yaml, but couldn't succeed.
Below are parameters which require changes -
Scaled Date Format
storeinSessionStorage

Please suggest how to do those settings for Build (Not on Kibana)

Hi @Arshukla,

Try using this format in your kibana.yml (or kibana.dev.yml for local development):

uiSettings:
  overrides:
    "dateFormat:scaled": <your value>
    "state:storeInSessionStorage": <your value>
1 Like

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