Don't need to set kibana.index

This commit is contained in:
kobelb 2018-05-25 11:26:20 -04:00
parent 17d36b3e9a
commit 932a37dee2

View file

@ -31,9 +31,6 @@ const DEFAULT_SETTINGS_WITH_CORE_PLUGINS = {
username: kibanaServerTestUser.username,
password: kibanaServerTestUser.password
},
kibana: {
index: '.kibana'
}
};
/**