const mapStateToProps = state => ({
    appname: getAppname(state),
    mappings: getMappings(state),
    indexTypeMap: getIndexTypeMap(state),
    analyzers: getAnalyzers(state),