(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-35da6956"],{"047d":function(t,e,s){},"264c":function(t,e,s){"use strict";var n=s("9160"),a=s.n(n);a.a},3530:function(t,e,s){"use strict";s.r(e);var n=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"admin-page"},[s("h1",[t._v("Administration of the Nation")]),s("h3",[t._v("Index List")]),t.indices.loading?s("div",[s("i",{staticClass:"fa fa-spin fa-cog"})]):t._e(),s("ul",{staticClass:"nav nav-tabs mt-4"},[s("li",{staticClass:"nav-item"},[s("a",{staticClass:"nav-link",class:{active:t.tabState.showIdxImgReqs},on:{click:function(e){return t.showTab("indices","imgreqs")}}},[t._v("ImgReqs")])]),s("li",{staticClass:"nav-item"},[s("a",{staticClass:"nav-link",class:{active:t.tabState.showIdxCfLogs},on:{click:function(e){return t.showTab("indices","cflogs")}}},[t._v("CfLogs")])]),s("li",{staticClass:"nav-item"},[s("a",{staticClass:"nav-link",class:{active:t.tabState.showIdxInvas},on:{click:function(e){return t.showTab("indices","invas")}}},[t._v("Invalidations")])]),s("li",{staticClass:"nav-item"},[s("a",{staticClass:"nav-link",class:{active:t.tabState.showIdxOthers},on:{click:function(e){return t.showTab("indices","others")}}},[t._v("Others")])])]),t.tabState.showIdxImgReqs?s("div",{staticClass:"tab-pane"},[s("index-list",{attrs:{list:t.getIndicesImgReq,deleteIndex:3,indxType:"imgreqs"}})],1):t._e(),t.tabState.showIdxCfLogs?s("div",{staticClass:"tab-pane"},[s("index-list",{attrs:{list:t.getIndicesCfLogs,deleteIndex:3,indxType:"cflogs"}})],1):t._e(),t.tabState.showIdxInvas?s("div",{staticClass:"tab-pane"},[s("index-list",{attrs:{list:t.getIndicesInva,deleteIndex:6,indxType:"invas"}})],1):t._e(),t.tabState.showIdxOthers?s("div",{staticClass:"tab-pane"},[s("index-list",{attrs:{list:t.getIndicesOthers}})],1):t._e()])},a=[],i=(s("4160"),s("c975"),s("159b"),s("9f4d")),c=s.n(i),o=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"index-list"},t._l(t.list,(function(e,n){return s("div",{key:"myk"+n,staticClass:"index-item"},["red"===e.health?s("i",{staticClass:"fa fa-circle text-danger"}):t._e(),"yellow"===e.health?s("i",{staticClass:"fa fa-circle text-warning"}):t._e(),"green"===e.health?s("i",{staticClass:"fa fa-circle text-success"}):t._e(),t._v(" "),s("b",{staticClass:"index-name"},[t._v(t._s(e.index))]),s("br"),s("span",{staticClass:"font9"},[s("i",{staticClass:"fa fa-bookmark-o"}),t._v(" "+t._s(e.status)+" "),s("i",{staticClass:"fa fa-file-o ml-2"}),t._v(" "+t._s(parseInt(e["docs.count"]).toLocaleString())+" "),s("i",{staticClass:"fa fa-chevron-right ml-2"}),t._v(" "+t._s(e["store.size"])+" ")]),s("div",{staticClass:"action-bar"},[t.indxType?s("span",{staticClass:"btn btn-sm btn-light"},[t._v("Aggs")]):t._e(),n>t.deleteIndex?s("span",{staticClass:"btn btn-sm btn-danger ml-2"},[s("i",{staticClass:"fa fa-times"})]):t._e()])])})),0)},r=[],d=(s("a9e3"),{name:"IndexList",props:{list:{type:Array,required:!0},deleteIndex:{type:Number,default:1999},indxType:{type:String,default:""}},data:function(){return{}},methods:{}}),l=d,f=(s("7e48"),s("2877")),u=Object(f["a"])(l,o,r,!1,null,"2c134260",null),h=u.exports,g={name:"admin-page",data:function(){return{tabState:{showIdxImgReqs:!0,showIdxCfLogs:!1,showIdxInvas:!1,showIdxOthers:!1},indices:{loading:!0,list:[]}}},computed:{getIndicesImgReq:function(){var t=[];return this.indices.list.forEach((function(e){0===e.index.indexOf("imgreqs_")&&t.push(e)})),t},getIndicesInva:function(){var t=[];return this.indices.list.forEach((function(e){0===e.index.indexOf("grapinva_")&&t.push(e)})),t},getIndicesCfLogs:function(){var t=[];return this.indices.list.forEach((function(e){0===e.index.indexOf("cflogs_")&&t.push(e)})),t},getIndicesOthers:function(){var t=[];return this.indices.list.forEach((function(e){var s=!0;0===e.index.indexOf("imgreqs_")&&(s=!1),0===e.index.indexOf("grapinva_")&&(s=!1),0===e.index.indexOf("cflogs_")&&(s=!1),s&&t.push(e)})),t}},methods:{showTab:function(t,e){"indices"===t&&this.showTabIndices(e)},showTabIndices:function(t){switch(t=t||"imgreqs",this.tabState.showIdxImgReqs=!1,this.tabState.showIdxCfLogs=!1,this.tabState.showIdxInvas=!1,this.tabState.showIdxOthers=!1,t.toLowerCase()){case"imgreqs":this.tabState.showIdxImgReqs=!0;break;case"cflogs":this.tabState.showIdxCfLogs=!0;break;case"invas":this.tabState.showIdxInvas=!0;break;case"others":this.tabState.showIdxOthers=!0;break}},getAggs:function(t,e,s){c.a.post(this.$store.getters.tenant.token,"fx","1",{fx:"es_admin_indx_aggs",indxName:t.index,typeName:e,tokenField:s}).then((function(t){console.log(t)})).catch((function(t){console.log(t)}))},testQuery:function(){c.a.post(this.$store.getters.tenant.token,"qry","basic",{}).then((function(t){console.log(t.data)}))}},mounted:function(){var t=this;console.log("tenant from store",this.$store.getters.tenant),c.a.post(this.$store.getters.tenant.token,"fx","1",{fx:"es_cat_indices"}).then((function(e){console.log("fx:",e),e.data.sort((function(t,e){return t.index2)if(d=I(d),e=d.charCodeAt(0),43===e||45===e){if(s=d.charCodeAt(2),88===s||120===s)return NaN}else if(48===e){switch(d.charCodeAt(1)){case 66:case 98:n=2,a=49;break;case 79:case 111:n=8,a=55;break;default:return+d}for(i=d.slice(2),c=i.length,o=0;oa)return NaN;return parseInt(i,n)}return+d};if(i(v,!p(" 0o1")||!p("0b1")||p("+0x1"))){for(var C,w=function(t){var e=arguments.length<1?0:t,s=this;return s instanceof w&&(_?f((function(){b.valueOf.call(s)})):r(s)!=v)?d(new p(m(e)),s,w):m(e)},k=n?h(p):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),S=0;k.length>S;S++)o(p,C=k[S])&&!o(w,C)&&x(w,C,g(p,C));w.prototype=b,b.constructor=w,c(a,v,w)}}}]); //# sourceMappingURL=chunk-35da6956.6da7e114.js.map