You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current config loader logic looks for an .elasticrc file at the root of the user's home directory. In order to be more Linux-friendly, we should also support the XDG base directory spec during config file location lookup.
Our current config loader logic looks for an
.elasticrcfile at the root of the user's home directory. In order to be more Linux-friendly, we should also support the XDG base directory spec during config file location lookup.