heimdall-api-platform 2.8.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/clients/http-client.js +1 -1
- package/dist/lib/environment.js +1 -1
- package/dist/lib/factory/api-gateway.js +1 -1
- package/dist/lib/factory/client-factory.js +1 -1
- package/dist/lib/factory/function-factory.js +1 -1
- package/dist/lib/factory/operation-flow-factory.js +1 -1
- package/dist/lib/factory/server-factory.js +1 -1
- package/dist/lib/factory/transformation-function-factory.js +1 -1
- package/dist/lib/handle-route.js +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/lib/integrations/commons-elasticsearch.js +1 -1
- package/dist/lib/integrations/commons-opensearch.js +1 -1
- package/dist/lib/integrations/commons-splunk.js +1 -1
- package/dist/lib/license/license-service.js +1 -1
- package/dist/lib/models/base-context.js +1 -1
- package/dist/lib/models/flow-context.js +1 -1
- package/dist/lib/models/monitor-request-view.js +1 -1
- package/dist/lib/models/route-context.js +1 -1
- package/dist/lib/models/security-route.js +1 -1
- package/dist/lib/models/service-context.js +1 -1
- package/dist/lib/models/service-group.js +1 -1
- package/dist/lib/models/service-route.js +1 -1
- package/dist/lib/models/splunk-data.js +1 -1
- package/dist/lib/observability/gateway-log-capture.js +1 -1
- package/dist/lib/observability/live-streams.js +1 -1
- package/dist/lib/observability/models/monitor-flow-step.js +1 -1
- package/dist/lib/observability/models/monitor-function-operation.js +1 -1
- package/dist/lib/observability/models/monitor-function-transformation.js +1 -1
- package/dist/lib/observability/models/monitor-http-operation.js +1 -1
- package/dist/lib/observability/models/monitor-mock-operation.js +1 -1
- package/dist/lib/observability/monitor-event-bus.js +1 -1
- package/dist/lib/observability/monitor-event.js +1 -1
- package/dist/lib/observability/subscribers/monitor-event-subscriber.js +1 -1
- package/dist/lib/observability/subscribers/opensearch-event-subscriber.js +1 -1
- package/dist/lib/observability/subscribers/redis-event-subscriber.js +1 -1
- package/dist/lib/observability/subscribers/spans-event-subscriber.js +1 -1
- package/dist/lib/observability/subscribers/splunk-event-subscriber.js +1 -1
- package/dist/lib/operations/abstract-operation.js +1 -1
- package/dist/lib/operations/function.js +1 -1
- package/dist/lib/operations/http.js +1 -1
- package/dist/lib/operations/mock.js +1 -1
- package/dist/lib/operations/monitor-check.js +1 -1
- package/dist/lib/orchestration-flow.js +1 -1
- package/dist/lib/router.js +1 -1
- package/dist/lib/routes/default-routes-admin.js +1 -1
- package/dist/lib/routes/default-routes-docs.js +1 -1
- package/dist/lib/routes/default-routes-ingest.js +1 -1
- package/dist/lib/routes/default-routes-mcp.js +1 -1
- package/dist/lib/routes/default-routes-monitor-metrics.js +1 -1
- package/dist/lib/routes/default-routes-opensearch.js +1 -1
- package/dist/lib/routes/default-routes-pos.js +1 -1
- package/dist/lib/routes/default-routes-pre.js +1 -1
- package/dist/lib/routes/default-routes-redis.js +1 -1
- package/dist/lib/routes/native-routes-catalog.js +1 -1
- package/dist/lib/routes/route-catalog-builder.js +1 -1
- package/dist/lib/security/api-key-validator.js +1 -1
- package/dist/lib/security/basic-auth-validator.js +1 -1
- package/dist/lib/security/ingest-token-validator.js +1 -1
- package/dist/lib/security/jwt-util.js +1 -1
- package/dist/lib/security/quota-enforcer.js +1 -1
- package/dist/lib/security/rate-limiter.js +1 -1
- package/dist/lib/security/resolve-auth-secret.js +1 -1
- package/dist/lib/security/security-validation.js +1 -1
- package/dist/lib/services/api-key-service.js +1 -1
- package/dist/lib/services/consumer-service.js +1 -1
- package/dist/lib/services/fixed-window-rate-limit-service.js +1 -1
- package/dist/lib/services/health-service.js +1 -1
- package/dist/lib/services/ingest-error-service.js +1 -1
- package/dist/lib/services/log-ingest-service.js +1 -1
- package/dist/lib/services/logfmt-kv.js +1 -1
- package/dist/lib/services/metrics-service.js +1 -1
- package/dist/lib/services/monitor-metrics-service.js +1 -1
- package/dist/lib/services/quota-service.js +1 -1
- package/dist/lib/services/rate-limit-service.js +1 -1
- package/dist/lib/services/server.js +1 -1
- package/dist/lib/services/trace-link-repair.js +1 -1
- package/dist/lib/storage/key-value-storage.js +1 -1
- package/dist/lib/utils/commons-cache.js +1 -1
- package/dist/lib/utils/commons-const.js +1 -1
- package/dist/lib/utils/commons-context.js +1 -1
- package/dist/lib/utils/commons-cookie.js +1 -1
- package/dist/lib/utils/commons-date.js +1 -1
- package/dist/lib/utils/commons-encoding.js +1 -1
- package/dist/lib/utils/commons-errors.js +1 -1
- package/dist/lib/utils/commons-headers.js +1 -1
- package/dist/lib/utils/commons-logger.js +1 -1
- package/dist/lib/utils/commons-trace.js +1 -1
- package/dist/lib/utils/commons-util.js +1 -1
- package/dist/lib/utils/document-utils.js +1 -1
- package/dist/lib/utils/monitor-filter-builder.js +1 -1
- package/dist/lib/utils/monitor-query-language.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x240345=_0x333e;(function(_0x422912,_0xf839ec){const _0x494fd1=_0x333e,_0x21cfdd=_0x422912();while(!![]){try{const _0x39567b=-parseInt(_0x494fd1(0x2b9))/0x1+-parseInt(_0x494fd1(0x32f))/0x2+parseInt(_0x494fd1(0x353))/0x3+parseInt(_0x494fd1(0x2ea))/0x4*(-parseInt(_0x494fd1(0x352))/0x5)+-parseInt(_0x494fd1(0x1d7))/0x6*(-parseInt(_0x494fd1(0x20c))/0x7)+parseInt(_0x494fd1(0x3b0))/0x8*(-parseInt(_0x494fd1(0x376))/0x9)+-parseInt(_0x494fd1(0x1be))/0xa*(-parseInt(_0x494fd1(0x26b))/0xb);if(_0x39567b===_0xf839ec)break;else _0x21cfdd['push'](_0x21cfdd['shift']());}catch(_0x4a273c){_0x21cfdd['push'](_0x21cfdd['shift']());}}}(_0x1906,0xa7a1a));const MAX_QUERY_LEN=0xfa0,MAX_REGEXES=0x8,MAX_REGEX_LEN=0x3e8,MAX_SCAN_DOCS=0x1388,TERMS_CAP=0x32,DEFAULT_HIT_SIZE=0x32,MAX_HIT_SIZE=0xc8,TIME_FIELD=_0x240345(0x31b),LOG_FIELD_ALLOWLIST=new Set([_0x240345(0x35f),'gatewayService','gatewayId','clientId','origin','logger',_0x240345(0x3d9),_0x240345(0x3ca),'requestId',_0x240345(0x249),'flowId',_0x240345(0x388),_0x240345(0x1a0),_0x240345(0x2f7),_0x240345(0x39f),'exception.type','exceptionType',_0x240345(0x2a5),_0x240345(0x224),'httpStatus',_0x240345(0x2d9),'httpStatusCode',_0x240345(0x28f),_0x240345(0x3de),'httpMethod',_0x240345(0x205),_0x240345(0x1f9),_0x240345(0x330),_0x240345(0x348),'env',_0x240345(0x191),_0x240345(0x2e9),_0x240345(0x3bc),_0x240345(0x333),'duration',_0x240345(0x298),_0x240345(0x1ac),_0x240345(0x269),_0x240345(0x335),'contentLength',_0x240345(0x2c6)]),LOG_NUMERIC_FIELDS=new Set(['durationMs','duration',_0x240345(0x298),_0x240345(0x1ac),_0x240345(0x269),_0x240345(0x335),'contentLength',_0x240345(0x2c6),_0x240345(0x2d9),'httpStatusCode']),KV_PATH_RE=/^kv\.[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$/,KVN_FIELDS=new Set([_0x240345(0x333),_0x240345(0x20e),_0x240345(0x269),_0x240345(0x1ac),'responseTime',_0x240345(0x303),'statusCode',_0x240345(0x2cc),_0x240345(0x335),_0x240345(0x313)]);function isKvPath(_0x583e9d){const _0x4ca43e=_0x240345;return KV_PATH_RE[_0x4ca43e(0x1a8)](_0x583e9d);}function isKvnPath(_0x203440){const _0x260f90=_0x240345,_0x182af6={'FJpIf':_0x260f90(0x3b4)};return _0x203440[_0x260f90(0x39a)](_0x182af6[_0x260f90(0x186)])&&KVN_FIELDS[_0x260f90(0x1e5)](_0x203440['slice'](0x4));}const METRIC_FUNCS=new Set([_0x240345(0x3c9),_0x240345(0x1ca),_0x240345(0x281),'min','max','sum']);class DslError extends Error{constructor(_0x29a05e,_0x49614e,_0x3151ac={}){const _0x5f0685=_0x240345,_0x5b99bc={'XnXJr':_0x5f0685(0x2a4)};super(_0x49614e),this[_0x5f0685(0x24f)]=_0x5b99bc[_0x5f0685(0x1ec)],this['kind']=_0x29a05e,Object[_0x5f0685(0x1e0)](this,_0x3151ac);}}function matchingParen(_0x3824fe,_0x466c11){const _0x1251ec=_0x240345,_0x415adc={'JKzKF':function(_0xde403b,_0x56e92e){return _0xde403b<_0x56e92e;},'cBwUu':function(_0x26083b,_0x30a0c7){return _0x26083b===_0x30a0c7;},'QhJZF':function(_0x3cb499,_0x19a25f){return _0x3cb499===_0x19a25f;},'eoUDm':function(_0x3a141b,_0xbd130){return _0x3a141b!==_0xbd130;},'uBppC':_0x1251ec(0x253),'mgMYq':_0x1251ec(0x17f),'oPsUs':function(_0x143beb,_0x5d8d28){return _0x143beb<_0x5d8d28;},'mWgsd':function(_0xdad971,_0x1ec870){return _0xdad971===_0x1ec870;},'OZmWY':function(_0x1a524d,_0x51607d){return _0x1a524d===_0x51607d;},'wXkld':function(_0xc2cb61,_0x5186b){return _0xc2cb61===_0x5186b;}};let _0x221b77=0x0;for(let _0x207afd=_0x466c11;_0x415adc[_0x1251ec(0x2e4)](_0x207afd,_0x3824fe[_0x1251ec(0x3af)]);_0x207afd++){const _0x622e06=_0x3824fe[_0x207afd];if(_0x415adc[_0x1251ec(0x1a7)](_0x622e06,'\x22')||_0x415adc['QhJZF'](_0x622e06,'\x27')){if(_0x415adc['eoUDm'](_0x415adc[_0x1251ec(0x251)],_0x415adc[_0x1251ec(0x1ed)])){const _0x3494cf=_0x622e06;_0x207afd++;while(_0x415adc[_0x1251ec(0x2fc)](_0x207afd,_0x3824fe['length'])&&_0x415adc[_0x1251ec(0x1c4)](_0x3824fe[_0x207afd],_0x3494cf)){if(_0x3824fe[_0x207afd]==='\x5c')_0x207afd++;_0x207afd++;}continue;}else{_0x50a129[_0x1251ec(0x367)][_0x1251ec(0x261)](_0x583abd=>_0x392efc(_0x583abd,_0x2969d4,_0x5b2eaa,!![]));return;}}if(_0x622e06==='/'){_0x207afd++;while(_0x415adc[_0x1251ec(0x2fc)](_0x207afd,_0x3824fe['length'])&&_0x3824fe[_0x207afd]!=='/'){if(_0x415adc[_0x1251ec(0x2b3)](_0x3824fe[_0x207afd],'\x5c'))_0x207afd++;_0x207afd++;}continue;}if(_0x622e06==='(')_0x221b77++;else{if(_0x415adc[_0x1251ec(0x1f8)](_0x622e06,')')){_0x221b77--;if(_0x415adc['wXkld'](_0x221b77,0x0))return _0x207afd;}}}return-0x1;}function findSection(_0xf0c92f,_0x207ecd){const _0x1c9829=_0x240345,_0x5c834b={'cHNpq':function(_0x57671e,_0x388e3b,_0x3946b8){return _0x57671e(_0x388e3b,_0x3946b8);},'vfsxW':function(_0x30073f,_0x25df78){return _0x30073f<_0x25df78;},'Lzlrq':_0x1c9829(0x342),'OYVXn':function(_0x5480ea,_0x1fb653){return _0x5480ea+_0x1fb653;},'rfAbt':function(_0xed366e,_0x3f0231){return _0xed366e+_0x3f0231;}},_0x537e14=new RegExp(_0x1c9829(0x37e)+_0x207ecd+_0x1c9829(0x3aa),'i'),_0x26a985=_0x537e14[_0x1c9829(0x189)](_0xf0c92f);if(!_0x26a985)return null;const _0x278be8=_0xf0c92f[_0x1c9829(0x3e6)]('(',_0x26a985['index']+_0x26a985[0x0]['length']-0x1),_0x51c8e8=_0x5c834b['cHNpq'](matchingParen,_0xf0c92f,_0x278be8);if(_0x5c834b[_0x1c9829(0x2fa)](_0x51c8e8,0x0))throw new DslError(_0x5c834b[_0x1c9829(0x3ac)],'parênteses\x20não\x20balanceados\x20em\x20'+_0x207ecd+_0x1c9829(0x1b7),{'detail':_0x207ecd+_0x1c9829(0x1b7)});return{'content':_0xf0c92f[_0x1c9829(0x382)](_0x5c834b['OYVXn'](_0x278be8,0x1),_0x51c8e8),'start':_0x5c834b[_0x1c9829(0x387)](_0x26a985[_0x1c9829(0x2db)],_0x26a985[0x1]?_0x26a985[0x1]['length']:0x0),'end':_0x5c834b['rfAbt'](_0x51c8e8,0x1)};}function tokenizeWhere(_0x3ae6fd){const _0x157082=_0x240345,_0x314d7f={'mOGyO':function(_0x3769eb,_0x4b276d){return _0x3769eb===_0x4b276d;},'cxVXS':function(_0x4d193a,_0x5ee4b0,_0x37f491){return _0x4d193a(_0x5ee4b0,_0x37f491);},'vXnRA':function(_0x569969,_0x478d15){return _0x569969<_0x478d15;},'JdofB':function(_0x54c237,_0x17ce11){return _0x54c237===_0x17ce11;},'ESEQx':_0x157082(0x3d4),'QIdLB':_0x157082(0x2ab),'cAtZZ':function(_0x5a25af,_0xb9c656){return _0x5a25af===_0xb9c656;},'Xfvsb':function(_0x2018f1,_0x2701ca){return _0x2018f1===_0x2701ca;},'WGpob':function(_0x1ea76e,_0x13e636){return _0x1ea76e!==_0x13e636;},'NFuGt':_0x157082(0x1a4),'Rgzwj':_0x157082(0x294),'EHFQt':function(_0x4c218c,_0x93e746){return _0x4c218c>=_0x93e746;},'Xxude':'malformed','OacJV':_0x157082(0x30a),'dzncW':'phrase','efJIl':function(_0x5d64cf,_0x428976){return _0x5d64cf+_0x428976;},'qxLkZ':_0x157082(0x287),'qsGvI':function(_0x558b79,_0x2f09fe){return _0x558b79<_0x2f09fe;},'eofPv':function(_0x3943bc,_0x1339c6){return _0x3943bc!==_0x1339c6;},'PRKKG':function(_0x400358,_0x443df5){return _0x400358!==_0x443df5;},'gWoNL':_0x157082(0x328),'gVltZ':'barra\x20de\x20regex\x20não\x20fechada\x20no\x20where','EccYn':function(_0x307b77,_0x52bee1){return _0x307b77===_0x52bee1;},'sVHgX':_0x157082(0x282),'UelHw':_0x157082(0x1de)},_0x197f84=[];let _0x504b9b=0x0;const _0xb350d5=_0x3ae6fd['length'];while(_0x314d7f[_0x157082(0x238)](_0x504b9b,_0xb350d5)){if(_0x314d7f[_0x157082(0x2d0)](_0x314d7f[_0x157082(0x1a9)],_0x314d7f[_0x157082(0x1a9)])){const _0x5a321b=_0x3ae6fd[_0x504b9b];if(/\s/['test'](_0x5a321b)){if(_0x157082(0x2ab)===_0x314d7f[_0x157082(0x1a2)]){_0x504b9b++;continue;}else{if(_0x314d7f['mOGyO'](_0xa7b9ca[_0x56e649],'\x5c'))_0x39b415++;_0x142596++;}}if(_0x5a321b==='('||_0x5a321b===')'||_0x5a321b===','){_0x197f84['push']({'type':_0x5a321b}),_0x504b9b++;continue;}if(_0x314d7f[_0x157082(0x33b)](_0x5a321b,'\x22')||_0x314d7f[_0x157082(0x36d)](_0x5a321b,'\x27')){if(_0x314d7f[_0x157082(0x3e4)](_0x314d7f[_0x157082(0x220)],_0x314d7f[_0x157082(0x1fb)])){const _0x2236c5=_0x5a321b;let _0x19fa84=_0x504b9b+0x1,_0x365964='';while(_0x19fa84<_0xb350d5&&_0x3ae6fd[_0x19fa84]!==_0x2236c5){_0x3ae6fd[_0x19fa84]==='\x5c'?(_0x365964+=_0x3ae6fd[_0x19fa84+0x1]||'',_0x19fa84+=0x2):(_0x365964+=_0x3ae6fd[_0x19fa84],_0x19fa84++);}if(_0x314d7f['EHFQt'](_0x19fa84,_0xb350d5))throw new DslError(_0x314d7f[_0x157082(0x1e6)],_0x314d7f['OacJV'],{'detail':_0x3ae6fd});_0x197f84['push']({'type':_0x314d7f[_0x157082(0x2dd)],'value':_0x365964}),_0x504b9b=_0x314d7f[_0x157082(0x1b3)](_0x19fa84,0x1);continue;}else return _0x3c0ea2['test'](_0x346c32);}if(_0x314d7f['Xfvsb'](_0x5a321b,'/')){if(_0x314d7f[_0x157082(0x3e4)](_0x314d7f[_0x157082(0x3bd)],_0x157082(0x195))){let _0x2e1faf=_0x504b9b+0x1,_0x398ba7='';while(_0x314d7f[_0x157082(0x23f)](_0x2e1faf,_0xb350d5)&&_0x314d7f['eofPv'](_0x3ae6fd[_0x2e1faf],'/')){_0x3ae6fd[_0x2e1faf]==='\x5c'?_0x314d7f['PRKKG'](_0x314d7f[_0x157082(0x233)],'rRDwm')?(_0x398ba7+=_0x314d7f[_0x157082(0x1b3)]('\x5c',_0x3ae6fd[_0x2e1faf+0x1]||''),_0x2e1faf+=0x2):_0x4d3f6e[_0x1e156b]=_0x3dfe1d[_0x54e389]:(_0x398ba7+=_0x3ae6fd[_0x2e1faf],_0x2e1faf++);}if(_0x314d7f['EHFQt'](_0x2e1faf,_0xb350d5))throw new DslError(_0x314d7f[_0x157082(0x1e6)],_0x314d7f[_0x157082(0x34e)],{'detail':_0x3ae6fd});let _0x4c155b=_0x2e1faf+0x1,_0x52c7c3='';while(_0x4c155b<_0xb350d5&&/[a-z]/i['test'](_0x3ae6fd[_0x4c155b])){_0x314d7f[_0x157082(0x29f)](_0x314d7f[_0x157082(0x25b)],_0x314d7f[_0x157082(0x25b)])?(_0x52c7c3+=_0x3ae6fd[_0x4c155b],_0x4c155b++):(_0x5d51d5++,_0x3c3e14[_0x157082(0x292)](_0x22968d()));}_0x197f84[_0x157082(0x292)]({'type':_0x314d7f['UelHw'],'source':_0x398ba7,'flags':_0x52c7c3}),_0x504b9b=_0x4c155b;continue;}else{const _0x571f2a=_0x314d7f[_0x157082(0x210)](_0xe8d239['type'],'count')?_0x1fa739['count']:_0x314d7f[_0x157082(0x398)](_0x4b9365,_0x15f8f4['type'],_0x146667['values']);_0x3c6213[_0x157082(0x292)](_0x505608[_0x157082(0x1e0)]({},_0x1de673[_0x157082(0x241)],{'value':_0x571f2a}));}}let _0x11146c=_0x504b9b,_0x43eb5d='';while(_0x314d7f[_0x157082(0x23f)](_0x11146c,_0xb350d5)&&!/[\s(),"'/]/[_0x157082(0x1a8)](_0x3ae6fd[_0x11146c])){_0x43eb5d+=_0x3ae6fd[_0x11146c],_0x11146c++;}_0x197f84['push']({'type':_0x157082(0x39b),'value':_0x43eb5d}),_0x504b9b=_0x11146c;}else{const _0x361e2a=[],_0x4b07eb=_0xf761c9['replace'](/\(\?P<([A-Za-z_][A-Za-z0-9_]*)>/g,(_0x101e93,_0x1d89c5)=>{const _0x56e936=_0x157082;return _0x361e2a['push'](_0x1d89c5),_0x56e936(0x18d)+_0x1d89c5+'>';}),_0x39bf1c=/\(\?<([A-Za-z_][A-Za-z0-9_]*)>/g;let _0x2f178c;while((_0x2f178c=_0x39bf1c[_0x157082(0x189)](_0x4b07eb))!==null){if(!_0x361e2a[_0x157082(0x258)](_0x2f178c[0x1]))_0x361e2a[_0x157082(0x292)](_0x2f178c[0x1]);}return{'jsSource':_0x4b07eb,'names':_0x361e2a};}}return _0x197f84;}function toClause(_0x7d699e){const _0x38255c=_0x240345,_0x582821={'JLZfK':_0x38255c(0x1de),'vFRJg':_0x38255c(0x3a6),'XWfDO':function(_0x5673bb,_0x47e921){return _0x5673bb===_0x47e921;},'yicTQ':_0x38255c(0x38d),'qwfUw':function(_0x335d76,_0x34cf84){return _0x335d76>_0x34cf84;},'TfULI':function(_0x2c7f98,_0x1bc3a2){return _0x2c7f98+_0x1bc3a2;},'gsBMa':function(_0x1b7477,_0x4a9749){return _0x1b7477>=_0x4a9749;},'BYYwf':function(_0x895fc0,_0x498807){return _0x895fc0===_0x498807;},'dkRPn':'TGypT','yEoAi':_0x38255c(0x30e),'BjetC':_0x38255c(0x237)};if(_0x582821[_0x38255c(0x176)](_0x7d699e[_0x38255c(0x318)],_0x582821[_0x38255c(0x3ea)]))return{'kind':_0x582821[_0x38255c(0x3ea)],'value':_0x7d699e['value']};if(_0x582821[_0x38255c(0x176)](_0x7d699e[_0x38255c(0x318)],_0x38255c(0x1de)))return{'kind':_0x582821[_0x38255c(0x2d4)],'source':_0x7d699e[_0x38255c(0x2f4)],'flags':_0x7d699e[_0x38255c(0x1fc)]};const _0x15c4cc=_0x7d699e[_0x38255c(0x32e)][_0x38255c(0x3e6)](':');if(_0x582821[_0x38255c(0x374)](_0x15c4cc,0x0)){const _0x19c381=_0x7d699e[_0x38255c(0x32e)][_0x38255c(0x382)](0x0,_0x15c4cc);let _0x3ac516=_0x7d699e[_0x38255c(0x32e)][_0x38255c(0x382)](_0x582821['TfULI'](_0x15c4cc,0x1));if(_0x582821[_0x38255c(0x2d8)](_0x3ac516[_0x38255c(0x3af)],0x2)&&(_0x3ac516[0x0]==='\x22'&&_0x3ac516[_0x38255c(0x3e5)]('\x22')||_0x3ac516[0x0]==='\x27'&&_0x3ac516[_0x38255c(0x3e5)]('\x27'))){if(_0x582821['BYYwf'](_0x38255c(0x219),_0x582821[_0x38255c(0x247)])){if(!_0x29f74b['allowRegex'])throw new _0x1b0c34(_0x582821['JLZfK'],_0x38255c(0x3d8)+_0x598fb7[_0x38255c(0x24f)]);if(_0x44e0d4)throw new _0x5db90f(_0x582821[_0x38255c(0x2d4)],_0x582821[_0x38255c(0x2e1)]);return;}else _0x3ac516=_0x3ac516[_0x38255c(0x382)](0x1,-0x1);}return{'kind':_0x582821[_0x38255c(0x305)],'field':_0x19c381,'value':_0x3ac516};}return{'kind':_0x582821['BjetC'],'value':_0x7d699e[_0x38255c(0x32e)]};}const CMP_OPS=[{'tok':'!=','cmp':'ne'},{'tok':'>=','cmp':_0x240345(0x2a9)},{'tok':'<=','cmp':_0x240345(0x3cc)},{'tok':'~','cmp':'contains'},{'tok':'>','cmp':'gt'},{'tok':'<','cmp':'lt'},{'tok':'=','cmp':'eq'},{'tok':':','cmp':'eq'}];function splitFieldOp(_0x489e57){const _0x2fb9af=_0x240345,_0x13a876={'OJATP':function(_0x2f625c){return _0x2f625c();},'CLEMo':function(_0x358f91,_0x958af4,_0x1229c0){return _0x358f91(_0x958af4,_0x1229c0);},'KCoES':'not','RQfFL':function(_0x24c072,_0x449c95){return _0x24c072(_0x449c95);},'IrAuy':function(_0x4de93e,_0x545e76){return _0x4de93e>_0x545e76;},'LlxoI':function(_0x942ebe,_0x378e6c){return _0x942ebe<_0x378e6c;},'EAucX':_0x2fb9af(0x36b),'ehnwi':_0x2fb9af(0x29b),'lBxMO':function(_0x2b08f8,_0x402170){return _0x2b08f8+_0x402170;}};let _0x247cbb=null;for(const {tok:_0x44f175,cmp:_0x4932d4}of CMP_OPS){const _0xa1176c=_0x489e57[_0x2fb9af(0x3e6)](_0x44f175);if(_0x13a876[_0x2fb9af(0x360)](_0xa1176c,0x0)&&(_0x247cbb===null||_0x13a876[_0x2fb9af(0x2b8)](_0xa1176c,_0x247cbb[_0x2fb9af(0x2d1)])||_0xa1176c===_0x247cbb[_0x2fb9af(0x2d1)]&&_0x44f175['length']>_0x247cbb['tok'][_0x2fb9af(0x3af)])){if(_0x13a876[_0x2fb9af(0x211)]!==_0x13a876[_0x2fb9af(0x363)])_0x247cbb={'idx':_0xa1176c,'tok':_0x44f175,'cmp':_0x4932d4};else{const _0x3a6bc6=_0x13a876[_0x2fb9af(0x2b1)](_0x24d63e);if(_0x13a876[_0x2fb9af(0x171)](_0x1bc08d,_0x3a6bc6,/^not$/i))return _0x2f5da0++,{'op':_0x13a876['KCoES'],'child':_0x13a876['OJATP'](_0x284aec)};if(_0x3a6bc6&&_0x3a6bc6['type']==='('){_0x4b9e2b++;const _0x235abb=_0x13a876[_0x2fb9af(0x2b1)](_0x1f1395);return _0x13a876[_0x2fb9af(0x217)](_0x224c83,')'),_0x235abb;}return _0x3d9950();}}}if(!_0x247cbb)return null;const _0xd817e3=_0x489e57['slice'](0x0,_0x247cbb[_0x2fb9af(0x2d1)]);if(!/^[A-Za-z_][A-Za-z0-9_.-]*$/['test'](_0xd817e3))return null;return{'field':_0xd817e3,'cmp':_0x247cbb[_0x2fb9af(0x2d5)],'op':_0x247cbb[_0x2fb9af(0x1f5)],'value':_0x489e57[_0x2fb9af(0x382)](_0x13a876[_0x2fb9af(0x231)](_0x247cbb[_0x2fb9af(0x2d1)],_0x247cbb[_0x2fb9af(0x1f5)][_0x2fb9af(0x3af)]))};}function unquoteValue(_0x109e94){const _0xf9512e=_0x240345,_0x294474={'LOhFw':function(_0x1cca9e,_0x49ad84){return _0x1cca9e>=_0x49ad84;},'EjRLw':function(_0x130aa5,_0x34c930){return _0x130aa5===_0x34c930;}};if(_0x294474[_0xf9512e(0x3b3)](_0x109e94[_0xf9512e(0x3af)],0x2)&&(_0x294474[_0xf9512e(0x1fa)](_0x109e94[0x0],'\x22')&&_0x109e94[_0xf9512e(0x3e5)]('\x22')||_0x109e94[0x0]==='\x27'&&_0x109e94[_0xf9512e(0x3e5)]('\x27')))return _0x109e94[_0xf9512e(0x382)](0x1,-0x1);return _0x109e94;}function parseWhereAst(_0x439b64){const _0x2d5519=_0x240345,_0x198a22={'FPcwF':function(_0x26c924,_0x42dede){return _0x26c924!==_0x42dede;},'jokgI':_0x2d5519(0x342),'HBGWq':function(_0x51a671,_0x1cec0d,_0x1c60ed){return _0x51a671(_0x1cec0d,_0x1c60ed);},'kslOa':function(_0x4c5e77){return _0x4c5e77();},'DzrlF':function(_0x42513b){return _0x42513b();},'JimlG':function(_0xacce84,_0x360e1d){return _0xacce84===_0x360e1d;},'mACHT':_0x2d5519(0x31d),'JtIzJ':function(_0x27e575,_0x2459bf){return _0x27e575!==_0x2459bf;},'jfoVs':_0x2d5519(0x204),'gFxrl':'IzfiT','oXyal':function(_0x2ea15f){return _0x2ea15f();},'odKaV':function(_0x3d2afe,_0x1e1f2a){return _0x3d2afe===_0x1e1f2a;},'kSrbS':_0x2d5519(0x38d),'YDGjT':_0x2d5519(0x1de),'NLEfl':function(_0x20545a,_0x502af1){return _0x20545a===_0x502af1;},'nsmGQ':function(_0x3cfcc9,_0x23d0bb){return _0x3cfcc9===_0x23d0bb;},'WrOOH':_0x2d5519(0x39b),'NJydZ':_0x2d5519(0x22e),'kvPpu':function(_0x4175cd,_0x1087c8){return _0x4175cd===_0x1087c8;},'Glhcn':_0x2d5519(0x26a),'qzGah':function(_0x24973a,_0x30a42c,_0x2a7fd4){return _0x24973a(_0x30a42c,_0x2a7fd4);},'JMwIW':_0x2d5519(0x37a),'uDlWS':_0x2d5519(0x3a9),'SeiqU':function(_0x16dd24,_0x479f6a){return _0x16dd24(_0x479f6a);},'BtjgQ':function(_0x162dae){return _0x162dae();},'HIKZe':function(_0x298884,_0x491359){return _0x298884!==_0x491359;},'uwckL':_0x2d5519(0x369),'pafYj':function(_0x66a094,_0x2f779f){return _0x66a094===_0x2f779f;},'aBJuP':'suHbg','srbQG':function(_0xf90369,_0x4fa302){return _0xf90369===_0x4fa302;},'gpMRn':_0x2d5519(0x319),'sEtri':_0x2d5519(0x197),'DunLU':_0x2d5519(0x285),'nIkoh':'vírgula\x20fora\x20de\x20uma\x20lista\x20in(...)','WwXht':_0x2d5519(0x202),'MxvOR':_0x2d5519(0x2a3),'FiGeq':function(_0x1ae4f8,_0x4e39a3,_0x44a989){return _0x1ae4f8(_0x4e39a3,_0x44a989);},'LGLAm':function(_0x328c72,_0x4dc02f){return _0x328c72+_0x4dc02f;},'CBzKb':function(_0x42ded1,_0x361bd5){return _0x42ded1===_0x361bd5;},'GIQyt':function(_0x4f6d4f,_0x149333){return _0x4f6d4f+_0x149333;},'HUeDc':function(_0x584722,_0x433766){return _0x584722(_0x433766);},'ldAwC':'lista\x20in(...)\x20não\x20fechada','aJqOY':function(_0x3c7171,_0x5b3111){return _0x3c7171===_0x5b3111;},'xXPQJ':function(_0x1cf608,_0xa5932c){return _0x1cf608(_0xa5932c);},'DnMMq':function(_0x4f1c0,_0x3f2d57){return _0x4f1c0===_0x3f2d57;},'epfwY':_0x2d5519(0x339),'rzhrG':function(_0x541b78,_0x2eb5d3){return _0x541b78(_0x2eb5d3);},'TGcNv':function(_0x1bd1d6,_0x720ac0){return _0x1bd1d6===_0x720ac0;},'oeLLo':_0x2d5519(0x2a0),'WPwEt':_0x2d5519(0x225),'pAEDa':function(_0x4c3cbd,_0x4c02e7){return _0x4c3cbd(_0x4c02e7);},'LMbbO':'term','nnDwj':function(_0x13fd37,_0x4768d8){return _0x13fd37<_0x4768d8;}};let _0x87b2ed=0x0;const _0x3deded=()=>_0x439b64[_0x87b2ed],_0xa70029=(_0x4de4b7,_0x2ca7c1)=>Boolean(_0x4de4b7&&_0x4de4b7[_0x2d5519(0x318)]===_0x2d5519(0x39b)&&_0x2ca7c1[_0x2d5519(0x1a8)](_0x4de4b7[_0x2d5519(0x32e)])),_0xa96abc=_0x5f0d38=>{const _0x2aafca=_0x2d5519,_0x5b7a60=_0x439b64[_0x87b2ed];if(!_0x5b7a60||_0x198a22['FPcwF'](_0x5b7a60[_0x2aafca(0x318)],_0x5f0d38))throw new DslError(_0x198a22[_0x2aafca(0x3f1)],_0x2aafca(0x31f)+_0x5f0d38+_0x2aafca(0x185));_0x87b2ed++;};function _0x174b5f(){const _0x41c492=_0x2d5519,_0x50f06a=[_0x31daa7()];while(_0x198a22['HBGWq'](_0xa70029,_0x198a22[_0x41c492(0x290)](_0x3deded),/^or$/i)){_0x87b2ed++,_0x50f06a['push'](_0x198a22[_0x41c492(0x239)](_0x31daa7));}return _0x198a22['JimlG'](_0x50f06a['length'],0x1)?_0x50f06a[0x0]:{'op':'or','children':_0x50f06a};}function _0x31daa7(){const _0xc971ff=_0x2d5519,_0x4d4bd9={'ujheV':function(_0x42cf0a,_0x3510fc){return _0x42cf0a(_0x3510fc);},'IkACQ':function(_0x293334,_0x27f159){return _0x293334===_0x27f159;},'qyWjZ':_0x198a22[_0xc971ff(0x372)]},_0x972681=[_0x198a22['DzrlF'](_0x68b00d)];for(;;){if(_0x198a22[_0xc971ff(0x2ba)](_0x198a22[_0xc971ff(0x194)],_0x198a22[_0xc971ff(0x259)])){const _0x5f0625=_0x198a22[_0xc971ff(0x239)](_0x3deded);if(_0x198a22[_0xc971ff(0x17a)](_0xa70029,_0x5f0625,/^and$/i)){_0x87b2ed++,_0x972681[_0xc971ff(0x292)](_0x198a22[_0xc971ff(0x1ce)](_0x68b00d));continue;}const _0x2214d9=_0x5f0625&&(_0x198a22[_0xc971ff(0x39e)](_0x5f0625[_0xc971ff(0x318)],_0x198a22['kSrbS'])||_0x5f0625[_0xc971ff(0x318)]===_0x198a22[_0xc971ff(0x27e)]||_0x198a22[_0xc971ff(0x2e0)](_0x5f0625[_0xc971ff(0x318)],'(')||_0x198a22[_0xc971ff(0x2c3)](_0x5f0625['type'],_0x198a22[_0xc971ff(0x345)])&&!/^or$/i[_0xc971ff(0x1a8)](_0x5f0625[_0xc971ff(0x32e)]));if(_0x2214d9){if(_0x198a22[_0xc971ff(0x268)](_0x198a22[_0xc971ff(0x19d)],_0x198a22[_0xc971ff(0x19d)])){if(!_0x16da38[_0xc971ff(0x258)](_0x3c8c27[0x1]))_0x5da737[_0xc971ff(0x292)](_0x4076a2[0x1]);}else{_0x972681[_0xc971ff(0x292)](_0x198a22[_0xc971ff(0x1ce)](_0x68b00d));continue;}}break;}else{const _0x6b5eb5=_0x4f41ea[_0x1de616];return _0x4d4bd9[_0xc971ff(0x190)](_0x251bb2,_0x6b5eb5&&(_0x4d4bd9[_0xc971ff(0x36c)](_0x6b5eb5['type'],_0x4d4bd9[_0xc971ff(0x34c)])||_0x6b5eb5[_0xc971ff(0x318)]===_0xc971ff(0x2df)));}}return _0x198a22['kvPpu'](_0x972681['length'],0x1)?_0x972681[0x0]:{'op':_0x198a22[_0xc971ff(0x265)],'children':_0x972681};}function _0x68b00d(){const _0x3646b3=_0x2d5519,_0x4c6192=_0x198a22['kslOa'](_0x3deded);if(_0x198a22[_0x3646b3(0x1ee)](_0xa70029,_0x4c6192,/^not$/i)){if(_0x198a22['FPcwF'](_0x198a22[_0x3646b3(0x399)],_0x198a22[_0x3646b3(0x3ba)]))return _0x87b2ed++,{'op':_0x3646b3(0x3b2),'child':_0x68b00d()};else _0x9b259a+=_0x3677c2[_0x1683bb],_0x17197c++;}if(_0x4c6192&&_0x198a22[_0x3646b3(0x203)](_0x4c6192['type'],'(')){_0x87b2ed++;const _0x368853=_0x198a22[_0x3646b3(0x290)](_0x174b5f);return _0x198a22[_0x3646b3(0x357)](_0xa96abc,')'),_0x368853;}return _0x198a22[_0x3646b3(0x3f9)](_0x583628);}function _0x583628(){const _0x1e05b7=_0x2d5519,_0x4c3ee5={'tvmPT':function(_0x293e84,_0x5cc817){const _0x8622bb=_0x333e;return _0x198a22[_0x8622bb(0x2ad)](_0x293e84,_0x5cc817);},'wIQEb':_0x1e05b7(0x361),'aqByF':function(_0x2f2a47,_0x354f52){const _0x5067ed=_0x1e05b7;return _0x198a22[_0x5067ed(0x2ad)](_0x2f2a47,_0x354f52);},'PxbBW':_0x198a22[_0x1e05b7(0x226)],'zHOXr':_0x198a22[_0x1e05b7(0x3f1)],'PISlw':function(_0x5d2f33,_0x2684f9){return _0x5d2f33===_0x2684f9;},'GXbgi':function(_0x2e4588,_0x1a50fd){const _0x172b6d=_0x1e05b7;return _0x198a22[_0x172b6d(0x3e1)](_0x2e4588,_0x1a50fd);},'HgZmJ':_0x198a22['Glhcn'],'FAjoG':_0x1e05b7(0x3b2),'exTPO':function(_0x5e67bf,_0x3965c0,_0x5eb626){const _0x547c91=_0x1e05b7;return _0x198a22[_0x547c91(0x1ee)](_0x5e67bf,_0x3965c0,_0x5eb626);}};if(_0x198a22[_0x1e05b7(0x2e0)](_0x1e05b7(0x297),_0x198a22[_0x1e05b7(0x1f3)])){const _0x28789e=_0x439b64[_0x87b2ed];if(!_0x28789e)throw new DslError(_0x198a22[_0x1e05b7(0x3f1)],_0x1e05b7(0x173));if(_0x198a22[_0x1e05b7(0x3dc)](_0x28789e[_0x1e05b7(0x318)],_0x198a22[_0x1e05b7(0x32d)]))return _0x198a22[_0x1e05b7(0x2c3)](_0x198a22[_0x1e05b7(0x2a8)],_0x198a22['sEtri'])?{'bool':{'filter':[_0x1edd8e]}}:(_0x87b2ed++,{'kind':_0x198a22[_0x1e05b7(0x32d)],'value':_0x28789e['value']});if(_0x198a22['srbQG'](_0x28789e[_0x1e05b7(0x318)],_0x1e05b7(0x1de))){if(_0x198a22[_0x1e05b7(0x268)](_0x1e05b7(0x21e),'nCsBX'))return _0x87b2ed++,{'kind':_0x198a22[_0x1e05b7(0x27e)],'source':_0x28789e[_0x1e05b7(0x2f4)],'flags':_0x28789e[_0x1e05b7(0x1fc)]};else{const _0x18a215=_0x5b02c4[_0x1e05b7(0x2d6)][_0x1e05b7(0x336)]()[_0x1e05b7(0x1a5)]();if(_0x4c3ee5[_0x1e05b7(0x3b5)](_0x18a215,_0x4c3ee5[_0x1e05b7(0x2ed)])&&_0x4c3ee5[_0x1e05b7(0x174)](_0x18a215,_0x4c3ee5[_0x1e05b7(0x3c3)]))throw new _0x7178d(_0x4c3ee5[_0x1e05b7(0x198)],_0x1e05b7(0x192)+_0x18a215+_0x1e05b7(0x207));_0x406133=_0x18a215;}}if(_0x198a22[_0x1e05b7(0x2c3)](_0x28789e[_0x1e05b7(0x318)],')'))throw new DslError('malformed',_0x198a22[_0x1e05b7(0x34b)]);if(_0x28789e[_0x1e05b7(0x318)]===',')throw new DslError(_0x1e05b7(0x342),_0x198a22[_0x1e05b7(0x314)]);_0x87b2ed++;const _0x1be487=_0x28789e[_0x1e05b7(0x32e)];if(/^contains$/i[_0x1e05b7(0x1a8)](_0x1be487)&&_0x439b64[_0x87b2ed]&&_0x439b64[_0x87b2ed][_0x1e05b7(0x318)]==='('){_0x87b2ed++;const _0x51c9a0=_0x198a22[_0x1e05b7(0x1ce)](_0x174b5f);return _0x198a22[_0x1e05b7(0x357)](_0xa96abc,')'),{'kind':_0x198a22[_0x1e05b7(0x3c4)],'expr':_0x51c9a0};}if(/^exists$/i[_0x1e05b7(0x1a8)](_0x1be487)){_0x198a22[_0x1e05b7(0x357)](_0xa96abc,'(');const _0x32b6bc=_0x439b64[_0x87b2ed];if(!_0x32b6bc||_0x198a22[_0x1e05b7(0x2ad)](_0x32b6bc[_0x1e05b7(0x318)],_0x198a22[_0x1e05b7(0x345)]))throw new DslError(_0x198a22[_0x1e05b7(0x3f1)],_0x1e05b7(0x3a3));return _0x87b2ed++,_0x198a22[_0x1e05b7(0x357)](_0xa96abc,')'),{'kind':_0x198a22[_0x1e05b7(0x183)],'field':_0x32b6bc[_0x1e05b7(0x32e)]};}const _0x5052cd=_0x439b64[_0x87b2ed];if(_0x198a22[_0x1e05b7(0x208)](_0xa70029,_0x5052cd,/^in$/i)&&_0x439b64[_0x198a22[_0x1e05b7(0x25a)](_0x87b2ed,0x1)]&&_0x198a22[_0x1e05b7(0x19f)](_0x439b64[_0x198a22['GIQyt'](_0x87b2ed,0x1)][_0x1e05b7(0x318)],'(')&&!_0x198a22[_0x1e05b7(0x317)](splitFieldOp,_0x1be487)){_0x87b2ed+=0x2;const _0x59c4c7=[];for(;;){const _0x3d21b7=_0x439b64[_0x87b2ed];if(!_0x3d21b7)throw new DslError(_0x198a22['jokgI'],_0x198a22[_0x1e05b7(0x1ff)]);if(_0x198a22['srbQG'](_0x3d21b7[_0x1e05b7(0x318)],')')){_0x87b2ed++;break;}if(_0x198a22[_0x1e05b7(0x203)](_0x3d21b7[_0x1e05b7(0x318)],',')){_0x87b2ed++;continue;}if(_0x198a22['JimlG'](_0x3d21b7[_0x1e05b7(0x318)],_0x198a22[_0x1e05b7(0x345)])||_0x198a22['aJqOY'](_0x3d21b7['type'],_0x198a22['kSrbS'])){_0x59c4c7[_0x1e05b7(0x292)](_0x198a22[_0x1e05b7(0x3cf)](unquoteValue,_0x3d21b7[_0x1e05b7(0x32e)])),_0x87b2ed++;continue;}throw new DslError('malformed',_0x1e05b7(0x27a));}if(_0x198a22[_0x1e05b7(0x3ae)](_0x59c4c7[_0x1e05b7(0x3af)],0x0))throw new DslError(_0x198a22[_0x1e05b7(0x3f1)],_0x198a22['epfwY']);return{'kind':'in','field':_0x1be487,'values':_0x59c4c7};}const _0x274c75=_0x198a22[_0x1e05b7(0x196)](splitFieldOp,_0x1be487);if(_0x274c75){if(_0x1e05b7(0x386)!=='QwqQA')throw new _0x1920d0(_0x198a22['jokgI'],_0x1e05b7(0x280)+_0x42c18d+'\x20(use\x20logs|requests|spans|traces)');else{let _0x26cf57=_0x274c75[_0x1e05b7(0x32e)];if(_0x26cf57===''){const _0xcb09da=_0x439b64[_0x87b2ed];if(_0xcb09da&&_0x198a22['TGcNv'](_0xcb09da['type'],_0x198a22['kSrbS'])){if(_0x198a22['JimlG'](_0x198a22[_0x1e05b7(0x370)],_0x198a22[_0x1e05b7(0x359)])){const _0x5a1666=_0x23215c['children'][_0x1e05b7(0x302)](_0x10f8f3)[_0x1e05b7(0x1da)](_0x2f334e);if(_0x4c3ee5['PISlw'](_0x5a1666[_0x1e05b7(0x3af)],0x0))return null;return _0x4c3ee5['GXbgi'](_0x5a1666[_0x1e05b7(0x3af)],0x1)?_0x5a1666[0x0]:{'op':_0x1e05b7(0x26a),'children':_0x5a1666};}else _0x26cf57=_0xcb09da['value'],_0x87b2ed++;}else throw new DslError(_0x198a22[_0x1e05b7(0x3f1)],_0x1e05b7(0x391)+_0x274c75[_0x1e05b7(0x30e)]+_0x274c75['op']+'\x22');}else _0x26cf57=_0x198a22[_0x1e05b7(0x321)](unquoteValue,_0x26cf57);return{'kind':_0x1e05b7(0x30e),'field':_0x274c75[_0x1e05b7(0x30e)],'cmp':_0x274c75['cmp'],'value':_0x26cf57};}}return{'kind':_0x198a22[_0x1e05b7(0x2c1)],'value':_0x1be487};}else{const _0x4b853a='0|1|3|2|4'[_0x1e05b7(0x26d)]('|');let _0x213d52=0x0;while(!![]){switch(_0x4b853a[_0x213d52++]){case'0':if(!_0x345021)return _0x6eb69b;continue;case'1':if(_0x4c3ee5[_0x1e05b7(0x3a0)](_0x4ce4ca['op'],_0x4c3ee5[_0x1e05b7(0x325)])||_0x4c3ee5['GXbgi'](_0x27e687['op'],'or'))return _0x1a3dbb[_0x1e05b7(0x367)][_0x1e05b7(0x261)](_0x2e85b0=>_0x4b9471(_0x2e85b0,_0x2154af)),_0x39f722;continue;case'2':_0xe07098[_0x1e05b7(0x292)](_0x1f6694);continue;case'3':if(_0x4c3ee5['PISlw'](_0x1a9846['op'],_0x4c3ee5['FAjoG']))return _0x4c3ee5[_0x1e05b7(0x293)](_0x590efc,_0x9697a9[_0x1e05b7(0x1ba)],_0x3d2537),_0x4d4f32;continue;case'4':return _0x2b86f8;}break;}}}const _0x595c91=_0x198a22[_0x2d5519(0x1ce)](_0x174b5f);if(_0x198a22[_0x2d5519(0x1dc)](_0x87b2ed,_0x439b64['length'])){const _0x25673d=_0x439b64[_0x87b2ed];throw new DslError(_0x2d5519(0x342),_0x2d5519(0x3dd)+(_0x25673d[_0x2d5519(0x32e)]||_0x25673d[_0x2d5519(0x318)])+'\x22');}return _0x595c91;}function flattenAstLeaves(_0x3ea2a9,_0x218063=[]){const _0x4b217f=_0x240345,_0x1d9a19={'TvJSd':_0x4b217f(0x26a),'WrCgf':function(_0x41bbb1,_0x4dbf42){return _0x41bbb1===_0x4dbf42;},'QECjn':function(_0x397f4d,_0x58a843){return _0x397f4d===_0x58a843;},'dLHMh':_0x4b217f(0x3b2),'okumF':function(_0x56729f,_0x1c2a05){return _0x56729f===_0x1c2a05;},'wcQIQ':_0x4b217f(0x1c3)};if(!_0x3ea2a9)return _0x218063;if(_0x3ea2a9['op']===_0x1d9a19['TvJSd']||_0x1d9a19[_0x4b217f(0x24b)](_0x3ea2a9['op'],'or'))return _0x3ea2a9[_0x4b217f(0x367)][_0x4b217f(0x261)](_0x45c5a0=>flattenAstLeaves(_0x45c5a0,_0x218063)),_0x218063;if(_0x1d9a19[_0x4b217f(0x17e)](_0x3ea2a9['op'],_0x1d9a19[_0x4b217f(0x3fa)])){if(_0x1d9a19['okumF'](_0x1d9a19[_0x4b217f(0x187)],_0x1d9a19[_0x4b217f(0x187)]))return flattenAstLeaves(_0x3ea2a9['child'],_0x218063),_0x218063;else{if(!_0x10ee77[_0x4b217f(0x25c)][_0x4b217f(0x1e5)](_0x3f11e2))_0x179e7b['add'](_0x478875);}}return _0x218063['push'](_0x3ea2a9),_0x218063;}const RANGE_CMPS=new Set(['gt',_0x240345(0x2a9),'lt',_0x240345(0x3cc)]);function isRangeableField(_0x4d81f0){const _0xaf4e05=_0x240345,_0x20cf40={'ARkbC':function(_0x247da9,_0x367b53){return _0x247da9(_0x367b53);},'fESya':function(_0x54ec8b,_0x2c52ad){return _0x54ec8b===_0x2c52ad;}};return _0x20cf40['ARkbC'](isKvnPath,_0x4d81f0)||LOG_NUMERIC_FIELDS[_0xaf4e05(0x1e5)](_0x4d81f0)||_0x20cf40['fESya'](_0x4d81f0,_0xaf4e05(0x31b));}function isKnownField(_0x4c7f77,_0x13f9ed){const _0x2ffdd2=_0x240345,_0x3828f8={'tdHrO':function(_0x5cc8bf,_0x2862c9){return _0x5cc8bf===_0x2862c9;},'rrcEw':_0x2ffdd2(0x388),'uMvdv':function(_0x369687,_0x47ef8a){return _0x369687===_0x47ef8a;}};return _0x3828f8['tdHrO'](_0x4c7f77,_0x3828f8['rrcEw'])||_0x3828f8[_0x2ffdd2(0x1d3)](_0x4c7f77,_0x2ffdd2(0x31b))||LOG_FIELD_ALLOWLIST[_0x2ffdd2(0x1e5)](_0x4c7f77)||isKvPath(_0x4c7f77)||isKvnPath(_0x4c7f77)||_0x13f9ed&&_0x13f9ed[_0x2ffdd2(0x1e5)](_0x4c7f77);}function validateWhereAst(_0xc8fe27,_0x19ad6f,_0x422d21,_0x21a379=![]){const _0x1e8d50=_0x240345,_0x93008a={'rJiEc':function(_0x375e13,_0x24fd8,_0x16028b){return _0x375e13(_0x24fd8,_0x16028b);},'dIYOz':function(_0x346aef,_0x5b47d4){return _0x346aef||_0x5b47d4;},'dkPfa':'logs','ZTxfg':function(_0x12df5f,_0x99fcaf){return _0x12df5f===_0x99fcaf;},'Xfbqz':_0x1e8d50(0x342),'DSpXM':_0x1e8d50(0x271),'ymrcC':function(_0x3f6d70,_0x5e0d59){return _0x3f6d70(_0x5e0d59);},'sJsYE':_0x1e8d50(0x30e),'Vluhk':_0x1e8d50(0x24c),'wUcPi':_0x1e8d50(0x26a),'LNWyM':function(_0x4f222c,_0x2c4e80){return _0x4f222c!==_0x2c4e80;},'tyAmH':_0x1e8d50(0x3d1),'jthky':'kQaDZ','LnfWw':_0x1e8d50(0x28c),'kVZgh':function(_0x1588da,_0x5e8aba){return _0x1588da===_0x5e8aba;},'xIwDH':_0x1e8d50(0x347),'KyGST':function(_0x48b85d,_0x200cd5,_0x209259,_0x10e17b,_0x108d6b){return _0x48b85d(_0x200cd5,_0x209259,_0x10e17b,_0x108d6b);},'YOYTQ':_0x1e8d50(0x1de),'mkNWn':_0x1e8d50(0x343),'HAoEu':_0x1e8d50(0x1b0),'HdMNZ':_0x1e8d50(0x3a6),'dNpXE':'contains','UJCuV':'traces','AxWJe':_0x1e8d50(0x368),'CnxFu':'phrase','jHUIH':_0x1e8d50(0x237),'JWhPj':function(_0x2a396f,_0x127e21){return _0x2a396f===_0x127e21;},'ZuKHJ':function(_0x224cdd,_0x232307){return _0x224cdd===_0x232307;},'DDVne':function(_0x42d5c0,_0x39593d){return _0x42d5c0===_0x39593d;},'sKytp':function(_0x55e1dc,_0x3a5de3){return _0x55e1dc===_0x3a5de3;},'OFKcm':_0x1e8d50(0x31d),'oQpZy':_0x1e8d50(0x2df),'jWhFe':function(_0x2612de,_0x69ac0c){return _0x2612de===_0x69ac0c;},'vPfyH':_0x1e8d50(0x38f),'RLGAy':_0x1e8d50(0x2a3),'Xqbbv':_0x1e8d50(0x1ae),'BMZyu':function(_0x67b569,_0x32a5c9){return _0x67b569===_0x32a5c9;},'waTEr':_0x1e8d50(0x38e),'YMVOQ':_0x1e8d50(0x2fd),'qydKj':function(_0x56eab2,_0x3cae95){return _0x56eab2===_0x3cae95;}};if(!_0xc8fe27)return;if(_0xc8fe27['op']===_0x93008a[_0x1e8d50(0x266)]){if(_0x93008a['LNWyM'](_0x93008a[_0x1e8d50(0x2c0)],_0x93008a[_0x1e8d50(0x1a3)])){_0xc8fe27['children'][_0x1e8d50(0x261)](_0x3dd2de=>validateWhereAst(_0x3dd2de,_0x19ad6f,_0x422d21,_0x21a379));return;}else return _0x93008a[_0x1e8d50(0x216)](_0xaa50f2,_0x4af6c7,_0x2ad1f3[_0x93008a[_0x1e8d50(0x329)](_0x3d165b,_0x93008a[_0x1e8d50(0x1f0)])]);}if(_0x93008a['ZTxfg'](_0xc8fe27['op'],'or')){if(_0x1e8d50(0x28c)!==_0x93008a[_0x1e8d50(0x2ec)]){const _0x249177={};_0x24b3c3[_0x1e8d50(0x261)]((_0x4787cd,_0x224736)=>{_0x249177[_0x4787cd]=_0x24329a[_0x224736];}),_0x5ce478={'dims':_0x249177,'count':0x0,'values':[]},_0x10913d[_0x1e8d50(0x175)](_0x4deed3,_0x2e630a);}else{_0xc8fe27[_0x1e8d50(0x367)]['forEach'](_0x29377c=>validateWhereAst(_0x29377c,_0x19ad6f,_0x422d21,!![]));return;}}if(_0xc8fe27['op']===_0x1e8d50(0x3b2)){if(_0x93008a['kVZgh'](_0x1e8d50(0x26e),_0x93008a[_0x1e8d50(0x2a6)])){_0x1c2277=_0x7f29c4[_0x1e8d50(0x3ee)][_0x1e8d50(0x26d)](',')[_0x1e8d50(0x302)](_0x388027=>_0x388027[_0x1e8d50(0x336)]())[_0x1e8d50(0x1da)](_0x46c680);if(_0x93008a[_0x1e8d50(0x232)](_0x96327b[_0x1e8d50(0x3af)],0x0))throw new _0xa78ea8(_0x93008a[_0x1e8d50(0x23c)],_0x93008a[_0x1e8d50(0x2f6)]);for(const _0x19f0bb of _0x2c1a2b){if(!_0x4fec01['groupbyOk'](_0x19f0bb,_0x2d62a4))throw new _0x40c72a(_0x1e8d50(0x30e),_0x1e8d50(0x27c)+_0x19f0bb,{'field':_0x19f0bb});}}else{_0x93008a['KyGST'](validateWhereAst,_0xc8fe27[_0x1e8d50(0x1ba)],_0x19ad6f,_0x422d21,!![]);return;}}if(_0xc8fe27[_0x1e8d50(0x358)]===_0x93008a[_0x1e8d50(0x39d)]){if(_0x93008a[_0x1e8d50(0x2d3)](_0x93008a[_0x1e8d50(0x2c2)],_0x93008a[_0x1e8d50(0x2bb)])){if(!_0x422d21[_0x1e8d50(0x272)])throw new DslError(_0x93008a[_0x1e8d50(0x39d)],_0x1e8d50(0x3d8)+_0x422d21[_0x1e8d50(0x24f)]);if(_0x21a379)throw new DslError(_0x93008a[_0x1e8d50(0x39d)],_0x93008a[_0x1e8d50(0x242)]);return;}else{const _0x15aea2=_0x93008a[_0x1e8d50(0x1d4)](_0x5b72ed,_0x11656b);if(!_0x5dc71e[_0x1e8d50(0x193)](_0x15aea2))throw new _0x191da4(_0x93008a['sJsYE'],_0x1e8d50(0x362)+_0x2e9f60+':\x20'+_0x5c37c7,{'field':_0x280f73});return _0x15aea2;}}if(_0xc8fe27[_0x1e8d50(0x358)]===_0x93008a[_0x1e8d50(0x371)]){if(_0x93008a[_0x1e8d50(0x2d3)](_0x422d21[_0x1e8d50(0x24f)],_0x93008a[_0x1e8d50(0x27d)])){if(_0x93008a[_0x1e8d50(0x2d3)](_0x93008a[_0x1e8d50(0x344)],'OwuBp'))throw new DslError(_0x93008a[_0x1e8d50(0x23c)],_0x1e8d50(0x273)+_0x422d21[_0x1e8d50(0x24f)]+')');else throw new _0x5f3ee9(_0x93008a[_0x1e8d50(0x23c)],_0x93008a[_0x1e8d50(0x3a5)]);}if(_0x21a379)throw new DslError(_0x93008a[_0x1e8d50(0x23c)],_0x1e8d50(0x3ce));_0x93008a[_0x1e8d50(0x181)](validateWhereAst,_0xc8fe27['expr'],_0x19ad6f,DATASET_PROFILES[_0x1e8d50(0x3df)],![]);return;}if(_0x93008a[_0x1e8d50(0x232)](_0xc8fe27['kind'],_0x93008a[_0x1e8d50(0x3bb)])||_0x93008a[_0x1e8d50(0x378)](_0xc8fe27['kind'],_0x93008a[_0x1e8d50(0x1db)]))return;const _0x4c69bc=_0xc8fe27['field'];if(!_0x422d21['known'](_0x4c69bc,_0x19ad6f))throw new DslError(_0x93008a[_0x1e8d50(0x1c9)],_0x1e8d50(0x218)+_0x4c69bc,{'field':_0x4c69bc});const _0x11f861=_0x422d21[_0x1e8d50(0x365)](_0x4c69bc)||{};if(_0x93008a[_0x1e8d50(0x310)](_0xc8fe27[_0x1e8d50(0x358)],_0x93008a[_0x1e8d50(0x1c9)])&&RANGE_CMPS[_0x1e8d50(0x1e5)](_0xc8fe27[_0x1e8d50(0x2d5)])&&!_0x422d21['rangeable'](_0x4c69bc))throw new DslError(_0x93008a[_0x1e8d50(0x1c9)],_0x1e8d50(0x334)+_0x4c69bc+'\x20—\x20use\x20campos\x20numéricos',{'field':_0x4c69bc});if(_0x93008a[_0x1e8d50(0x1e9)](_0xc8fe27[_0x1e8d50(0x358)],_0x93008a[_0x1e8d50(0x1c9)])&&_0x93008a[_0x1e8d50(0x1df)](_0xc8fe27['cmp'],_0x93008a['dNpXE'])&&(_0x93008a[_0x1e8d50(0x2f5)](_0x11f861[_0x1e8d50(0x318)],_0x93008a[_0x1e8d50(0x306)])||_0x93008a[_0x1e8d50(0x310)](_0x11f861[_0x1e8d50(0x318)],_0x93008a['oQpZy'])||_0x93008a[_0x1e8d50(0x256)](_0x11f861[_0x1e8d50(0x318)],_0x93008a['vPfyH'])))throw new DslError(_0x93008a['sJsYE'],_0x1e8d50(0x3e8)+_0x4c69bc,{'field':_0x4c69bc});if((_0x93008a[_0x1e8d50(0x232)](_0xc8fe27[_0x1e8d50(0x358)],'in')||_0xc8fe27[_0x1e8d50(0x358)]===_0x93008a['RLGAy'])&&_0x11f861['type']===_0x93008a[_0x1e8d50(0x19b)]){if(_0x93008a[_0x1e8d50(0x338)](_0x93008a[_0x1e8d50(0x354)],_0x93008a[_0x1e8d50(0x2e2)]))return _0x52d8c2[_0x1e8d50(0x382)](0x1,-0x1);else throw new DslError(_0x1e8d50(0x30e),_0xc8fe27[_0x1e8d50(0x358)]+'(...)\x20não\x20se\x20aplica\x20a\x20'+_0x4c69bc,{'field':_0x4c69bc});}if(_0x93008a[_0x1e8d50(0x310)](_0xc8fe27[_0x1e8d50(0x358)],_0x93008a[_0x1e8d50(0x1c9)])&&_0x93008a['qydKj'](_0x11f861[_0x1e8d50(0x318)],_0x93008a['oQpZy'])&&!RANGE_CMPS['has'](_0xc8fe27[_0x1e8d50(0x2d5)]))throw new DslError(_0x93008a[_0x1e8d50(0x1c9)],_0x4c69bc+'\x20aceita\x20apenas\x20ranges\x20(>,\x20>=,\x20<,\x20<=)',{'field':_0x4c69bc});}function fieldPathInfo(_0x1be428){const _0x242b8a=_0x240345,_0x4c3672={'zvgIe':_0x242b8a(0x31d),'ftWzx':function(_0x82d32,_0x28b444){return _0x82d32===_0x28b444;},'aXdyk':'message','zgNfr':_0x242b8a(0x1ae),'BGUjw':'message.keyword','tMsLp':_0x242b8a(0x31b),'MuOKX':_0x242b8a(0x2df)};if(isKvPath(_0x1be428))return{'path':_0x1be428,'type':'kv','existsPath':_0x1be428};if(isKvnPath(_0x1be428))return{'path':_0x1be428,'type':_0x4c3672[_0x242b8a(0x235)],'existsPath':_0x1be428};if(LOG_NUMERIC_FIELDS[_0x242b8a(0x1e5)](_0x1be428))return{'path':_0x1be428,'type':_0x4c3672[_0x242b8a(0x235)],'existsPath':_0x1be428};if(_0x4c3672[_0x242b8a(0x20d)](_0x1be428,_0x4c3672[_0x242b8a(0x381)]))return{'path':_0x4c3672[_0x242b8a(0x381)],'type':_0x4c3672[_0x242b8a(0x26f)],'keywordPath':_0x4c3672['BGUjw'],'existsPath':_0x242b8a(0x388)};if(_0x1be428===_0x4c3672[_0x242b8a(0x26c)])return{'path':TIME_FIELD,'type':_0x4c3672[_0x242b8a(0x322)],'existsPath':TIME_FIELD};return{'path':_0x1be428+_0x242b8a(0x36e),'type':_0x242b8a(0x284),'existsPath':_0x1be428};}const REQUESTS_FIELD_MAP={'serviceName':{'path':'service.name.keyword','type':_0x240345(0x284),'existsPath':_0x240345(0x206)},'service':{'path':_0x240345(0x1e3),'type':'keyword','existsPath':_0x240345(0x206)},'method':{'path':_0x240345(0x2ae),'type':_0x240345(0x284),'existsPath':_0x240345(0x3ad),'upper':!![]},'path':{'path':_0x240345(0x3b7),'type':_0x240345(0x1ae),'keywordPath':_0x240345(0x229),'existsPath':_0x240345(0x3b7)},'body':{'path':'request.body','type':_0x240345(0x1ae),'keywordPath':_0x240345(0x2c8),'existsPath':_0x240345(0x257)},'response':{'path':_0x240345(0x1b9),'type':_0x240345(0x1ae),'keywordPath':'response.result.keyword','existsPath':_0x240345(0x1b9)},'statusCode':{'path':'response.statusCode','type':_0x240345(0x31d),'existsPath':_0x240345(0x3a8)},'duration':{'path':'timers.duration','type':_0x240345(0x31d),'existsPath':_0x240345(0x1cb)},'durationMs':{'path':_0x240345(0x1cb),'type':_0x240345(0x31d),'existsPath':_0x240345(0x1cb)},'uuid':{'path':_0x240345(0x246),'type':_0x240345(0x284),'existsPath':'uuid'},'correlationId':{'path':_0x240345(0x3a7),'type':'keyword','existsPath':_0x240345(0x3ca)},'traceId':{'path':'traceId.keyword','type':_0x240345(0x284),'existsPath':_0x240345(0x3d9)},'gatewayId':{'path':_0x240345(0x323),'type':'keyword','existsPath':_0x240345(0x1f2)},'remoteAddress':{'path':_0x240345(0x2f2),'type':'keyword','existsPath':_0x240345(0x377)},'timestamp':{'path':_0x240345(0x2e6),'type':'date','existsPath':_0x240345(0x2e6)}},SPANS_FIELD_MAP={'service':{'path':_0x240345(0x3c0),'type':'keyword','existsPath':_0x240345(0x35f)},'name':{'path':_0x240345(0x24f),'type':_0x240345(0x1ae),'keywordPath':_0x240345(0x250),'existsPath':_0x240345(0x24f)},'kind':{'path':_0x240345(0x33e),'type':'keyword','existsPath':_0x240345(0x358)},'gatewayId':{'path':_0x240345(0x323),'type':_0x240345(0x284),'existsPath':_0x240345(0x1f2)},'clientId':{'path':'clientId.keyword','type':_0x240345(0x284),'existsPath':'clientId'},'traceId':{'path':'traceId.keyword','type':_0x240345(0x284),'existsPath':_0x240345(0x3d9)},'spanId':{'path':_0x240345(0x3f6),'type':_0x240345(0x284),'existsPath':_0x240345(0x249)},'parentSpanId':{'path':_0x240345(0x199),'type':_0x240345(0x284),'existsPath':'parentSpanId'},'correlationId':{'path':_0x240345(0x3a7),'type':_0x240345(0x284),'existsPath':_0x240345(0x3ca)},'requestId':{'path':'requestId.keyword','type':_0x240345(0x284),'existsPath':_0x240345(0x264)},'flowId':{'path':_0x240345(0x18a),'type':_0x240345(0x284),'existsPath':_0x240345(0x2f1)},'statusCode':{'path':_0x240345(0x2d9),'type':_0x240345(0x31d),'existsPath':_0x240345(0x2d9)},'durationMs':{'path':'durationMs','type':_0x240345(0x31d),'existsPath':_0x240345(0x333)},'hasError':{'path':_0x240345(0x34a),'type':_0x240345(0x38f),'existsPath':_0x240345(0x34a)},'timestamp':{'path':_0x240345(0x24d),'type':_0x240345(0x2df),'existsPath':'@timestamp'}},TRACES_FIELD_MAP={'serviceName':SPANS_FIELD_MAP[_0x240345(0x35f)],'service':SPANS_FIELD_MAP[_0x240345(0x35f)],'name':SPANS_FIELD_MAP['name'],'gatewayId':SPANS_FIELD_MAP[_0x240345(0x1f2)],'clientId':SPANS_FIELD_MAP[_0x240345(0x395)],'traceId':SPANS_FIELD_MAP[_0x240345(0x3d9)],'correlationId':SPANS_FIELD_MAP[_0x240345(0x3ca)],'requestId':SPANS_FIELD_MAP['requestId'],'statusCode':SPANS_FIELD_MAP['statusCode'],'durationMs':SPANS_FIELD_MAP[_0x240345(0x333)],'hasError':SPANS_FIELD_MAP['hasError'],'timestamp':SPANS_FIELD_MAP[_0x240345(0x31b)]},ATTRIBUTES_PATH_RE=/^attributes\.[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$/;function isAttributesPath(_0x486130){const _0x3297ed=_0x240345;return ATTRIBUTES_PATH_RE[_0x3297ed(0x1a8)](_0x486130);}const DATASET_PROFILES={'logs':{'name':'logs','allowRegex':!![],'timeField':TIME_FIELD,'known':(_0xdeac63,_0x5c8391)=>isKnownField(_0xdeac63,_0x5c8391),'rangeable':_0x8a9c6c=>isRangeableField(_0x8a9c6c),'info':_0x157025=>fieldPathInfo(_0x157025),'groupbyOk':(_0x1bef6b,_0x1d7221)=>_0x1d7221['has'](_0x1bef6b)||LOG_FIELD_ALLOWLIST[_0x240345(0x1e5)](_0x1bef6b)||isKvPath(_0x1bef6b)||isKvnPath(_0x1bef6b),'metricOk':(_0x3da3b5,_0x38f850)=>_0x38f850[_0x240345(0x1e5)](_0x3da3b5)||LOG_NUMERIC_FIELDS[_0x240345(0x1e5)](_0x3da3b5)||isKvnPath(_0x3da3b5),'aggPath':(_0x5d2907,_0x3efaa8)=>_0x3efaa8[_0x240345(0x1e5)](_0x5d2907)||isKvPath(_0x5d2907)||isKvnPath(_0x5d2907)?_0x5d2907:_0x5d2907+'.keyword','metricPath':_0x2e9b46=>_0x2e9b46},'spans':{'name':_0x240345(0x3df),'allowRegex':![],'timeField':'@timestamp','known':_0x4bfe8d=>Object[_0x240345(0x1fe)][_0x240345(0x276)][_0x240345(0x32a)](SPANS_FIELD_MAP,_0x4bfe8d)||isAttributesPath(_0x4bfe8d),'rangeable':_0x18c6db=>{const _0xb7a57=_0x240345,_0x2b3980={'vjduO':function(_0x237537,_0x1a673f){return _0x237537(_0x1a673f);},'KAmgq':function(_0x428dd3,_0x4c82bd){return _0x428dd3===_0x4c82bd;},'eSlmQ':_0xb7a57(0x31d),'SScZX':function(_0x5ed090,_0xfd4f09){return _0x5ed090===_0xfd4f09;}},_0x3a40f8=SPANS_FIELD_MAP[_0x18c6db];return _0x2b3980[_0xb7a57(0x1cc)](Boolean,_0x3a40f8&&(_0x2b3980['KAmgq'](_0x3a40f8['type'],_0x2b3980[_0xb7a57(0x1e4)])||_0x2b3980[_0xb7a57(0x1d8)](_0x3a40f8[_0xb7a57(0x318)],_0xb7a57(0x2df))));},'info':_0x583eb5=>isAttributesPath(_0x583eb5)?{'path':_0x583eb5,'type':'kv','existsPath':_0x583eb5}:SPANS_FIELD_MAP[_0x583eb5],'groupbyOk':_0x55d448=>[_0x240345(0x35f),_0x240345(0x358),'gatewayId',_0x240345(0x2d9)][_0x240345(0x258)](_0x55d448),'metricOk':_0x47b4ad=>[_0x240345(0x333),'statusCode'][_0x240345(0x258)](_0x47b4ad),'aggPath':_0x57d19d=>SPANS_FIELD_MAP[_0x57d19d]?SPANS_FIELD_MAP[_0x57d19d][_0x240345(0x205)]:_0x57d19d,'metricPath':_0x3f7b9f=>SPANS_FIELD_MAP[_0x3f7b9f]?SPANS_FIELD_MAP[_0x3f7b9f][_0x240345(0x205)]:_0x3f7b9f},'traces':{'name':'traces','allowRegex':![],'timeField':_0x240345(0x24d),'known':_0x2dd8e2=>Object[_0x240345(0x1fe)]['hasOwnProperty']['call'](TRACES_FIELD_MAP,_0x2dd8e2),'rangeable':_0x61c5c6=>{const _0x15042e=_0x240345,_0x3890f2={'bEmWo':function(_0x46e0df,_0x442163){return _0x46e0df(_0x442163);},'XbtiV':function(_0x2376a2,_0x169a4e){return _0x2376a2===_0x169a4e;},'uFYVM':_0x15042e(0x31d),'tafTB':function(_0x15de04,_0x223289){return _0x15de04===_0x223289;},'GuWCk':_0x15042e(0x2df)},_0x93e4f7=TRACES_FIELD_MAP[_0x61c5c6];return _0x3890f2['bEmWo'](Boolean,_0x93e4f7&&(_0x3890f2[_0x15042e(0x3c7)](_0x93e4f7['type'],_0x3890f2[_0x15042e(0x37b)])||_0x3890f2[_0x15042e(0x2fe)](_0x93e4f7[_0x15042e(0x318)],_0x3890f2['GuWCk'])));},'info':_0x3bf612=>TRACES_FIELD_MAP[_0x3bf612],'groupbyOk':_0x1ca44f=>['serviceName',_0x240345(0x35f),_0x240345(0x1f2),'statusCode']['includes'](_0x1ca44f),'metricOk':_0x1004aa=>['durationMs',_0x240345(0x2d9)][_0x240345(0x258)](_0x1004aa),'aggPath':_0x46fa9c=>TRACES_FIELD_MAP[_0x46fa9c]?TRACES_FIELD_MAP[_0x46fa9c][_0x240345(0x205)]:_0x46fa9c,'metricPath':_0x20319b=>TRACES_FIELD_MAP[_0x20319b]?TRACES_FIELD_MAP[_0x20319b][_0x240345(0x205)]:_0x20319b},'requests':{'name':_0x240345(0x184),'allowRegex':![],'timeField':_0x240345(0x2e6),'known':_0x3cc73c=>Object[_0x240345(0x1fe)]['hasOwnProperty'][_0x240345(0x32a)](REQUESTS_FIELD_MAP,_0x3cc73c),'rangeable':_0xc6afe7=>{const _0x460f70=_0x240345,_0x5343d5={'KNKep':function(_0x6b8056,_0x26f2a9){return _0x6b8056===_0x26f2a9;},'AGERe':_0x460f70(0x31d),'vLFDG':function(_0x1cdba2,_0x2c5875){return _0x1cdba2===_0x2c5875;},'pjuuT':_0x460f70(0x2df)},_0x1cc8f2=REQUESTS_FIELD_MAP[_0xc6afe7];return Boolean(_0x1cc8f2&&(_0x5343d5[_0x460f70(0x3c1)](_0x1cc8f2[_0x460f70(0x318)],_0x5343d5[_0x460f70(0x2cb)])||_0x5343d5[_0x460f70(0x255)](_0x1cc8f2[_0x460f70(0x318)],_0x5343d5['pjuuT'])));},'info':_0x55453d=>REQUESTS_FIELD_MAP[_0x55453d],'groupbyOk':_0x59c20b=>[_0x240345(0x21d),_0x240345(0x35f),_0x240345(0x3de),_0x240345(0x2d9),_0x240345(0x1f2),_0x240345(0x205)]['includes'](_0x59c20b),'metricOk':_0xf05877=>[_0x240345(0x20e),'durationMs',_0x240345(0x2d9)][_0x240345(0x258)](_0xf05877),'aggPath':_0xff7b93=>{const _0x30817b=REQUESTS_FIELD_MAP[_0xff7b93];return _0x30817b?_0x30817b['keywordPath']||_0x30817b['path']:_0xff7b93;},'metricPath':_0x32c86b=>REQUESTS_FIELD_MAP[_0x32c86b]?REQUESTS_FIELD_MAP[_0x32c86b][_0x240345(0x205)]:_0x32c86b}};function aggPathFor(_0x247ebd,_0x4e0663,_0x5ef45a){const _0x5c06eb=_0x240345,_0xa17cef={'HQgbR':function(_0x2d69ae,_0xac2334){return _0x2d69ae||_0xac2334;},'ejHLT':_0x5c06eb(0x279)},_0x2f9663=DATASET_PROFILES[_0xa17cef[_0x5c06eb(0x1b8)](_0x247ebd,_0xa17cef['ejHLT'])]||DATASET_PROFILES[_0x5c06eb(0x279)];return _0x2f9663[_0x5c06eb(0x27b)](_0x4e0663,_0x5ef45a||new Set());}function timeFieldFor(_0x49735b){const _0x56180d=_0x240345,_0x3273af={'VcKXT':function(_0x4ecd80,_0x9fcd10){return _0x4ecd80||_0x9fcd10;},'DmuTq':_0x56180d(0x279)};return(DATASET_PROFILES[_0x3273af[_0x56180d(0x390)](_0x49735b,_0x3273af[_0x56180d(0x3f4)])]||DATASET_PROFILES[_0x56180d(0x279)])[_0x56180d(0x2ca)];}const REQUESTS_HITS_SOURCE=[_0x240345(0x1aa),_0x240345(0x3ca),_0x240345(0x3d9),_0x240345(0x1f2),'service.name',_0x240345(0x3ad),'request.url.path',_0x240345(0x3a8),_0x240345(0x38a)];function toNumberOrThrow(_0x2eaef7,_0x1f9586){const _0x4383e4=_0x240345,_0x399f4b={'QVVFe':function(_0x27ba74,_0x5b58dd){return _0x27ba74(_0x5b58dd);},'AttDB':_0x4383e4(0x30e)},_0x365131=_0x399f4b[_0x4383e4(0x22b)](Number,_0x1f9586);if(!Number[_0x4383e4(0x193)](_0x365131))throw new DslError(_0x399f4b[_0x4383e4(0x300)],_0x4383e4(0x362)+_0x2eaef7+':\x20'+_0x1f9586,{'field':_0x2eaef7});return _0x365131;}function leafToOpenSearch(_0x78625a,_0x1c3ff7){const _0x334ae0=_0x240345,_0x41a540={'jUxYF':function(_0x4d3385,_0x5c4ff0){return _0x4d3385(_0x5c4ff0);},'Lrcus':function(_0x45a849,_0x501812){return _0x45a849!==_0x501812;},'mGlAm':_0x334ae0(0x39b),'bGwjf':_0x334ae0(0x342),'mxeRu':_0x334ae0(0x3a3),'OcdJr':_0x334ae0(0x2a3),'uzdFM':function(_0x1e748b,_0x1f171e){return _0x1e748b===_0x1f171e;},'wGqMF':function(_0x5b895f,_0x18f7e7){return _0x5b895f*_0x18f7e7;},'KfGaM':function(_0x3801d5,_0x2035df){return _0x3801d5/_0x2035df;},'ehNQd':function(_0x354338,_0x24485f){return _0x354338-_0x24485f;},'jhgmN':function(_0x4b8aa7,_0x1e7cbf){return _0x4b8aa7+_0x1e7cbf;},'SxTJj':function(_0x396329,_0x37a5b1){return _0x396329*_0x37a5b1;},'GHHdu':function(_0x5a5189,_0x33d04e){return _0x5a5189-_0x33d04e;},'RfDlT':function(_0x1f8756,_0x5e6363){return _0x1f8756-_0x5e6363;},'qsrUp':function(_0x2f9694,_0x15f154){return _0x2f9694-_0x15f154;},'iKwoN':function(_0x12d11b,_0x27bfb4,_0xddc8e2){return _0x12d11b(_0x27bfb4,_0xddc8e2);},'DCtAH':function(_0x15e7f8,_0x53e0ff){return _0x15e7f8<_0x53e0ff;},'fjzWH':function(_0x2e8800,_0x2a50d8){return _0x2e8800+_0x2a50d8;},'uKsNg':function(_0x5e5890,_0x1b1b26){return _0x5e5890+_0x1b1b26;},'PfdSh':function(_0x1851d1,_0x5993ff){return _0x1851d1===_0x5993ff;},'YyJyn':'requests','OMPsI':_0x334ae0(0x257),'Hrsie':'message','yRans':_0x334ae0(0x38d),'dhUFj':function(_0x57d4fc,_0x117f1f){return _0x57d4fc===_0x117f1f;},'QEAUP':_0x334ae0(0x237),'pwcDB':function(_0x4c0c08,_0x4fc91d){return _0x4c0c08===_0x4fc91d;},'OlpFr':function(_0x1afc69,_0x473cf9){return _0x1afc69===_0x473cf9;},'zbjqa':_0x334ae0(0x202),'zHkBp':_0x334ae0(0x1f7),'DXTvS':_0x334ae0(0x35a),'ZqdLZ':'nfsYE','GxXDc':function(_0x1fbc51,_0xf6fe1){return _0x1fbc51===_0xf6fe1;},'ceBRZ':function(_0x4b8c08,_0x2d2f04){return _0x4b8c08===_0x2d2f04;},'slXIP':'numeric','zWLai':_0x334ae0(0x38f),'FJYEI':function(_0x7586ae,_0x18ff3a){return _0x7586ae(_0x18ff3a);},'mZMlt':function(_0x686b3,_0x4e1cee,_0x318bcc){return _0x686b3(_0x4e1cee,_0x318bcc);},'WGQSy':_0x334ae0(0x3cc),'raLoo':_0x334ae0(0x3f5),'soRjd':_0x334ae0(0x1ae),'xZzDC':function(_0x5b373b,_0x5423be){return _0x5b373b(_0x5423be);}},_0x224299=_0x41a540[_0x334ae0(0x34d)](_0x1c3ff7[_0x334ae0(0x24f)],_0x41a540['YyJyn'])?_0x41a540[_0x334ae0(0x23a)]:_0x41a540['Hrsie'];if(_0x41a540[_0x334ae0(0x270)](_0x78625a[_0x334ae0(0x358)],_0x41a540['yRans']))return{'match_phrase':{[_0x224299]:_0x78625a[_0x334ae0(0x32e)]}};if(_0x41a540['dhUFj'](_0x78625a['kind'],_0x41a540[_0x334ae0(0x1ab)]))return{'match':{[_0x224299]:_0x78625a[_0x334ae0(0x32e)]}};if(_0x41a540['pwcDB'](_0x78625a[_0x334ae0(0x358)],_0x334ae0(0x1de)))return null;if(_0x41a540[_0x334ae0(0x254)](_0x78625a[_0x334ae0(0x358)],_0x41a540['zbjqa']))return null;const _0x24dc43=_0x1c3ff7[_0x334ae0(0x365)](_0x78625a[_0x334ae0(0x30e)])||{},_0x17760a=_0x33d692=>_0x24dc43[_0x334ae0(0x39c)]?String(_0x33d692)['toUpperCase']():_0x33d692;if(_0x78625a[_0x334ae0(0x358)]===_0x41a540[_0x334ae0(0x20f)]){if(_0x41a540[_0x334ae0(0x34d)](_0x41a540[_0x334ae0(0x2b4)],_0x41a540[_0x334ae0(0x2b4)]))return{'exists':{'field':_0x24dc43[_0x334ae0(0x35e)]||_0x78625a['field']}};else{_0x41a540[_0x334ae0(0x3f7)](_0x48d0f3,'(');const _0x1319dd=_0x3fe2e2[_0x5a7e96];if(!_0x1319dd||_0x41a540['Lrcus'](_0x1319dd['type'],_0x41a540[_0x334ae0(0x244)]))throw new _0x2ecfd1(_0x41a540['bGwjf'],_0x41a540[_0x334ae0(0x320)]);return _0x4be55f++,_0x41a540[_0x334ae0(0x3f7)](_0x290790,')'),{'kind':_0x41a540[_0x334ae0(0x20f)],'field':_0x1319dd[_0x334ae0(0x32e)]};}}if(_0x41a540[_0x334ae0(0x254)](_0x78625a[_0x334ae0(0x358)],'in')){if(_0x41a540[_0x334ae0(0x254)](_0x41a540[_0x334ae0(0x21a)],_0x41a540['ZqdLZ'])){if(_0x41a540[_0x334ae0(0x270)](_0x198f45['length'],0x0))return null;if(_0x41a540[_0x334ae0(0x270)](_0x486254['length'],0x1))return _0x531406[0x0];const _0x76ecd0=_0x41a540[_0x334ae0(0x1bb)](_0x41a540[_0x334ae0(0x327)](_0x2c7baa,0x64),_0x41a540[_0x334ae0(0x3a2)](_0x286c47[_0x334ae0(0x3af)],0x1)),_0x24dc95=_0x5dd08e[_0x334ae0(0x1d2)](_0x76ecd0),_0x47542f=_0x232693[_0x334ae0(0x23e)](_0x76ecd0);if(_0x41a540[_0x334ae0(0x270)](_0x24dc95,_0x47542f))return _0x4f1def[_0x24dc95];return _0x41a540['jhgmN'](_0x2d709b[_0x24dc95],_0x41a540[_0x334ae0(0x28e)](_0x41a540[_0x334ae0(0x21f)](_0x571ba3[_0x47542f],_0x433ec7[_0x24dc95]),_0x41a540[_0x334ae0(0x19e)](_0x76ecd0,_0x24dc95)));}else{const _0x46d41c=_0x41a540[_0x334ae0(0x34f)](_0x24dc43['type'],_0x334ae0(0x31d))?_0x78625a[_0x334ae0(0x3c5)][_0x334ae0(0x302)](_0x14023b=>toNumberOrThrow(_0x78625a[_0x334ae0(0x30e)],_0x14023b)):_0x78625a[_0x334ae0(0x3c5)][_0x334ae0(0x302)](_0x17760a);return{'terms':{[_0x24dc43[_0x334ae0(0x205)]]:_0x46d41c}};}}switch(_0x78625a[_0x334ae0(0x2d5)]){case'eq':if(_0x41a540['GxXDc'](_0x24dc43[_0x334ae0(0x318)],_0x334ae0(0x1ae)))return{'match':{[_0x24dc43[_0x334ae0(0x205)]]:_0x78625a[_0x334ae0(0x32e)]}};if(_0x41a540['ceBRZ'](_0x24dc43[_0x334ae0(0x318)],_0x41a540[_0x334ae0(0x3c2)]))return{'term':{[_0x24dc43[_0x334ae0(0x205)]]:_0x41a540[_0x334ae0(0x32c)](toNumberOrThrow,_0x78625a[_0x334ae0(0x30e)],_0x78625a[_0x334ae0(0x32e)])}};if(_0x24dc43[_0x334ae0(0x318)]===_0x41a540[_0x334ae0(0x2b7)])return{'term':{[_0x24dc43[_0x334ae0(0x205)]]:_0x41a540[_0x334ae0(0x296)](String,_0x78625a[_0x334ae0(0x32e)])[_0x334ae0(0x1a5)]()===_0x334ae0(0x3d6)}};return{'term':{[_0x24dc43[_0x334ae0(0x205)]]:_0x41a540[_0x334ae0(0x3f7)](_0x17760a,_0x78625a['value'])}};case'ne':{const _0x36d94d=_0x41a540['mZMlt'](leafToOpenSearch,{..._0x78625a,'cmp':'eq'},_0x1c3ff7);return{'bool':{'must_not':[_0x36d94d]}};}case'gt':case _0x334ae0(0x2a9):case'lt':case _0x41a540['WGQSy']:{const _0x55155a=_0x41a540[_0x334ae0(0x351)](_0x24dc43['type'],_0x41a540['slXIP'])?toNumberOrThrow(_0x78625a[_0x334ae0(0x30e)],_0x78625a[_0x334ae0(0x32e)]):_0x78625a['value'];return{'range':{[_0x24dc43[_0x334ae0(0x205)]]:{[_0x78625a[_0x334ae0(0x2d5)]]:_0x55155a}}};}case _0x41a540[_0x334ae0(0x1d6)]:{if('QRXiD'!==_0x41a540[_0x334ae0(0x177)]){const _0x1b81ea=_0x4b0ebd=>({'wildcard':{[_0x4b0ebd]:{'value':'*'+_0x78625a[_0x334ae0(0x32e)]+'*','case_insensitive':!![]}}});if(_0x24dc43[_0x334ae0(0x318)]===_0x41a540[_0x334ae0(0x3d5)])return{'bool':{'should':[_0x1b81ea(_0x24dc43['keywordPath']),{'match_phrase':{[_0x24dc43[_0x334ae0(0x205)]]:_0x78625a['value']}}],'minimum_should_match':0x1}};return _0x41a540[_0x334ae0(0x1bc)](_0x1b81ea,_0x24dc43['path']);}else{const _0x264cf6=new _0x33a239('(^|[^A-Za-z0-9_])'+_0x25c8e8+_0x334ae0(0x3aa),'i'),_0x3d61f2=_0x264cf6[_0x334ae0(0x189)](_0x3d06f5);if(!_0x3d61f2)return null;const _0x3885c7=_0x344bcc['indexOf']('(',_0x41a540[_0x334ae0(0x341)](_0x41a540[_0x334ae0(0x3f8)](_0x3d61f2[_0x334ae0(0x2db)],_0x3d61f2[0x0][_0x334ae0(0x3af)]),0x1)),_0x29ad76=_0x41a540['iKwoN'](_0x501870,_0x361422,_0x3885c7);if(_0x41a540['DCtAH'](_0x29ad76,0x0))throw new _0x19c1c6(_0x334ae0(0x342),_0x334ae0(0x393)+_0x1004b1+_0x334ae0(0x1b7),{'detail':_0x230505+_0x334ae0(0x1b7)});return{'content':_0x437144[_0x334ae0(0x382)](_0x3885c7+0x1,_0x29ad76),'start':_0x41a540['fjzWH'](_0x3d61f2[_0x334ae0(0x2db)],_0x3d61f2[0x1]?_0x3d61f2[0x1][_0x334ae0(0x3af)]:0x0),'end':_0x41a540[_0x334ae0(0x36f)](_0x29ad76,0x1)};}}default:throw new DslError(_0x41a540['bGwjf'],_0x334ae0(0x35d)+_0x78625a['cmp']);}}function astToOpenSearch(_0x4ff8f4,_0x182d51){const _0x5822e8=_0x240345,_0x28e15f={'Mkxgy':function(_0x1f9774,_0x5ce2c2){return _0x1f9774===_0x5ce2c2;},'SWWob':'and','sKsbl':_0x5822e8(0x326),'JWCYQ':function(_0x1f5f29,_0x3065c4){return _0x1f5f29===_0x3065c4;},'vdYpp':function(_0x46a581,_0x3f47ff){return _0x46a581===_0x3f47ff;},'kapME':function(_0x37f4d3,_0x2660cd){return _0x37f4d3===_0x2660cd;},'rtiXS':function(_0x3653ea,_0x56ac01){return _0x3653ea===_0x56ac01;},'VBQHF':'not','REfOX':function(_0x350106,_0x422806,_0x142e70){return _0x350106(_0x422806,_0x142e70);}};if(!_0x4ff8f4)return null;if(_0x28e15f[_0x5822e8(0x17d)](_0x4ff8f4['op'],_0x28e15f[_0x5822e8(0x23d)])){if(_0x28e15f['Mkxgy']('BBZDo',_0x28e15f[_0x5822e8(0x385)])){const _0x4c7070=_0x4ff8f4[_0x5822e8(0x367)][_0x5822e8(0x302)](_0x54eb62=>astToOpenSearch(_0x54eb62,_0x182d51))['filter'](Boolean);if(_0x28e15f[_0x5822e8(0x3f3)](_0x4c7070[_0x5822e8(0x3af)],0x0))return null;return _0x28e15f[_0x5822e8(0x3b9)](_0x4c7070['length'],0x1)?_0x4c7070[0x0]:{'bool':{'filter':_0x4c7070}};}else _0x198fb4=_0x482c28[0x1][_0x5822e8(0x1a5)](),_0x321c34=_0x484790[_0x5822e8(0x382)](_0x5fc8b[0x0]['length']);}if(_0x28e15f[_0x5822e8(0x2af)](_0x4ff8f4['op'],'or')){const _0x52535e=_0x4ff8f4[_0x5822e8(0x367)][_0x5822e8(0x302)](_0x34d04d=>astToOpenSearch(_0x34d04d,_0x182d51))['filter'](Boolean);if(_0x52535e[_0x5822e8(0x3af)]===0x0)return null;return{'bool':{'should':_0x52535e,'minimum_should_match':0x1}};}if(_0x28e15f['rtiXS'](_0x4ff8f4['op'],_0x28e15f[_0x5822e8(0x1ea)])){const _0x2f032b=_0x28e15f[_0x5822e8(0x2f9)](astToOpenSearch,_0x4ff8f4['child'],_0x182d51);return _0x2f032b?{'bool':{'must_not':[_0x2f032b]}}:null;}return _0x28e15f[_0x5822e8(0x2f9)](leafToOpenSearch,_0x4ff8f4,_0x182d51);}function extractContains(_0x2c610d){const _0x226d5d=_0x240345,_0x251c7c={'EiPLk':function(_0x410b6e,_0x360740){return _0x410b6e===_0x360740;},'UHMwA':_0x226d5d(0x202),'ktFTr':_0x226d5d(0x26a),'rrhrk':function(_0x3e204b,_0x1e9118){return _0x3e204b===_0x1e9118;}},_0x495828=[],_0x567e26=_0xe11fa5=>{const _0x39c0d7=_0x226d5d;if(!_0xe11fa5)return null;if(_0x251c7c[_0x39c0d7(0x3ef)](_0xe11fa5[_0x39c0d7(0x358)],_0x251c7c[_0x39c0d7(0x2d7)]))return _0x495828['push'](_0xe11fa5[_0x39c0d7(0x392)]),null;if(_0xe11fa5['op']===_0x251c7c[_0x39c0d7(0x33c)]){const _0x1b4381=_0xe11fa5[_0x39c0d7(0x367)][_0x39c0d7(0x302)](_0x567e26)[_0x39c0d7(0x1da)](Boolean);if(_0x251c7c[_0x39c0d7(0x3ef)](_0x1b4381[_0x39c0d7(0x3af)],0x0))return null;return _0x251c7c[_0x39c0d7(0x3f0)](_0x1b4381[_0x39c0d7(0x3af)],0x1)?_0x1b4381[0x0]:{'op':_0x39c0d7(0x26a),'children':_0x1b4381};}return _0xe11fa5;},_0x294cc0=_0x567e26(_0x2c610d&&_0x2c610d[_0x226d5d(0x1b4)]);return{'containsExprs':_0x495828,'rootWhere':_0x294cc0};}function compileAstFor(_0x4e3fcb,_0x25ea79){const _0x328b85=_0x240345,_0x15c6a5={'DZQHR':function(_0x36bfe9,_0x30eaed,_0x2b7043){return _0x36bfe9(_0x30eaed,_0x2b7043);},'pPBMB':function(_0xf793f,_0x1df800){return _0xf793f||_0x1df800;}};return _0x15c6a5[_0x328b85(0x337)](astToOpenSearch,_0x4e3fcb,DATASET_PROFILES[_0x15c6a5['pPBMB'](_0x25ea79,_0x328b85(0x279))]);}function compileWhere(_0x36aed5){const _0xc6e054=_0x240345,_0x36a6c5={'QrHuv':_0xc6e054(0x279),'WSTeh':function(_0x566a93,_0x473fd6,_0x20d979){return _0x566a93(_0x473fd6,_0x20d979);}},_0x291468=DATASET_PROFILES[_0x36aed5&&_0x36aed5['dataset']||_0x36a6c5[_0xc6e054(0x2e7)]];return _0x36a6c5[_0xc6e054(0x1e1)](astToOpenSearch,_0x36aed5&&_0x36aed5[_0xc6e054(0x1b4)],_0x291468);}function normalizeRegexSource(_0x41d4e7){const _0xbf10d1=_0x240345,_0x1137c8={'NvyeP':function(_0x4da3d7,_0x51d6ec){return _0x4da3d7===_0x51d6ec;},'MRvpd':_0xbf10d1(0x1bf),'DmVfw':function(_0x5884cd,_0x27759c){return _0x5884cd!==_0x27759c;}},_0x8a1854=[],_0xf6dd3f=_0x41d4e7[_0xbf10d1(0x291)](/\(\?P<([A-Za-z_][A-Za-z0-9_]*)>/g,(_0x2372c8,_0x4d8fc8)=>{const _0x159075=_0xbf10d1,_0x1bf717={'saGPP':function(_0x2dd616,_0x4b2932){return _0x2dd616+_0x4b2932;}};if(_0x1137c8[_0x159075(0x373)](_0x1137c8[_0x159075(0x2c7)],_0x1137c8['MRvpd']))return _0x8a1854[_0x159075(0x292)](_0x4d8fc8),'(?<'+_0x4d8fc8+'>';else _0x3ff39d+=_0x1bf717['saGPP']('\x5c',_0xa5c7f7[_0xf4cbf+0x1]||''),_0x5f5527+=0x2;}),_0x16063a=/\(\?<([A-Za-z_][A-Za-z0-9_]*)>/g;let _0x28b13e;while(_0x1137c8[_0xbf10d1(0x29a)](_0x28b13e=_0x16063a[_0xbf10d1(0x189)](_0xf6dd3f),null)){if(!_0x8a1854[_0xbf10d1(0x258)](_0x28b13e[0x1]))_0x8a1854[_0xbf10d1(0x292)](_0x28b13e[0x1]);}return{'jsSource':_0xf6dd3f,'names':_0x8a1854};}function compileRegexes(_0x5af567){const _0x2e77cf=_0x240345,_0x6ab9f8={'MrCrR':_0x2e77cf(0x38d),'CncOt':function(_0x4a22da,_0x1004e8){return _0x4a22da+_0x1004e8;},'APxlK':function(_0x3dade7,_0x316a9a){return _0x3dade7-_0x316a9a;},'RRJxd':function(_0x5890b8,_0x28792a){return _0x5890b8!==_0x28792a;},'WrnJA':'regex','OhXEq':function(_0x44680d,_0x5120ae){return _0x44680d>=_0x5120ae;},'RrIXy':function(_0x281e92,_0x33ff6e){return _0x281e92>_0x33ff6e;},'PEtXU':_0x2e77cf(0x278),'jLgpH':function(_0x2c5df2,_0x15c96a){return _0x2c5df2(_0x15c96a);},'AsevA':_0x2e77cf(0x380)},_0x174586=[],_0x3c0c39=new Set();for(const _0x3923f3 of _0x5af567){if(_0x2e77cf(0x1f1)!==_0x2e77cf(0x1f1))return _0x1e3fe3++,{'kind':_0x6ab9f8[_0x2e77cf(0x1d1)],'value':_0x15daf7[_0x2e77cf(0x32e)]};else{if(_0x6ab9f8['RRJxd'](_0x3923f3[_0x2e77cf(0x358)],_0x6ab9f8[_0x2e77cf(0x1b1)]))continue;if(_0x6ab9f8['OhXEq'](_0x174586['length'],MAX_REGEXES))throw new DslError(_0x6ab9f8[_0x2e77cf(0x1b1)],_0x2e77cf(0x2bf)+MAX_REGEXES+_0x2e77cf(0x1ad));if(_0x6ab9f8['RrIXy'](_0x3923f3[_0x2e77cf(0x2f4)][_0x2e77cf(0x3af)],MAX_REGEX_LEN))throw new DslError(_0x6ab9f8['WrnJA'],_0x6ab9f8[_0x2e77cf(0x3e9)]);const {jsSource:_0x2e43cb,names:_0x5ade6f}=_0x6ab9f8[_0x2e77cf(0x2bc)](normalizeRegexSource,_0x3923f3[_0x2e77cf(0x2f4)]);let _0x29f968;try{const _0x15b89c=(_0x3923f3[_0x2e77cf(0x1fc)]||'')[_0x2e77cf(0x291)](/[^gimsuy]/g,'');_0x29f968=new RegExp(_0x2e43cb,_0x15b89c[_0x2e77cf(0x258)]('g')?_0x15b89c:_0x15b89c);}catch(_0x2ee320){if(_0x6ab9f8[_0x2e77cf(0x23b)](_0x6ab9f8[_0x2e77cf(0x1dd)],'mBhRH'))_0x7caf09[_0x22a2d9]=_0x5af3ce[_0x2e77cf(0x356)],_0x1cee7b=_0x6ab9f8['CncOt'](_0x6ab9f8[_0x2e77cf(0x3a1)](_0x5cf906[_0x2e77cf(0x382)](0x0,_0x2194a1[_0x2e77cf(0x179)]),'\x20'[_0x2e77cf(0x245)](_0x6ab9f8[_0x2e77cf(0x213)](_0x57933a['end'],_0x59973e['start']))),_0x2795a7['slice'](_0x58e94c[_0x2e77cf(0x22f)]));else throw new DslError(_0x6ab9f8[_0x2e77cf(0x1b1)],_0x2ee320[_0x2e77cf(0x388)],{'detail':_0x3923f3[_0x2e77cf(0x2f4)]});}_0x5ade6f['forEach'](_0x4c4025=>_0x3c0c39['add'](_0x4c4025)),_0x174586[_0x2e77cf(0x292)]({'regex':_0x29f968,'names':_0x5ade6f});}}return{'regexes':_0x174586,'extracted':_0x3c0c39};}function _0x1906(){const _0x278428=['zxHPC3rZugf0Aa','C2vYDMLJzq','sxjbDxK','yxnJ','DMfSB3iGBNvTW6LYAwnVigLUDSoHBgLKBYbWyxjHia','zwHUD2K','AKvUr24','Aw5MBW','s3vjuKK','y2HPBgrYzw4','t2znCuG','zgvZyW','uhHJswC','C1PRr28','swTbq1e','wgz2C2i','lMTLExDVCMq','DuTZtMC','B2vmtg8','ze5Wweu','Bufdsfq','tNz5zva','CxDMvxC','vgvjB0C','mtaXn3b0tNbtsW','CMvXDwvZDc5ZB2nRzxqUCMvTB3rLqwrKCMvZCW','A1zAz2G','u0fcDLO','rhH3wwu','DuzzvK0','y0LJB1G','D0TuuNC','kf58w15blvPHlxOWltLFxsK','twHAwLG','BujOuKG','yvHKEwS','C2XPy2u','CuLfCxm','C3vI','C0TZyMW','uxDXuue','t1Lwwg4','BwvZC2fNzq','BxvfD0S','DgLTzxjZ','EuHfzee','vLnOu2u','CgHYyxnL','EeLls20','yM9VBa','vMnlwfq','DMfSB3iGyxvZzw50zsbLBsaI','zxHWCG','CgfYW6PUDgvZzxmGBSoJBYbIywXHBMnLywrVCYbLBsa','t1P1wLi','y2XPzw50swq','u3voDfK','ALHeu0e','y3Hwwfm','sK13svC','C3rHCNrZv2L0Aa','D29Yza','DxbWzxi','wu9zvfe','B2rlyvy','zxHJzxb0Aw9UlM1LC3nHz2u','r1HIz2K','q25Jt3q','zwHouwq','zxHPC3rZkgnHBxbVksbTywXMB3jTywrV','AMrkyvu','vMX1AgS','CMvNzxGGC8oZimoPihn1Cg9YDgfKysbLBsbJBmoHDxn1BgfZieforcbKzsb0B3bVicHZzw0Gt1iVtK9ukq','y29YCMvSyxrPB25jzc5RzxL3B3jK','CMvZCg9UC2uUC3rHDhvZq29Kzq','z3rWDu0','xhmQxcG','u3Poz1G','thPSCNe','CMvXDwvZDc5TzxrOB2q','rg5ntxe','BgvUz3rO','otmYndHvDe1hq2K','EunmCuK','BM90','te9OrNC','A3zUlG','DhzTufq','otKUma','CMvXDwvZDc51CMWUCgf0Aa','A2v5','DMrzCha','DurSv1m','q254rNu','yxbWtMfTzq','CxHmA1O','BwvZC2fNzs5RzxL3B3jK','qNzdsKy','C2vYDMLJzs5RzxL3B3jK','s05lzxa','C2Xysva','uhHIqLC','v3DyAhq','DMfSDwvZ','sfftCwG','wgj0Avy','vhzhqMu','yxzN','y29YCMvSyxrPB25jza','vMzhv3e','BhrL','EKvMug0','y29UDgfPBNmOlI4UksbZW7mGW6KGC3vWB3j0ywrVigvTignSW6f1C3vSyxmGqu5eigrLihrVCg8GkhnLBsbpuI9ot1qP','EfHquuO','BLLbD0O','sM5jy28','BNHmy1y','s2nTzKO','AvDeEwO','C29sAMq','Dhj1zq','CMvKDwnL','CMvNzxGGBSoJBYddQsbZDxbVCNrHzgeGBM8Gzgf0yxnLDca','DhjHy2vjza','BvDpvei','twnyBMO','C3jIuuC','Dg9Rzw4GAw5LC3bLCMfKBYbUBYb3AgvYztOGiG','Bwv0Ag9K','C3bHBNm','tNH4Cg8','CgfMwwO','yw9mr24','rKvxyLi','v0DWB2i','zw5KC1DPDgG','Aw5KzxHpzG','Dxrvwvy','y29UDmoPBsaOFIKGBSoJBYbZzsbHCgXPy2eGysbJyw1WBYbUDw3dQxjPy28VDgvTCg86ia','uev0wfu','EwLJvfe','z2vPvha','vxnIufu','r3D6tuu','z3jVDxbIEq','rwLqtgS','CNjOCMS','AM9Rz0K','ywntt2O','sLDdwve','rg11vhe','uw5Lt0S','C3bHBKLKlMTLExDVCMq','ALv4wuy','AMHNBu4','qNrQz1e','zeXitwG','q0Xftw8','Dg9Rzw4GAw5LC3bLCMfKBYbHCmoZCYb3AgvYzsGUlI4PoIaI','B3bLCMfUzg8GyxvZzw50zsbUBYb3AgvYzq','yxfcEuy','C2v0','wfDMre8','CMfmB28','y2fTCg8GBSoJBYbWzxjTAxrPzg8GBMeGBCoPDhjPy2e6ia','C3rHCNq','sejhv3e','y2HQDg4','CxvLCNKGzxHJzwrLig8GDgfTyw5OBYbTW6f4Aw1V','twT4z3K','uuvdAM4','swPszwS','zvjIu24','s3Lhu1q','y2XHDxnLCW','txH2t1i','CMvXDwvZDhm','iIbUBYb3AgvYzq','rKPWswy','D2nrsve','C29Tzq','zxHLyW','zMXVD0LKlMTLExDVCMq','s3rYvKG','B3jKzxi','kd88','yvLtChe','u1Dcsvm','DwPOzvy','zw52AxjVBM1LBNq','C29YDcbPBNBdOwXPzg86ia','AxngAw5PDgu','AMzVvNm','EvDgDu8','CNPOCKC','r1vVzfG','EKHpwhi','CgfYzw50u3bHBKLKlMTLExDVCMq','s3nbt0G','whfIyNy','BwnrrNG','tKP5zfO','uMzeBfq','q0j6s2i','Bgv2zwW','yNvJA2v0CW','uuLKtei','ANrOA3K','y0rtBgG','Dg9mB3DLCKnHC2u','CgTNDuu','y0j3vxu','DgvZDa','rvnfuxG','DxvPza','uuvbvva','Bgf0zw5JEu1Z','ihjLz2v4zxmGBM8GD2HLCMu','Dgv4Da','CMTVDfq','r1DnA3m','v3jUsKe','wLrmvhu','zwzkswW','D2HLCMu','EMDKy2C','wwjwqNy','kc4UlIK','sffNyLi','CMvZCg9UC2uUCMvZDwX0','y2HPBgq','D0DXtuy','EfP6rem','qwnxCNO','mJmZmhvNsfrMAG','uunWtwy','uMzcu0K','zfDvt0u','uhHMzKm','wfnirwm','zw9vrg0','veTlvhm','A1PlyNG','DMXVrvi','B1fnweC','C0PZwuu','CdK1','DgLTzxjZlMr1CMf0Aw9U','DMPKDu8','AgPht1u','B1H5ywW','Bwv0CMLJ','ywrK','txjdCLi','zMXVB3i','Du12zhy','Ew1Yy0m','rMjTAuS','EMjQCwe','mtyZmZm4nNbhy1jPtW','u1nJwLG','B2fdBgC','zMLSDgvY','AKHvsuG','BM5eD2O','qxnLDKe','CMvNzxG','rerwBMu','yxnZAwDU','v1nuzwG','ufDoC3y','C2vYDMLJzs5Uyw1LlMTLExDVCMq','zvnSBve','AgfZ','whH1zgu','vendwgW','y2XLvfq','wNvlseO','vKjrsey','uuDXAgG','wg5ysNi','BwDnwxe','CxPhywG','z3jVDxbIEu9R','zgTqzMe','wgXOv2m','z2f0zxDHEuLK','yujkDva','DMLoDuq','Dg9R','BwLU','ALrVyvG','t1PTv1K','DxjS','rwPsthC','uMD6D2O','zMXHz3m','sgv5tMS','ChjVDg90ExbL','BgrbD0m','zw50CMLLCW','zu1Uuve','y29UDgfPBNm','sMLTBeC','uufushG','Cgf0Aa','C2vYDMLJzs5Uyw1L','icH1C2uGyxnJFgrLC2mP','rMLhzxe','Dw1qsey','vhn0D3m','Eg9OzwK','mJf4z2rxyu8','zNrxENG','zhvYyxrPB24','t2nKsNi','Bu9hEu8','ruf1y1G','tNLfzNm','qvb4BeS','D2DJCLm','DLbSuLm','CKPPrwm','uLfMrKW','y2fTCg8GBSoJBYbWzxjTAxrPzg86ia','B0XqBKG','rfHuDLm','sLnqELC','rLfRsem','C2vYDMLJzu5HBwu','s29tEg8','r0Hizhu','tKz1r3q','BgDsvu0','ENLKvLG','ruffswS','zxjYB3jdB2rL','s2Xttvu','DxDJA0W','zNjVBq','uwXbzvK','CMvXDwvZDc51CMWUCgf0Ac5RzxL3B3jK','EM1WtNa','uvzwrMu','whnUugG','Dw9OA00','swPYDeW','zw5K','r0XrD1K','Bej4tu8','wLr4zMC','z1DVtKW','wvjsr28','ENzNswu','AuPXAeu','DgvYBq','DLHUuKe','rhPYBey','t01qC0K','uLjkEgq','wgzICxO','u1DxB2i','y2vPBa','CxnhDKK','wNPwyK8','zgLTCW','sgrntLO','q2vlCxq','BuDSqw0','CMvWzwf0','DxvPzc5RzxL3B3jK','zgTsug4','DNjWtgy','C3bHBKLK','icH1C2uGBg9NC3XYzxf1zxn0C3XZCgfUC3X0CMfJzxmP','v3jdz2y','ysbXDwvYEsbKzxzLignVBwxdP2fYignVBsb3AgvYzsGUlI4P','qhrPBwvZDgfTCa','Bwv0CMLJugf0Aa','BMfTzq','BMfTzs5RzxL3B3jK','DujWCem','ELDty2G','ufrMAvy','t2XWrNi','DKXgreC','ALDOrMu','CMvXDwvZDc5IB2r5','Aw5JBhvKzxm','z0z4CMW','teDmqw0','C1ziz1G','zxH0CMfJDgvK','qu5e','vg5JANe','CLrYA1C','uvbPEuq','zM9YrwfJAa','q21MzfC','uM5trKO','CMvXDwvZDeLK','r2XOy24','D1vJugK','tfjgBLq','rLbJD0y','zwXHChnLze1Z','yw5K','mtC5otm4AvPzC1ze','De1Ztha','C3bSAxq','vvnPzvG','EMDozNi','DxPKrK0','z3jVDxbIEsGUlI4PihzHEMLV','ywXSB3DszwDLEa','y29UDgfPBNmOlI4UksbZW7mGW6KGC3vWB3j0ywrVig5VigrHDgfZzxqGDhjHy2vZicHYzwnLyMLKBZOG','wND0EKK','B1Lbs0S','AgfZt3DUuhjVCgvYDhK','DgvYBxm','CMvNzxGGBxvPDg8GBg9Uz2e','Bg9NCW','DMfSB3iGAw52W6fSAwrVig5HigXPC3rHigLUkc4UlIK','ywDNugf0Aa','y2fTCg8GBSoJBYbWzxjTAxrPzg8Gzw0Gz3jVDxbIEtOG','vuPdDvy','wurhALq','EMDHuxG','zgf0yxnLDcbKzxnJB25OzwnPzg86ia','CdK5','u05mswG','zNvUW6FdO28GzguGBCoPDhjPy2eGzgvZy29UAgvJAwrHoIa','A2v5D29Yza','CgfYW6PUDgvZzsbMzwnOyw5KBYbZzw0GB3bLCMfUzg8','BgfZDeLUzgv4','u2DStwq','wwTvuvq','Aw9kCuG','EMzRyuW','AMTcyxy','Cur5BxG','BCoPDhjPy2eGAw52W6fSAwrHoIa','u3HusMO','y29Kzq','A3nSt2e','CMvWBgfJzq','ChvZAa','zxHuue8','CNzQEvO','Bw1yu3C','rKPzruK','C3viyMC','CMvZCg9UC2vuAw1L','y291BNq','rg1wzNC','zhjvBM4','zLLIruq','vKPqr1C','zvb0s3q','rwnJww4','CerLzwW','y1rszeu','vhHOseC','zxHPC3rZ','rhnSrxjYB3i','zxjYB3juExbL','EeL3reG','yw5Ksvu','z3bnuM4','z3rL','yLHxCeS','r0HSzKi','swfUCgi','seLlwMu','CMvXDwvZDc5TzxrOB2qUA2v5D29Yza','A2fWtuu','vKPfA3K','t0Pbvfa','EfnpCui','BvDNC2q','EKHRqNa','ywjovKe','CuDrBeS','ELDmywK','tgX4B0K','mZG1mZyXswnpChfj','sNrjEKO','sefVrxu','AKXNCeG','su9dCLK','vhfXs0S','BCoHEgLTBYbKzsa','DhLbBuG','te1IyK8','BwTov24','BNnTr1e','Au1ztuu','y2fSy3vSyxrL','CMvZCg9UC2vtAxPL','tvj2Cgq','CMvXDwvZDc5IB2r5lMTLExDVCMq','z1b3D24','DgLTzuzPzwXK','quDfuMu','Ahr0Cfn0yxr1CW','zMPVwuC','DgTQC1i','qu9Ly2m','sMrVzKi','Awr4','wMPqCxu','te5xEu0','sKXAzKS','y21W','C29YDa','vuHnD0e','z3nctwe','C3rHDhvZq29Kzq','C3rYAw5N','Aw5KzxG','zgf0yxnLDa','zhPUy1C','B2DJDva','zgf0zq','tKXfzMW','DKzssMC','wu1wt1e','sNnPquW','sKT6s0y','yw5Uu1G','DgLTzxjZlMzPBMLZAgvKlMf0','uxjiDxy','rLDKC1m','yxbWBgLJyxrPB24','mtG4odq0DxPjBfL0','qvfusKS','tg5Mv3C','D0Lrrwi','zxnPDfu','r3ndBxi','qvPkrwO','zMXVD0LK','CMvXDwvZDc5ZB2nRzxqUCMvTB3rLqwrKCMvZCY5RzxL3B3jK','y2zhtvi','C291CMnL','C0T5Dha','rfnWwe0','DgHYzwfK','DLf0vwG','uKvMt1G','DMzZEfC','EvvKDvi','B1bZvxm','s1HPrgi','DgfMvei','wu9MBM0','qxr0rei','BgnYCue','BwfW','Dg9VAW','sLjUvum','EuvVqwK','t0zly20','sw5lDue','ywDNCW','Du9eEwu','yxnWyxmGBSoJBYbMzwnOywrHCYbUBYb3AgvYzq','shHjvLG','DNnkqxK','uxffCuS','zMLLBgq','C25evNi','sLDOugO','rxPjq0G','Axf3sKS','y29UDgvUDeXLBMD0Aa','BKLRB2G','t3HzCee','CLblq0S','sfvLrgm','DhLWzq','zKj6wNa','Ag9UDu0','DgLTzxn0yw1W','Bwf4','BNvTzxjPyW','tMTgB2m','zxnWzxjHzg8GiG','BxHLuNu','Ceffrge','txvps1G','z2f0zxDHEuLKlMTLExDVCMq','C2XMELK','sgDABuO','qKjArg8','s2zhyu0','AeLJwve','zeLzt3O','y2fSBa','B1furfO','AuT3B04','A1nYyLm','DMfSDwu','mJy2mtuZmezfrNPAtW','Ag9ZDa','C3vT','A1DbBwS','zhvYyxrPB25nCW','CMfUz2uGkd4SidWPig7dO28GC3vWB3j0ywrVihbHCMeG','yNL0zxm','DhjPBq','rfPrsfi','qK1AExu','BgLZDgeGAw4OlI4Uksb2yxPPyq','z3jVDxbZ','y0f0wLO','A3rgvhi','qxvfyNu','A2LUzc5RzxL3B3jK','AeLdEhK','sMziy1G','CxnYvxa','BwfSzM9YBwvK','sxztAhK','qxHxsMu','v3jpt0G','t1LSvLm','vNr6DMS','Ag9ZDg5HBwu','ruH0r1K','AgfZrxjYB3i','rhvUtfu','CxLxALO','ugzKu2G','z1zSDfO','zgHvrMO','rxLPEuW','ChDJrei','mta1q1r6zg1y','mJq5ntG4qKfPBKLH','D2furxi','u1jrzNq','y29UDgvUDa','u2vPCvu','A2LUza','v1b3rxq','wfPcsMK','uvvYug8','Bwv0CMLJt2S','B3bLCMfKB3iGzgvZy29UAgvJAwrVoIa'];_0x1906=function(){return _0x278428;};return _0x1906();}function parseCalculate(_0x103395){const _0x4ad7f2=_0x240345,_0x1dcb1b={'hjGOU':_0x4ad7f2(0x299),'oQMXG':'metric'},_0x415790=_0x103395['trim']();if(!_0x415790)return{'type':_0x4ad7f2(0x299)};if(/^count$/i['test'](_0x415790))return{'type':_0x1dcb1b[_0x4ad7f2(0x1cd)]};const _0x481293=/^([A-Za-z0-9]+)\s*\(\s*([A-Za-z_][\w.]*)\s*\)$/[_0x4ad7f2(0x189)](_0x415790);if(!_0x481293)throw new DslError(_0x1dcb1b['oQMXG'],_0x4ad7f2(0x28d)+_0x415790,{'detail':_0x415790});const _0x5789dc=_0x481293[0x1][_0x4ad7f2(0x1a5)]();if(!METRIC_FUNCS[_0x4ad7f2(0x1e5)](_0x5789dc))throw new DslError(_0x1dcb1b[_0x4ad7f2(0x1c8)],_0x4ad7f2(0x283)+_0x481293[0x1],{'detail':_0x415790});return{'type':_0x5789dc,'field':_0x481293[0x2]};}function parseQuery(_0x2eb43e,_0x2b4826={}){const _0x37f9d0=_0x240345,_0x40f873={'TxhHG':function(_0x10ef85,_0x32ea4e){return _0x10ef85-_0x32ea4e;},'SuNtY':function(_0x6b148d,_0x46ac78,_0x4e33a7){return _0x6b148d(_0x46ac78,_0x4e33a7);},'MuVme':function(_0x3bca3d,_0x3aad05,_0x533c9f,_0x4d8e5f){return _0x3bca3d(_0x3aad05,_0x533c9f,_0x4d8e5f);},'JfHcX':function(_0xf8a62,_0xd0d2dc){return _0xf8a62+_0xd0d2dc;},'mWOTB':_0x37f9d0(0x299),'mmXSw':_0x37f9d0(0x369),'FQkHC':function(_0x2eafb7,_0x51980e){return _0x2eafb7===_0x51980e;},'EAEIk':_0x37f9d0(0x202),'xohei':_0x37f9d0(0x26a),'oaClg':function(_0x4bdef6,_0x2999cc){return _0x4bdef6===_0x2999cc;},'vPlRS':function(_0x91aa44){return _0x91aa44();},'ZzVbO':function(_0x4b3d27){return _0x4b3d27();},'MdUkI':function(_0x5a1508,_0x1db96a){return _0x5a1508===_0x1db96a;},'PxcIg':_0x37f9d0(0x30e),'esitU':function(_0x264d6a,_0x4f3f2b){return _0x264d6a!==_0x4f3f2b;},'wgcrS':_0x37f9d0(0x2da),'utUYV':_0x37f9d0(0x342),'wKTRw':'query\x20vazia','OnkRs':function(_0x875284,_0x5d316f){return _0x875284>_0x5d316f;},'ioJqH':'SABvZ','eRyDx':_0x37f9d0(0x17c),'jEnGn':_0x37f9d0(0x279),'KuIRI':_0x37f9d0(0x24c),'RsWDc':function(_0x3a5fb3,_0x2070d9,_0x5f0b4d){return _0x3a5fb3(_0x2070d9,_0x5f0b4d);},'zEfPm':function(_0x4b4408,_0x5d052e){return _0x4b4408<_0x5d052e;},'cmwzZ':'parênteses\x20não\x20balanceados\x20em\x20where(...)','pkguE':function(_0xc522b8,_0x18c856){return _0xc522b8(_0x18c856);},'uafzI':function(_0x3eb531,_0x3b2023){return _0x3eb531===_0x3b2023;},'acSOj':_0x37f9d0(0x25d),'xSOqB':function(_0x2352e9,_0x95dc4,_0x1b9588,_0x341099){return _0x2352e9(_0x95dc4,_0x1b9588,_0x341099);},'jdJaU':_0x37f9d0(0x3ee),'zyqnP':_0x37f9d0(0x2c5),'YbVBv':'sort','cTRdE':_0x37f9d0(0x18f),'snDVr':_0x37f9d0(0x1b2),'lcrqA':function(_0x71f03f,_0x5adcb6,_0xabfd99){return _0x71f03f(_0x5adcb6,_0xabfd99);},'eMnQQ':function(_0x51f51e,_0x37cfa6){return _0x51f51e!==_0x37cfa6;},'AQTJK':function(_0x33b9ec,_0x34e7f4){return _0x33b9ec!==_0x34e7f4;},'HxIVX':_0x37f9d0(0x274),'JsiAL':function(_0x4b1b52,_0x3ecb64){return _0x4b1b52===_0x3ecb64;},'SzNgX':'groupby(...)\x20vazio','uohkM':_0x37f9d0(0x1c2),'InKuA':function(_0x4dd4ac,_0xce1fd9){return _0x4dd4ac!==_0xce1fd9;},'YOfnm':_0x37f9d0(0x2bd),'SRQft':function(_0x1b43a0,_0x4f3669){return _0x1b43a0!==_0x4f3669;},'TeIoG':function(_0x484eb3,_0x3af25c){return _0x484eb3>_0x3af25c;},'aYSpq':function(_0x3af331,_0xd277a4){return _0x3af331||_0xd277a4;},'OFdUB':function(_0x463b17,_0x4db282){return _0x463b17>_0x4db282;}};if(_0x40f873[_0x37f9d0(0x2ee)](typeof _0x2eb43e,_0x40f873[_0x37f9d0(0x214)])||!_0x2eb43e['trim']())throw new DslError(_0x40f873[_0x37f9d0(0x3e7)],_0x40f873[_0x37f9d0(0x37d)]);if(_0x40f873['OnkRs'](_0x2eb43e[_0x37f9d0(0x3af)],MAX_QUERY_LEN)){if(_0x40f873[_0x37f9d0(0x1d9)](_0x40f873[_0x37f9d0(0x289)],_0x37f9d0(0x379)))throw new DslError(_0x40f873[_0x37f9d0(0x3e7)],_0x40f873['eRyDx']);else for(const _0x8b1268 of _0x185f07||[]){const _0x491724=_0x517df8[_0x37f9d0(0x1e0)]({},_0x373a87,{[_0x5969d9[_0x5a953a]]:_0x8b1268['key']});_0x5ccd95===_0x40f873[_0x37f9d0(0x2a2)](_0xf06e0d[_0x37f9d0(0x3af)],0x1)?_0x297d91[_0x37f9d0(0x292)](_0x4a4776[_0x37f9d0(0x1e0)]({},_0x491724,{'value':_0x40f873[_0x37f9d0(0x396)](_0xafdc07,_0x8b1268,_0x2553ef)})):_0x40f873['MuVme'](_0x12ea03,_0x8b1268[_0x37f9d0(0x384)]&&_0x8b1268[_0x37f9d0(0x384)]['buckets']||[],_0x40f873['JfHcX'](_0x5b83c9,0x1),_0x491724);}}let _0x24651a=_0x2eb43e[_0x37f9d0(0x336)](),_0x486b00=_0x2b4826[_0x37f9d0(0x2dc)]||_0x40f873[_0x37f9d0(0x364)];const _0x571a1e=/^from\s*\(\s*([A-Za-z]+)\s*\)\s*/i[_0x37f9d0(0x189)](_0x24651a);_0x571a1e&&(_0x486b00=_0x571a1e[0x1][_0x37f9d0(0x1a5)](),_0x24651a=_0x24651a[_0x37f9d0(0x382)](_0x571a1e[0x0]['length']));const _0x5bf8b8=DATASET_PROFILES[_0x486b00];if(!_0x5bf8b8)throw new DslError(_0x37f9d0(0x342),_0x37f9d0(0x280)+_0x486b00+_0x37f9d0(0x24a));if(!/^where\s*\(/i[_0x37f9d0(0x1a8)](_0x24651a))throw new DslError(_0x40f873[_0x37f9d0(0x3e7)],_0x40f873[_0x37f9d0(0x366)]);const _0x1de088=_0x24651a[_0x37f9d0(0x3e6)]('('),_0x8e8b28=_0x40f873['RsWDc'](matchingParen,_0x24651a,_0x1de088);if(_0x40f873[_0x37f9d0(0x3cd)](_0x8e8b28,0x0))throw new DslError(_0x40f873[_0x37f9d0(0x3e7)],_0x40f873['cmwzZ']);const _0x58246f=_0x24651a[_0x37f9d0(0x382)](_0x1de088+0x1,_0x8e8b28);let _0x2e944b=_0x24651a[_0x37f9d0(0x382)](_0x40f873[_0x37f9d0(0x340)](_0x8e8b28,0x1));const _0x679dcd=_0x40f873[_0x37f9d0(0x1a6)](parseWhereAst,tokenizeWhere(_0x58246f)),_0x97903b=_0x40f873['pkguE'](flattenAstLeaves,_0x679dcd),_0x30185c=_0x679dcd&&_0x40f873['uafzI'](_0x679dcd['op'],'or')?'OR':_0x40f873[_0x37f9d0(0x3f2)],{regexes:_0x23bfee,extracted:_0xf9946f}=_0x40f873[_0x37f9d0(0x1a6)](compileRegexes,_0x97903b);_0x40f873[_0x37f9d0(0x2b2)](validateWhereAst,_0x679dcd,_0xf9946f,_0x5bf8b8);const _0x1c3161={};for(const _0x332f4a of[_0x40f873[_0x37f9d0(0x3a4)],_0x40f873['zyqnP'],_0x40f873[_0x37f9d0(0x1b6)]]){if(_0x40f873[_0x37f9d0(0x2ee)](_0x40f873[_0x37f9d0(0x2a1)],_0x40f873[_0x37f9d0(0x30f)])){const _0x207dcd=_0x40f873[_0x37f9d0(0x301)](findSection,_0x2e944b,_0x332f4a);_0x207dcd&&(_0x1c3161[_0x332f4a]=_0x207dcd[_0x37f9d0(0x356)],_0x2e944b=_0x2e944b[_0x37f9d0(0x382)](0x0,_0x207dcd['start'])+'\x20'[_0x37f9d0(0x245)](_0x40f873['TxhHG'](_0x207dcd[_0x37f9d0(0x22f)],_0x207dcd[_0x37f9d0(0x179)]))+_0x2e944b[_0x37f9d0(0x382)](_0x207dcd[_0x37f9d0(0x22f)]));}else _0x3a0843['type']!==_0x40f873[_0x37f9d0(0x3da)]?(_0x419ea6[_0x37f9d0(0x308)]=_0x40f873['SuNtY'](_0x20a8ae,_0x122893,_0x3c72d4[_0x37f9d0(0x2dc)]),_0xfd70f4['terms'][_0x37f9d0(0x18c)]=_0x404541):_0x447c87[_0x37f9d0(0x277)][_0x37f9d0(0x18c)]={'_count':_0x40f873['mmXSw']};}if(_0x2e944b[_0x37f9d0(0x336)]())throw new DslError(_0x40f873['utUYV'],_0x37f9d0(0x172)+_0x2e944b[_0x37f9d0(0x336)]()+'\x22',{'detail':_0x2e944b[_0x37f9d0(0x336)]()});let _0x139325=[];if(_0x40f873[_0x37f9d0(0x201)](_0x1c3161['groupby'],undefined)){if(_0x40f873[_0x37f9d0(0x2eb)](_0x40f873['HxIVX'],_0x40f873[_0x37f9d0(0x30b)])){if(!_0x562308)return null;if(_0x40f873['FQkHC'](_0x77abcf[_0x37f9d0(0x358)],_0x40f873[_0x37f9d0(0x223)]))return _0x190d7d['push'](_0x1fd79b[_0x37f9d0(0x392)]),null;if(_0x40f873['FQkHC'](_0xc8f830['op'],_0x40f873['xohei'])){const _0x5c0446=_0x11353d[_0x37f9d0(0x367)][_0x37f9d0(0x302)](_0x1bb654)[_0x37f9d0(0x1da)](_0xb36d4);if(_0x40f873[_0x37f9d0(0x21c)](_0x5c0446[_0x37f9d0(0x3af)],0x0))return null;return _0x40f873['oaClg'](_0x5c0446['length'],0x1)?_0x5c0446[0x0]:{'op':_0x40f873[_0x37f9d0(0x20b)],'children':_0x5c0446};}return _0x301db8;}else{_0x139325=_0x1c3161[_0x37f9d0(0x3ee)]['split'](',')[_0x37f9d0(0x302)](_0x5a085c=>_0x5a085c[_0x37f9d0(0x336)]())[_0x37f9d0(0x1da)](Boolean);if(_0x40f873[_0x37f9d0(0x2e3)](_0x139325[_0x37f9d0(0x3af)],0x0))throw new DslError(_0x40f873[_0x37f9d0(0x3e7)],_0x40f873[_0x37f9d0(0x3ab)]);for(const _0xa64466 of _0x139325){if(_0x40f873['MdUkI'](_0x40f873['uohkM'],_0x40f873[_0x37f9d0(0x22d)])){if(!_0x5bf8b8[_0x37f9d0(0x1ef)](_0xa64466,_0xf9946f))throw new DslError(_0x40f873['PxcIg'],_0x37f9d0(0x27c)+_0xa64466,{'field':_0xa64466});}else{const _0x5d4ed7=[_0x40f873[_0x37f9d0(0x215)](_0x5f267b)];while(_0x2bd0b9(_0x40f873[_0x37f9d0(0x215)](_0x1a7372),/^or$/i)){_0x587ef0++,_0x5d4ed7[_0x37f9d0(0x292)](_0x40f873[_0x37f9d0(0x240)](_0x43f3f5));}return _0x40f873['MdUkI'](_0x5d4ed7[_0x37f9d0(0x3af)],0x1)?_0x5d4ed7[0x0]:{'op':'or','children':_0x5d4ed7};}}}}const _0x3b3263=_0x40f873['AQTJK'](_0x1c3161[_0x37f9d0(0x2c5)],undefined)?_0x40f873['pkguE'](parseCalculate,_0x1c3161[_0x37f9d0(0x2c5)]):{'type':_0x40f873[_0x37f9d0(0x3da)]};if(_0x40f873['esitU'](_0x3b3263[_0x37f9d0(0x318)],_0x40f873[_0x37f9d0(0x3da)])){if(_0x40f873[_0x37f9d0(0x307)](_0x40f873[_0x37f9d0(0x2ff)],_0x40f873[_0x37f9d0(0x2ff)])){const _0x4f1ad1=_0x5802e8[_0x37f9d0(0x30e)],_0x531dc2=_0x4d647e['has'](_0x4f1ad1);if(!_0x1a3004[_0x37f9d0(0x35c)](_0x4f1ad1,_0x382865))throw new _0x5d903a(_0x40f873[_0x37f9d0(0x36a)],'campo\x20não\x20permitido\x20na\x20métrica:\x20'+_0x4f1ad1,{'field':_0x4f1ad1});void _0x531dc2;}else{const _0x2872e4=_0x3b3263[_0x37f9d0(0x30e)],_0x284c6=_0xf9946f[_0x37f9d0(0x1e5)](_0x2872e4);if(!_0x5bf8b8['metricOk'](_0x2872e4,_0xf9946f))throw new DslError(_0x40f873['PxcIg'],_0x37f9d0(0x178)+_0x2872e4,{'field':_0x2872e4});void _0x284c6;}}let _0x5bd516=_0x40f873[_0x37f9d0(0x295)];if(_0x40f873[_0x37f9d0(0x355)](_0x1c3161['sort'],undefined)){const _0x2262bc=_0x1c3161['sort'][_0x37f9d0(0x336)]()[_0x37f9d0(0x1a5)]();if(_0x2262bc!==_0x37f9d0(0x361)&&_0x40f873[_0x37f9d0(0x2ee)](_0x2262bc,_0x40f873['mmXSw']))throw new DslError(_0x37f9d0(0x342),_0x37f9d0(0x192)+_0x2262bc+'\x20(use\x20asc|desc)');_0x5bd516=_0x2262bc;}const _0x2d10fd=_0x40f873[_0x37f9d0(0x375)](_0x23bfee[_0x37f9d0(0x3af)],0x0),_0x1f945b=_0x139325[_0x37f9d0(0x188)](_0x344f9d=>_0xf9946f['has'](_0x344f9d)),_0x22335e=_0x40f873[_0x37f9d0(0x355)](_0x3b3263[_0x37f9d0(0x318)],_0x40f873['mWOTB'])&&_0xf9946f['has'](_0x3b3263[_0x37f9d0(0x30e)]),_0x273bb2=_0x139325['some'](_0x3d773e=>isKvPath(_0x3d773e)),_0x2e1944=_0x40f873[_0x37f9d0(0x18e)](_0x2d10fd,_0x1f945b)||_0x22335e||_0x273bb2;return{'where':_0x679dcd,'dataset':_0x486b00,'clauses':_0x97903b,'operator':_0x30185c,'regexes':_0x23bfee,'extracted':_0xf9946f,'groupby':_0x139325,'calculate':_0x3b3263,'sort':_0x5bd516,'hasRegex':_0x2d10fd,'serverSide':_0x2e1944,'hasGroupby':_0x40f873['OFdUB'](_0x139325[_0x37f9d0(0x3af)],0x0)};}function clauseToOpenSearch(_0x218815){const _0x6a7e56=_0x240345,_0x2e51e2={'annSX':_0x6a7e56(0x3b4),'geiTp':function(_0x351b87,_0x1705b2){return _0x351b87===_0x1705b2;},'VJPGW':_0x6a7e56(0x38d),'FbmiK':function(_0x12aa9c,_0x14079a){return _0x12aa9c===_0x14079a;},'dWUOE':'term','PWNsv':function(_0x4cfd0b,_0x40ff90){return _0x4cfd0b===_0x40ff90;},'AZJEj':'field','KcmfJ':_0x6a7e56(0x388),'umPHF':function(_0x13b96a,_0x25f189){return _0x13b96a(_0x25f189);},'vQtUh':function(_0x150a22,_0x540c8e){return _0x150a22!==_0x540c8e;},'GsCmr':_0x6a7e56(0x2de)};if(_0x2e51e2[_0x6a7e56(0x3eb)](_0x218815['kind'],_0x2e51e2[_0x6a7e56(0x29d)]))return{'match_phrase':{'message':_0x218815[_0x6a7e56(0x32e)]}};if(_0x2e51e2[_0x6a7e56(0x1d5)](_0x218815[_0x6a7e56(0x358)],_0x2e51e2[_0x6a7e56(0x1c1)]))return{'match':{'message':_0x218815[_0x6a7e56(0x32e)]}};if(_0x2e51e2[_0x6a7e56(0x1e2)](_0x218815[_0x6a7e56(0x358)],_0x2e51e2[_0x6a7e56(0x2f0)])){if(_0x2e51e2[_0x6a7e56(0x3eb)](_0x218815[_0x6a7e56(0x30e)],_0x2e51e2[_0x6a7e56(0x3d3)]))return{'match':{'message':_0x218815[_0x6a7e56(0x32e)]}};if(_0x2e51e2[_0x6a7e56(0x209)](isKvPath,_0x218815[_0x6a7e56(0x30e)]))return{'term':{[_0x218815[_0x6a7e56(0x30e)]]:_0x218815[_0x6a7e56(0x32e)]}};if(isKvnPath(_0x218815[_0x6a7e56(0x30e)])){if(_0x2e51e2[_0x6a7e56(0x2f8)](_0x2e51e2[_0x6a7e56(0x2ef)],'GIoQh')){const _0x2939ba=_0x2e51e2['umPHF'](Number,_0x218815[_0x6a7e56(0x32e)]);return Number[_0x6a7e56(0x193)](_0x2939ba)?{'term':{[_0x218815[_0x6a7e56(0x30e)]]:_0x2939ba}}:{'term':{[_0x218815[_0x6a7e56(0x30e)]]:_0x218815['value']}};}else return _0x3c6ac4[_0x6a7e56(0x39a)](_0x2e51e2[_0x6a7e56(0x2e5)])&&_0x4dab11[_0x6a7e56(0x1e5)](_0x41719a[_0x6a7e56(0x382)](0x4));}return{'term':{[_0x218815[_0x6a7e56(0x30e)]+_0x6a7e56(0x36e)]:_0x218815[_0x6a7e56(0x32e)]}};}return null;}function buildOpenSearchQuery(_0x15189d,_0x4ecc90){const _0x4a4bf1=_0x240345,_0x1aeb1e={'AOecc':_0x4a4bf1(0x279),'GLQwY':function(_0x355cb7,_0x17782a,_0x4839c2){return _0x355cb7(_0x17782a,_0x4839c2);},'NkFoc':function(_0x36c9e9,_0x4f4e34){return _0x36c9e9===_0x4f4e34;},'EyiyL':'Hvgps','DVnWa':_0x4a4bf1(0x30d)},_0x3ed99a=DATASET_PROFILES[_0x15189d&&_0x15189d[_0x4a4bf1(0x2dc)]||_0x1aeb1e[_0x4a4bf1(0x2cf)]],_0x3bb3f4={'range':{[_0x3ed99a[_0x4a4bf1(0x2ca)]]:{'gte':_0x4ecc90['from'],'lte':_0x4ecc90['to']}}},_0x226f7e=_0x1aeb1e[_0x4a4bf1(0x230)](astToOpenSearch,_0x15189d['where'],DATASET_PROFILES[_0x15189d&&_0x15189d[_0x4a4bf1(0x2dc)]||_0x1aeb1e[_0x4a4bf1(0x2cf)]]);if(!_0x226f7e){if(_0x1aeb1e[_0x4a4bf1(0x31e)](_0x1aeb1e[_0x4a4bf1(0x350)],_0x1aeb1e['DVnWa']))_0x1e5422+=_0x151b22[_0x275ff5+0x1]||'',_0x4f615f+=0x2;else return{'bool':{'filter':[_0x3bb3f4]}};}return{'bool':{'filter':[_0x3bb3f4],'must':[_0x226f7e]}};}function sourceFieldsFor(_0x97c7d8){const _0x3e613e=_0x240345,_0x234ea3={'OxYpA':function(_0x1e4202,_0x5436e3){return _0x1e4202===_0x5436e3;},'YyMsg':_0x3e613e(0x30e),'yvEVn':_0x3e613e(0x388),'OYlVS':function(_0x5f1134,_0x46f015){return _0x5f1134!==_0x46f015;},'uODye':_0x3e613e(0x299)},_0x4d702b=new Set([_0x234ea3['yvEVn'],TIME_FIELD]);return _0x97c7d8[_0x3e613e(0x3ee)]['forEach'](_0x4b8f23=>{const _0x1cf6c3=_0x3e613e;if(!_0x97c7d8[_0x1cf6c3(0x25c)][_0x1cf6c3(0x1e5)](_0x4b8f23))_0x4d702b['add'](_0x4b8f23);}),_0x234ea3[_0x3e613e(0x346)](_0x97c7d8['calculate'][_0x3e613e(0x318)],_0x234ea3[_0x3e613e(0x309)])&&!_0x97c7d8[_0x3e613e(0x25c)][_0x3e613e(0x1e5)](_0x97c7d8['calculate'][_0x3e613e(0x30e)])&&_0x4d702b[_0x3e613e(0x1d0)](_0x97c7d8[_0x3e613e(0x2c5)][_0x3e613e(0x30e)]),_0x97c7d8[_0x3e613e(0x182)][_0x3e613e(0x261)](_0x43e611=>{const _0xb31233=_0x3e613e;if(_0x234ea3[_0xb31233(0x315)](_0x43e611[_0xb31233(0x358)],_0x234ea3['YyMsg']))_0x4d702b[_0xb31233(0x1d0)](_0x43e611[_0xb31233(0x30e)]);}),Array[_0x3e613e(0x227)](_0x4d702b);}function metricSubAgg(_0x44c771,_0x55222a){const _0x1a58be=_0x240345,_0x57e4ec={'BvCJF':function(_0x4e3fba,_0x46e5b7){return _0x4e3fba||_0x46e5b7;},'honuM':function(_0x33e8ac,_0x4ee12a){return _0x33e8ac===_0x4ee12a;},'hWYOK':_0x1a58be(0x3c9),'kWAmk':_0x1a58be(0x331),'NyEfs':function(_0x24b7ae,_0x2c7eae){return _0x24b7ae===_0x2c7eae;},'vMDsh':_0x1a58be(0x1f6),'xlVNo':_0x1a58be(0x1ca)},{type:_0x22507d}=_0x44c771,_0xe978c2=DATASET_PROFILES[_0x57e4ec[_0x1a58be(0x3bf)](_0x55222a,_0x1a58be(0x279))],_0x2e9bbe=_0xe978c2[_0x1a58be(0x24e)](_0x44c771[_0x1a58be(0x30e)]);if(_0x57e4ec[_0x1a58be(0x31a)](_0x22507d,_0x57e4ec['hWYOK']))return{'metric':{'avg':{'field':_0x2e9bbe}}};if(_0x57e4ec[_0x1a58be(0x31a)](_0x22507d,_0x57e4ec[_0x1a58be(0x332)]))return{'metric':{'sum':{'field':_0x2e9bbe}}};if(_0x57e4ec[_0x1a58be(0x212)](_0x22507d,_0x57e4ec['vMDsh']))return{'metric':{'min':{'field':_0x2e9bbe}}};if(_0x22507d==='max')return{'metric':{'max':{'field':_0x2e9bbe}}};if(_0x57e4ec[_0x1a58be(0x212)](_0x22507d,_0x57e4ec['xlVNo']))return{'metric':{'percentiles':{'field':_0x2e9bbe,'percents':[0x5f]}}};if(_0x22507d==='p99')return{'metric':{'percentiles':{'field':_0x2e9bbe,'percents':[0x63]}}};return undefined;}function readNativeMetric(_0xf656a4,_0x250570){const _0x35aa77=_0x240345,_0x94f2d9={'YRRGo':function(_0x560d34,_0x48d31b){return _0x560d34===_0x48d31b;},'CmfdW':function(_0x1f1a31,_0x5ed3a0){return _0x1f1a31===_0x5ed3a0;},'oChgg':_0x35aa77(0x1ca),'yHEdA':'95.0','FEWbR':_0x35aa77(0x281)};if(_0x94f2d9[_0x35aa77(0x234)](_0x250570[_0x35aa77(0x318)],'count'))return _0xf656a4['doc_count'];const _0x1f2d5b=_0xf656a4[_0x35aa77(0x1cf)]||{};if(_0x94f2d9['CmfdW'](_0x250570[_0x35aa77(0x318)],_0x94f2d9['oChgg']))return(_0x1f2d5b[_0x35aa77(0x3c5)]&&(_0x1f2d5b[_0x35aa77(0x3c5)][_0x94f2d9[_0x35aa77(0x38b)]]??_0x1f2d5b['values']['95']))??null;if(_0x94f2d9[_0x35aa77(0x262)](_0x250570['type'],_0x94f2d9[_0x35aa77(0x3e3)]))return(_0x1f2d5b[_0x35aa77(0x3c5)]&&(_0x1f2d5b[_0x35aa77(0x3c5)][_0x35aa77(0x3b6)]??_0x1f2d5b[_0x35aa77(0x3c5)]['99']))??null;return _0x1f2d5b[_0x35aa77(0x32e)]??null;}function buildTermsAgg(_0x2bc547){const _0xb7393c=_0x240345,_0x556d8c={'fYbED':function(_0x7b3183,_0x19b396){return _0x7b3183(_0x19b396);},'slfzY':_0xb7393c(0x3be),'Ianpb':_0xb7393c(0x284),'hICxy':'not','Nxxpo':function(_0x555977,_0x466284){return _0x555977!==_0x466284;},'aoLGn':_0xb7393c(0x3d2),'TKKTs':_0xb7393c(0x35b),'vrpLf':'count','yCLqI':'desc','avbiM':function(_0x18b2f8,_0x560755){return _0x18b2f8===_0x560755;},'Nnrtf':_0xb7393c(0x1ca),'cleTT':function(_0x5d0d48,_0x1063ea){return _0x5d0d48===_0x1063ea;},'LRFnT':'p99','VJEky':function(_0x59606a,_0x38d9a3){return _0x59606a<_0x38d9a3;},'cfGMR':function(_0x1a4f1f,_0x28748a){return _0x1a4f1f-_0x28748a;},'RnSFJ':function(_0x5bfe32,_0x31b10c){return _0x5bfe32===_0x31b10c;},'iMYME':_0xb7393c(0x252),'EHtGY':function(_0x473ac7,_0x6f6f5f,_0x505bd8){return _0x473ac7(_0x6f6f5f,_0x505bd8);},'fjoYG':_0xb7393c(0x3c8)},_0xb3d15f=_0x2bc547[_0xb7393c(0x3ee)],_0x457b00=_0x2bc547[_0xb7393c(0x2c5)],_0x375de1=_0x7b625c=>{const _0x406448=_0xb7393c,_0x56053e={'Tncjq':'2|0|4|3|1|5','HQSqh':function(_0x4e32fb,_0x46459f){return _0x556d8c['fYbED'](_0x4e32fb,_0x46459f);},'yUduR':_0x406448(0x31d),'jXDSA':function(_0x5e2e8e,_0x21ddee){return _0x556d8c['fYbED'](_0x5e2e8e,_0x21ddee);},'cYSBL':_0x406448(0x388),'JRnUC':_0x556d8c[_0x406448(0x324)],'YkUQT':_0x556d8c[_0x406448(0x2ac)],'QGqhh':_0x556d8c[_0x406448(0x33f)]};if(_0x556d8c[_0x406448(0x3e0)](_0x556d8c[_0x406448(0x3e2)],_0x556d8c[_0x406448(0x1c5)])){const _0x514597=_0xb3d15f[_0x7b625c],_0x4bfd82=DATASET_PROFILES[_0x2bc547[_0x406448(0x2dc)]||_0x406448(0x279)],_0x4355aa=_0x4bfd82['aggPath'](_0x514597,_0x2bc547[_0x406448(0x25c)]),_0x2e791a=_0x457b00['type']===_0x556d8c[_0x406448(0x248)]?{'_count':_0x556d8c[_0x406448(0x3b1)]}:_0x556d8c['avbiM'](_0x457b00[_0x406448(0x318)],_0x556d8c['Nnrtf'])?{'metric.95':_0x556d8c['yCLqI']}:_0x556d8c[_0x406448(0x1e8)](_0x457b00[_0x406448(0x318)],_0x556d8c[_0x406448(0x267)])?{'metric.99':_0x556d8c[_0x406448(0x3b1)]}:{'metric':_0x556d8c[_0x406448(0x3b1)]},_0x3ace6e={'terms':{'field':_0x4355aa,'size':TERMS_CAP}};if(_0x556d8c[_0x406448(0x2b0)](_0x7b625c,_0x556d8c[_0x406448(0x2f3)](_0xb3d15f[_0x406448(0x3af)],0x1)))_0x3ace6e[_0x406448(0x308)]={'sub':_0x375de1(_0x7b625c+0x1)},_0x3ace6e[_0x406448(0x277)]['order']={'_count':_0x556d8c[_0x406448(0x3b1)]};else{if(_0x556d8c[_0x406448(0x3e0)](_0x457b00[_0x406448(0x318)],_0x556d8c[_0x406448(0x248)])){if(_0x556d8c[_0x406448(0x263)](_0x556d8c[_0x406448(0x2c4)],_0x406448(0x27f))){const _0x124067=_0x56053e[_0x406448(0x25e)]['split']('|');let _0x5d987d=0x0;while(!![]){switch(_0x124067[_0x5d987d++]){case'0':if(_0x56053e[_0x406448(0x3c6)](_0x446e52,_0x5161ad))return{'path':_0x312297,'type':_0x56053e[_0x406448(0x2fb)],'existsPath':_0x26b203};continue;case'1':if(_0x40ead9===_0x406448(0x31b))return{'path':_0x4d8b85,'type':_0x406448(0x2df),'existsPath':_0x3c7930};continue;case'2':if(_0x56053e[_0x406448(0x397)](_0x4ec59c,_0x15a78d))return{'path':_0x555706,'type':'kv','existsPath':_0x40956f};continue;case'3':if(_0xda391===_0x406448(0x388))return{'path':_0x56053e['cYSBL'],'type':'text','keywordPath':_0x56053e[_0x406448(0x304)],'existsPath':_0x406448(0x388)};continue;case'4':if(_0x31a8b2[_0x406448(0x1e5)](_0x31e108))return{'path':_0x440c22,'type':_0x406448(0x31d),'existsPath':_0xe7d1be};continue;case'5':return{'path':_0x527b81+_0x406448(0x36e),'type':_0x56053e[_0x406448(0x288)],'existsPath':_0x3e087e};}break;}}else _0x3ace6e[_0x406448(0x308)]=_0x556d8c[_0x406448(0x349)](metricSubAgg,_0x457b00,_0x2bc547[_0x406448(0x2dc)]),_0x3ace6e[_0x406448(0x277)]['order']=_0x2e791a;}else{if(_0x556d8c[_0x406448(0x3e0)](_0x556d8c['fjoYG'],_0x556d8c[_0x406448(0x2cd)])){_0x48d340(_0x1b1422[_0x406448(0x1ba)],_0x3f977c,_0x1f9b12,!![]);return;}else _0x3ace6e['terms'][_0x406448(0x18c)]={'_count':_0x556d8c[_0x406448(0x3b1)]};}}return _0x3ace6e;}else return _0x27b012++,{'op':_0x56053e[_0x406448(0x1eb)],'child':_0x3ef3e3()};};return{'groups':_0x556d8c[_0xb7393c(0x29c)](_0x375de1,0x0)};}function parseTermsAgg(_0x4d87f1,_0x476b63){const _0x367868=_0x240345,_0x49a8d7={'AuEbu':function(_0x561a90,_0x151f17,_0x5bbd2d,_0x3e8e90){return _0x561a90(_0x151f17,_0x5bbd2d,_0x3e8e90);},'sOYAb':function(_0x103818,_0x286595){return _0x103818+_0x286595;},'qGQlK':function(_0x3c2f09,_0x28ae84){return _0x3c2f09===_0x28ae84;},'mcQFx':function(_0x317f4e,_0x530a47){return _0x317f4e===_0x530a47;},'iqwJK':'ZQbnL','linde':_0x367868(0x32b),'OZuZR':function(_0xcf423d,_0x55df38){return _0xcf423d===_0x55df38;},'viNuD':_0x367868(0x28b),'zmpNp':function(_0x85a51e,_0x220a38){return _0x85a51e===_0x220a38;},'kZKbx':function(_0x5cfefe,_0x56f8ce){return _0x5cfefe-_0x56f8ce;},'iChkf':function(_0x450ebd,_0x43203f){return _0x450ebd!==_0x43203f;},'vloER':'oUNmY','KssXg':'PwNDi','nYAwJ':function(_0x1d4de3,_0x339e9a,_0x10d7c0){return _0x1d4de3(_0x339e9a,_0x10d7c0);},'vMsQB':function(_0x203027,_0x1b0045,_0x13838b,_0x25a385){return _0x203027(_0x1b0045,_0x13838b,_0x25a385);}},_0x4028d1=_0x476b63[_0x367868(0x3ee)],_0x18484b=_0x476b63[_0x367868(0x2c5)],_0x10d99e=[],_0x5a11b7=(_0x1a4ed6,_0x2cd7bc,_0x15f158)=>{const _0x2adae6=_0x367868,_0x5eb302={'bXWpK':function(_0x514742,_0x40ae34){const _0x3c6f4d=_0x333e;return _0x49a8d7[_0x3c6f4d(0x2b6)](_0x514742,_0x40ae34);}};if(_0x49a8d7[_0x2adae6(0x19c)](_0x49a8d7[_0x2adae6(0x312)],_0x49a8d7['linde'])){const _0x1764c2=_0x52d8d3[_0x2adae6(0x367)][_0x2adae6(0x302)](_0x552155=>_0x45bdf4(_0x552155,_0x1c1146))[_0x2adae6(0x1da)](_0x3cd2c3);if(_0x5eb302[_0x2adae6(0x2aa)](_0x1764c2['length'],0x0))return null;return{'bool':{'should':_0x1764c2,'minimum_should_match':0x1}};}else for(const _0x58641b of _0x1a4ed6||[]){if(_0x49a8d7[_0x2adae6(0x394)]('jkBav',_0x49a8d7[_0x2adae6(0x1f4)])){const _0x14bd64=Object['assign']({},_0x15f158,{[_0x4028d1[_0x2cd7bc]]:_0x58641b[_0x2adae6(0x3b8)]});_0x49a8d7[_0x2adae6(0x22a)](_0x2cd7bc,_0x49a8d7[_0x2adae6(0x1c6)](_0x4028d1[_0x2adae6(0x3af)],0x1))?_0x49a8d7['iChkf'](_0x49a8d7[_0x2adae6(0x1c7)],_0x49a8d7['KssXg'])?_0x10d99e[_0x2adae6(0x292)](Object['assign']({},_0x14bd64,{'value':_0x49a8d7['nYAwJ'](readNativeMetric,_0x58641b,_0x18484b)})):_0x49a8d7[_0x2adae6(0x33d)](_0x1bbbc3,_0x342105[_0x2adae6(0x384)]&&_0x40ce37[_0x2adae6(0x384)][_0x2adae6(0x1a1)]||[],_0x49a8d7['sOYAb'](_0x338f80,0x1),_0x4d3538):_0x49a8d7['AuEbu'](_0x5a11b7,_0x58641b['sub']&&_0x58641b[_0x2adae6(0x384)][_0x2adae6(0x1a1)]||[],_0x49a8d7['sOYAb'](_0x2cd7bc,0x1),_0x14bd64);}else _0x4a661d=_0x249f3c[_0x2adae6(0x32e)],_0x1353e4++;}},_0x35836d=_0x4d87f1&&_0x4d87f1[_0x367868(0x33a)]&&_0x4d87f1[_0x367868(0x33a)][_0x367868(0x1a1)]||[];return _0x49a8d7['vMsQB'](_0x5a11b7,_0x35836d,0x0,{}),_0x49a8d7[_0x367868(0x3d0)](sortRows,_0x10d99e,_0x476b63[_0x367868(0x2d6)]),_0x10d99e;}function getPath(_0x5f26f1,_0x144d30){const _0x168f01=_0x240345;if(!_0x5f26f1||!_0x144d30)return undefined;if(Object[_0x168f01(0x1fe)][_0x168f01(0x276)][_0x168f01(0x32a)](_0x5f26f1,_0x144d30))return _0x5f26f1[_0x144d30];return _0x144d30[_0x168f01(0x26d)]('.')[_0x168f01(0x3d7)]((_0x3d9789,_0x294aef)=>_0x3d9789===null||_0x3d9789===undefined?undefined:_0x3d9789[_0x294aef],_0x5f26f1);}function toNumber(_0x1f74ba){const _0xc24c35=_0x240345,_0x12ba53={'andIU':function(_0x2876b4,_0x49feea){return _0x2876b4===_0x49feea;},'Tstws':function(_0x314fcd,_0x1be5c9){return _0x314fcd(_0x1be5c9);}};if(_0x12ba53[_0xc24c35(0x2a7)](_0x1f74ba,null)||_0x12ba53[_0xc24c35(0x2a7)](_0x1f74ba,undefined)||_0x1f74ba==='')return null;const _0x4e881d=_0x12ba53[_0xc24c35(0x20a)](Number,_0x1f74ba);return Number[_0xc24c35(0x193)](_0x4e881d)?_0x4e881d:null;}function extractFromDoc(_0x1a7c0f,_0x53b8cc){const _0x5271b0=_0x240345,_0x1e666a={'abNVA':_0x5271b0(0x30e),'TCCXl':function(_0x394f78,_0x47a9bb){return _0x394f78===_0x47a9bb;},'HeyNk':_0x5271b0(0x2da),'CeKqt':function(_0x47f89b,_0x1ebf2f){return _0x47f89b!==_0x1ebf2f;},'McXnj':_0x5271b0(0x3cb)},_0x2400e7=_0x1e666a[_0x5271b0(0x1e7)](typeof(_0x1a7c0f&&_0x1a7c0f[_0x5271b0(0x388)]),_0x1e666a[_0x5271b0(0x1fd)])?_0x1a7c0f['message']:'',_0x14dc6a={};for(const {regex:_0x7555c2}of _0x53b8cc){_0x7555c2[_0x5271b0(0x286)]=0x0;const _0x5ca508=_0x7555c2['exec'](_0x2400e7);if(!_0x5ca508)return{'ok':![],'extracted':_0x14dc6a};if(_0x5ca508['groups'])for(const [_0x5d0731,_0x2c3e77]of Object['entries'](_0x5ca508[_0x5271b0(0x33a)])){if(_0x1e666a[_0x5271b0(0x243)](_0x5271b0(0x17b),_0x1e666a[_0x5271b0(0x3db)])){if(_0x1e666a['CeKqt'](_0x2c3e77,undefined))_0x14dc6a[_0x5d0731]=_0x2c3e77;}else throw new _0x2fce1e(_0x1e666a[_0x5271b0(0x2b5)],_0x5271b0(0x3e8)+_0x1642b0,{'field':_0x3c30f4});}}return{'ok':!![],'extracted':_0x14dc6a};}function percentile(_0x2db3bd,_0x157b7c){const _0x49d696=_0x240345,_0x77d8d8={'TqqKK':function(_0x2ee101,_0x11b691){return _0x2ee101===_0x11b691;},'iRZwe':function(_0x5c7613,_0x295854){return _0x5c7613*_0x295854;},'ePtKt':function(_0x44f8a4,_0xff802b){return _0x44f8a4+_0xff802b;},'rTrkW':function(_0x180b11,_0xb57a25){return _0x180b11*_0xb57a25;}};if(_0x77d8d8[_0x49d696(0x2be)](_0x2db3bd[_0x49d696(0x3af)],0x0))return null;if(_0x77d8d8[_0x49d696(0x2be)](_0x2db3bd[_0x49d696(0x3af)],0x1))return _0x2db3bd[0x0];const _0x330c5a=_0x77d8d8['iRZwe'](_0x157b7c/0x64,_0x2db3bd[_0x49d696(0x3af)]-0x1),_0xbd44a=Math[_0x49d696(0x1d2)](_0x330c5a),_0x4d20f0=Math['ceil'](_0x330c5a);if(_0x77d8d8[_0x49d696(0x2be)](_0xbd44a,_0x4d20f0))return _0x2db3bd[_0xbd44a];return _0x77d8d8[_0x49d696(0x29e)](_0x2db3bd[_0xbd44a],_0x77d8d8[_0x49d696(0x25f)](_0x2db3bd[_0x4d20f0]-_0x2db3bd[_0xbd44a],_0x330c5a-_0xbd44a));}function finalizeMetric(_0xa42e7,_0x484430){const _0x2b472f=_0x240345,_0xe88de7={'MhZZX':function(_0x419273,_0x2517c8){return _0x419273===_0x2517c8;},'zydVX':_0x2b472f(0x331),'QlAeY':function(_0x45a039,_0xbbc05f){return _0x45a039===_0xbbc05f;},'qIEqs':_0x2b472f(0x3c9),'tkjsR':function(_0x5c003e,_0x5051e7){return _0x5c003e/_0x5051e7;},'KtrVH':_0x2b472f(0x1f6),'eRbSn':_0x2b472f(0x31c),'ZjPqu':function(_0x158d4f,_0x2be2e3,_0x1063ac){return _0x158d4f(_0x2be2e3,_0x1063ac);},'WvWed':_0x2b472f(0x281)};if(_0xe88de7[_0x2b472f(0x37f)](_0x484430[_0x2b472f(0x3af)],0x0))return null;if(_0xe88de7['MhZZX'](_0xa42e7,_0xe88de7[_0x2b472f(0x222)]))return _0x484430[_0x2b472f(0x3d7)]((_0xf8fde9,_0x1e94e2)=>_0xf8fde9+_0x1e94e2,0x0);if(_0xe88de7[_0x2b472f(0x228)](_0xa42e7,_0xe88de7[_0x2b472f(0x383)]))return _0xe88de7[_0x2b472f(0x2ce)](_0x484430[_0x2b472f(0x3d7)]((_0x47bf5e,_0x51762e)=>_0x47bf5e+_0x51762e,0x0),_0x484430[_0x2b472f(0x3af)]);if(_0xe88de7[_0x2b472f(0x37f)](_0xa42e7,_0xe88de7[_0x2b472f(0x18b)]))return Math['min'](..._0x484430);if(_0xe88de7['MhZZX'](_0xa42e7,_0xe88de7[_0x2b472f(0x180)]))return Math[_0x2b472f(0x31c)](..._0x484430);const _0x554c4d=_0x484430[_0x2b472f(0x382)]()['sort']((_0x1ef362,_0x47a77a)=>_0x1ef362-_0x47a77a);if(_0xe88de7[_0x2b472f(0x228)](_0xa42e7,'p95'))return _0xe88de7[_0x2b472f(0x2d2)](percentile,_0x554c4d,0x5f);if(_0xe88de7[_0x2b472f(0x228)](_0xa42e7,_0xe88de7['WvWed']))return percentile(_0x554c4d,0x63);return null;}function metricLabel(_0x30c369){const _0x53e162=_0x240345,_0x3bb8b1={'cIcoX':function(_0x52ef4c,_0x25fbda){return _0x52ef4c===_0x25fbda;},'VShSe':_0x53e162(0x299)};return _0x3bb8b1[_0x53e162(0x37c)](_0x30c369['type'],_0x53e162(0x299))?_0x3bb8b1[_0x53e162(0x38c)]:_0x30c369[_0x53e162(0x318)]+'('+_0x30c369[_0x53e162(0x30e)]+')';}function _0x333e(_0x720f8b,_0x1a8b91){_0x720f8b=_0x720f8b-0x171;const _0x1906de=_0x1906();let _0x333e84=_0x1906de[_0x720f8b];if(_0x333e['MFIJSr']===undefined){var _0x1c39e0=function(_0x2e57fa){const _0x3d2582='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38017c='',_0x2bf9f5='';for(let _0x3ac09e=0x0,_0x2b09da,_0x3bc2c5,_0x14b634=0x0;_0x3bc2c5=_0x2e57fa['charAt'](_0x14b634++);~_0x3bc2c5&&(_0x2b09da=_0x3ac09e%0x4?_0x2b09da*0x40+_0x3bc2c5:_0x3bc2c5,_0x3ac09e++%0x4)?_0x38017c+=String['fromCharCode'](0xff&_0x2b09da>>(-0x2*_0x3ac09e&0x6)):0x0){_0x3bc2c5=_0x3d2582['indexOf'](_0x3bc2c5);}for(let _0x202679=0x0,_0x3c6ac4=_0x38017c['length'];_0x202679<_0x3c6ac4;_0x202679++){_0x2bf9f5+='%'+('00'+_0x38017c['charCodeAt'](_0x202679)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2bf9f5);};_0x333e['bgkMBZ']=_0x1c39e0,_0x333e['zVxqGB']={},_0x333e['MFIJSr']=!![];}const _0x383688=_0x1906de[0x0],_0xb3070e=_0x720f8b+_0x383688,_0x465035=_0x333e['zVxqGB'][_0xb3070e];return!_0x465035?(_0x333e84=_0x333e['bgkMBZ'](_0x333e84),_0x333e['zVxqGB'][_0xb3070e]=_0x333e84):_0x333e84=_0x465035,_0x333e84;}function aggregateServerSide(_0x26c4cb,_0xd9e8b8){const _0xe7a779=_0x240345,_0x4b0c0c={'zgdcg':function(_0x48bb88,_0x1c1033){return _0x48bb88!==_0x1c1033;},'JSPzW':_0xe7a779(0x311),'FWdsS':function(_0x25a42e,_0x3de80a){return _0x25a42e===_0x3de80a;},'rPKCK':'string','KVyHu':function(_0x28c060,_0x5d4f9e){return _0x28c060!==_0x5d4f9e;},'lgRUM':function(_0x3066f9,_0xe53d62){return _0x3066f9===_0xe53d62;},'zfkaL':function(_0x5d6fcb,_0x5c13b6){return _0x5d6fcb===_0x5c13b6;},'bKASw':function(_0x7c3745,_0xd494c6){return _0x7c3745<_0xd494c6;},'iJqhE':function(_0x3d3fe7,_0x219e24,_0x43bf9b){return _0x3d3fe7(_0x219e24,_0x43bf9b);},'vzlrJ':_0xe7a779(0x275),'rkotT':function(_0x24bdd6,_0xcd75bd){return _0x24bdd6===_0xcd75bd;},'gPwwn':function(_0x426d47,_0x346664){return _0x426d47(_0x346664);},'XsnPh':_0xe7a779(0x299),'muEwK':'gkPwM','UsbPU':function(_0x4ff31c,_0x396fa6,_0x27285b){return _0x4ff31c(_0x396fa6,_0x27285b);},'RfBSI':function(_0x4a17b7,_0x3895b0){return _0x4a17b7!==_0x3895b0;},'QPiyD':_0xe7a779(0x1bd)},{groupby:_0x15abe5,calculate:_0x4bca64,regexes:_0x3186e0,extracted:_0x2fbb86}=_0xd9e8b8,_0x11a1af=new Map();let _0x5c0e8a=0x0;for(const _0x2013ab of _0x26c4cb){const _0x5a2eda=_0x2013ab&&_0x2013ab['_source']||{},{ok:_0x31e894,extracted:_0x16d6e9}=_0x4b0c0c[_0xe7a779(0x236)](extractFromDoc,_0x5a2eda,_0x3186e0);if(!_0x31e894)continue;_0x5c0e8a++;const _0x5ad1f0=[];let _0x1eb9f4=![];for(const _0xbb3fdf of _0x15abe5){if(_0x4b0c0c['vzlrJ']!==_0xe7a779(0x275)){const _0x653192=(_0x4a2c87[_0xe7a779(0x1fc)]||'')[_0xe7a779(0x291)](/[^gimsuy]/g,'');_0x1ab101=new _0x496acc(_0x14d0de,_0x653192[_0xe7a779(0x258)]('g')?_0x653192:_0x653192);}else{const _0x5a49f8=_0x2fbb86['has'](_0xbb3fdf)?_0x16d6e9[_0xbb3fdf]:getPath(_0x5a2eda,_0xbb3fdf);if(_0x4b0c0c[_0xe7a779(0x28a)](_0x5a49f8,undefined)||_0x5a49f8===null||_0x4b0c0c[_0xe7a779(0x1af)](_0x5a49f8,'')){_0x1eb9f4=!![];break;}_0x5ad1f0[_0xe7a779(0x292)](_0x4b0c0c[_0xe7a779(0x2c9)](String,_0x5a49f8));}}if(_0x1eb9f4)continue;const _0x132033=_0x5ad1f0['join']('\x00');let _0x452404=_0x11a1af['get'](_0x132033);if(!_0x452404){const _0x102bc3={};_0x15abe5[_0xe7a779(0x261)]((_0x2acc11,_0x1a9f6e)=>{const _0x110792=_0xe7a779;if(_0x4b0c0c[_0x110792(0x1b5)](_0x4b0c0c[_0x110792(0x21b)],_0x4b0c0c[_0x110792(0x21b)]))return{'exists':{'field':_0x50691d[_0x110792(0x35e)]||_0x2154fb[_0x110792(0x30e)]}};else _0x102bc3[_0x2acc11]=_0x5ad1f0[_0x1a9f6e];}),_0x452404={'dims':_0x102bc3,'count':0x0,'values':[]},_0x11a1af[_0xe7a779(0x175)](_0x132033,_0x452404);}_0x452404[_0xe7a779(0x299)]++;if(_0x4b0c0c['zgdcg'](_0x4bca64[_0xe7a779(0x318)],_0x4b0c0c[_0xe7a779(0x22c)])){if(_0x4b0c0c[_0xe7a779(0x389)]===_0x4b0c0c['muEwK']){const _0x5df736=_0x2fbb86[_0xe7a779(0x1e5)](_0x4bca64[_0xe7a779(0x30e)])?_0x16d6e9[_0x4bca64['field']]:_0x4b0c0c['UsbPU'](getPath,_0x5a2eda,_0x4bca64[_0xe7a779(0x30e)]),_0x2a53d8=_0x4b0c0c[_0xe7a779(0x2c9)](toNumber,_0x5df736);if(_0x4b0c0c[_0xe7a779(0x1c0)](_0x2a53d8,null))_0x452404[_0xe7a779(0x3c5)][_0xe7a779(0x292)](_0x2a53d8);}else{const _0x5901d8=_0x4b0c0c[_0xe7a779(0x2e8)](typeof(_0x5c0fa8&&_0x589da5[_0xe7a779(0x388)]),_0x4b0c0c[_0xe7a779(0x316)])?_0x64de29[_0xe7a779(0x388)]:'',_0x49ae93={};for(const {regex:_0x12bcd7}of _0x34c13d){_0x12bcd7[_0xe7a779(0x286)]=0x0;const _0x619d96=_0x12bcd7[_0xe7a779(0x189)](_0x5901d8);if(!_0x619d96)return{'ok':![],'extracted':_0x49ae93};if(_0x619d96[_0xe7a779(0x33a)])for(const [_0x5d6337,_0x23793]of _0x1f2769[_0xe7a779(0x200)](_0x619d96[_0xe7a779(0x33a)])){if(_0x4b0c0c['KVyHu'](_0x23793,_0x46832e))_0x49ae93[_0x5d6337]=_0x23793;}}return{'ok':!![],'extracted':_0x49ae93};}}}const _0x454937=[];for(const _0x5ed6b9 of _0x11a1af['values']()){if(_0x4b0c0c[_0xe7a779(0x221)](_0x4b0c0c['QPiyD'],_0x4b0c0c[_0xe7a779(0x260)])){const _0x19a335=_0x4b0c0c[_0xe7a779(0x221)](_0x4bca64[_0xe7a779(0x318)],_0x4b0c0c[_0xe7a779(0x22c)])?_0x5ed6b9[_0xe7a779(0x299)]:_0x4b0c0c[_0xe7a779(0x3ec)](finalizeMetric,_0x4bca64['type'],_0x5ed6b9['values']);_0x454937['push'](Object[_0xe7a779(0x1e0)]({},_0x5ed6b9[_0xe7a779(0x241)],{'value':_0x19a335}));}else{const _0x286041=_0x4b0c0c['zfkaL'](_0x209bf9,_0xe7a779(0x361))?0x1:-0x1;_0x1fab6a[_0xe7a779(0x2d6)]((_0x4476eb,_0x4d7fac)=>{const _0x505e5c=_0xe7a779,_0x1dc0c6=_0x4b0c0c['lgRUM'](_0x4476eb[_0x505e5c(0x32e)],null)||_0x4476eb[_0x505e5c(0x32e)]===_0x2b91fe?-_0x412a63:_0x4476eb[_0x505e5c(0x32e)],_0x3641ea=_0x4b0c0c['zfkaL'](_0x4d7fac[_0x505e5c(0x32e)],null)||_0x4b0c0c[_0x505e5c(0x221)](_0x4d7fac[_0x505e5c(0x32e)],_0x5bc7da)?-_0x5d10d0:_0x4d7fac[_0x505e5c(0x32e)];if(_0x4b0c0c['lgRUM'](_0x1dc0c6,_0x3641ea))return 0x0;return _0x4b0c0c['bKASw'](_0x1dc0c6,_0x3641ea)?-_0x286041:_0x286041;});}}return sortRows(_0x454937,_0xd9e8b8['sort']),{'rows':_0x454937,'matched':_0x5c0e8a};}function sortRows(_0x16f650,_0x29ecae){const _0x4a11dc=_0x240345,_0x40cff3={'KsAOH':function(_0x2d01f3,_0x4ecfaa){return _0x2d01f3===_0x4ecfaa;},'GwzME':function(_0x4bada0,_0xd16c86){return _0x4bada0===_0xd16c86;},'KpCns':function(_0x23abba,_0x18c9d1){return _0x23abba<_0x18c9d1;},'vsJAy':_0x4a11dc(0x361)},_0x5ef3b8=_0x29ecae===_0x40cff3[_0x4a11dc(0x30c)]?0x1:-0x1;_0x16f650[_0x4a11dc(0x2d6)]((_0x3dfbf8,_0x4d707e)=>{const _0x1ca99d=_0x4a11dc,_0x56ccc5=_0x40cff3[_0x1ca99d(0x19a)](_0x3dfbf8[_0x1ca99d(0x32e)],null)||_0x3dfbf8['value']===undefined?-Infinity:_0x3dfbf8[_0x1ca99d(0x32e)],_0x25af27=_0x4d707e[_0x1ca99d(0x32e)]===null||_0x4d707e['value']===undefined?-Infinity:_0x4d707e['value'];if(_0x40cff3[_0x1ca99d(0x3ed)](_0x56ccc5,_0x25af27))return 0x0;return _0x40cff3['KpCns'](_0x56ccc5,_0x25af27)?-_0x5ef3b8:_0x5ef3b8;});}module['exports']={'MAX_QUERY_LEN':MAX_QUERY_LEN,'MAX_REGEXES':MAX_REGEXES,'MAX_SCAN_DOCS':MAX_SCAN_DOCS,'TERMS_CAP':TERMS_CAP,'DEFAULT_HIT_SIZE':DEFAULT_HIT_SIZE,'MAX_HIT_SIZE':MAX_HIT_SIZE,'TIME_FIELD':TIME_FIELD,'LOG_FIELD_ALLOWLIST':LOG_FIELD_ALLOWLIST,'LOG_NUMERIC_FIELDS':LOG_NUMERIC_FIELDS,'METRIC_FUNCS':METRIC_FUNCS,'DslError':DslError,'parseQuery':parseQuery,'parseCalculate':parseCalculate,'normalizeRegexSource':normalizeRegexSource,'buildOpenSearchQuery':buildOpenSearchQuery,'compileWhere':compileWhere,'timeFieldFor':timeFieldFor,'aggPathFor':aggPathFor,'extractContains':extractContains,'compileAstFor':compileAstFor,'REQUESTS_HITS_SOURCE':REQUESTS_HITS_SOURCE,'clauseToOpenSearch':clauseToOpenSearch,'sourceFieldsFor':sourceFieldsFor,'metricLabel':metricLabel,'buildTermsAgg':buildTermsAgg,'parseTermsAgg':parseTermsAgg,'metricSubAgg':metricSubAgg,'readNativeMetric':readNativeMetric,'extractFromDoc':extractFromDoc,'aggregateServerSide':aggregateServerSide,'sortRows':sortRows,'finalizeMetric':finalizeMetric,'percentile':percentile,'getPath':getPath};
|
|
1
|
+
'use strict';const _0x231bf0=_0x13cb;(function(_0x1795e0,_0x1a4cf8){const _0x1ef0a2=_0x13cb,_0x2b174e=_0x1795e0();while(!![]){try{const _0x21915f=-parseInt(_0x1ef0a2(0x209))/0x1+-parseInt(_0x1ef0a2(0x31e))/0x2*(-parseInt(_0x1ef0a2(0x2e6))/0x3)+-parseInt(_0x1ef0a2(0x224))/0x4+parseInt(_0x1ef0a2(0x370))/0x5*(parseInt(_0x1ef0a2(0x3a1))/0x6)+-parseInt(_0x1ef0a2(0x32b))/0x7*(-parseInt(_0x1ef0a2(0x350))/0x8)+parseInt(_0x1ef0a2(0x3a8))/0x9*(-parseInt(_0x1ef0a2(0x287))/0xa)+parseInt(_0x1ef0a2(0x3d8))/0xb*(-parseInt(_0x1ef0a2(0x33d))/0xc);if(_0x21915f===_0x1a4cf8)break;else _0x2b174e['push'](_0x2b174e['shift']());}catch(_0x264f49){_0x2b174e['push'](_0x2b174e['shift']());}}}(_0x36e0,0x2e54f));const MAX_QUERY_LEN=0xfa0,MAX_REGEXES=0x8,MAX_REGEX_LEN=0x3e8,MAX_SCAN_DOCS=0x1388,TERMS_CAP=0x32,DEFAULT_HIT_SIZE=0x32,MAX_HIT_SIZE=0xc8,TIME_FIELD=_0x231bf0(0x398),LOG_FIELD_ALLOWLIST=new Set([_0x231bf0(0x291),_0x231bf0(0x274),_0x231bf0(0x359),_0x231bf0(0x2f3),'origin','logger',_0x231bf0(0x43e),_0x231bf0(0x27b),'requestId',_0x231bf0(0x273),'flowId','message',_0x231bf0(0x28a),_0x231bf0(0x21b),_0x231bf0(0x361),_0x231bf0(0x297),'exceptionType',_0x231bf0(0x304),'errorCode',_0x231bf0(0x3c5),'statusCode','httpStatusCode',_0x231bf0(0x428),'method',_0x231bf0(0x421),_0x231bf0(0x2de),_0x231bf0(0x300),_0x231bf0(0x3a6),_0x231bf0(0x1f4),'env',_0x231bf0(0x39d),'application',_0x231bf0(0x2c7),'durationMs',_0x231bf0(0x317),_0x231bf0(0x3e3),_0x231bf0(0x419),_0x231bf0(0x2eb),'bytes',_0x231bf0(0x3b1),'responseSize']),LOG_NUMERIC_FIELDS=new Set(['durationMs',_0x231bf0(0x317),_0x231bf0(0x3e3),_0x231bf0(0x419),_0x231bf0(0x2eb),_0x231bf0(0x2ec),_0x231bf0(0x3b1),'responseSize',_0x231bf0(0x285),_0x231bf0(0x314)]),KV_PATH_RE=/^kv\.[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$/,KVN_FIELDS=new Set([_0x231bf0(0x215),_0x231bf0(0x317),_0x231bf0(0x2eb),_0x231bf0(0x419),'responseTime',_0x231bf0(0x3e6),_0x231bf0(0x285),'httpStatus',_0x231bf0(0x2ec),_0x231bf0(0x3b1)]);function isKvPath(_0x1c83b8){const _0x30e5b1=_0x231bf0;return KV_PATH_RE[_0x30e5b1(0x20a)](_0x1c83b8);}function isKvnPath(_0x1921e4){const _0xd5cdd0=_0x231bf0;return _0x1921e4['startsWith'](_0xd5cdd0(0x404))&&KVN_FIELDS[_0xd5cdd0(0x2fa)](_0x1921e4[_0xd5cdd0(0x3fd)](0x4));}const METRIC_FUNCS=new Set([_0x231bf0(0x3d1),'p95',_0x231bf0(0x3cb),_0x231bf0(0x230),_0x231bf0(0x406),'sum']);class DslError extends Error{constructor(_0x2fc4d1,_0x5a7bad,_0x650109={}){const _0x89fdb1=_0x231bf0,_0x3c72f3={'EAAfj':_0x89fdb1(0x2ea)};super(_0x5a7bad),this[_0x89fdb1(0x1ee)]=_0x3c72f3['EAAfj'],this[_0x89fdb1(0x41f)]=_0x2fc4d1,Object[_0x89fdb1(0x3a3)](this,_0x650109);}}function matchingParen(_0x591f52,_0x500ed3){const _0xc729a6=_0x231bf0,_0x27950={'wekrk':function(_0x1d0cdd,_0x1513a9){return _0x1d0cdd!==_0x1513a9;},'DEVWj':function(_0x458a4f,_0x2f0e38){return _0x458a4f===_0x2f0e38;},'yrruo':_0xc729a6(0x3b4),'efvfw':function(_0x47ae7c,_0x2d8632){return _0x47ae7c(_0x2d8632);},'yjuKe':function(_0x3ea8d8,_0x2350d5){return _0x3ea8d8<_0x2350d5;},'fOtrH':function(_0x3c24fc,_0x44c27b){return _0x3c24fc===_0x44c27b;},'UaWdR':'PMPRI','RnnoQ':function(_0x636993,_0x540fcc){return _0x636993===_0x540fcc;},'EcDYC':'xtlWC','dwedH':function(_0x27d6bc,_0x1cd9e9){return _0x27d6bc<_0x1cd9e9;},'vrVDS':function(_0x39cfd1,_0x1ba40c){return _0x39cfd1!==_0x1ba40c;},'XZIiL':_0xc729a6(0x310),'AGXQy':function(_0x47fc8b,_0x1ec08a){return _0x47fc8b===_0x1ec08a;},'xPIxA':function(_0x118bef,_0x1acaec){return _0x118bef===_0x1acaec;},'tLpWs':function(_0x3caa32,_0x4c794e){return _0x3caa32===_0x4c794e;},'kzJdP':_0xc729a6(0x3e0),'fcwvm':_0xc729a6(0x2cd),'lNAQU':function(_0x3935e5,_0x409d25){return _0x3935e5===_0x409d25;}};let _0x1ce16d=0x0;for(let _0x3dd933=_0x500ed3;_0x27950[_0xc729a6(0x207)](_0x3dd933,_0x591f52['length']);_0x3dd933++){if(_0x27950[_0xc729a6(0x415)](_0xc729a6(0x31d),_0x27950[_0xc729a6(0x33c)])){const _0x4b6237=[],_0x31d1db=_0x4681d8['replace'](/\(\?P<([A-Za-z_][A-Za-z0-9_]*)>/g,(_0x30180c,_0x4f4082)=>{return _0x4b6237['push'](_0x4f4082),'(?<'+_0x4f4082+'>';}),_0x48f23f=/\(\?<([A-Za-z_][A-Za-z0-9_]*)>/g;let _0x55b9df;while(_0x27950['wekrk'](_0x55b9df=_0x48f23f[_0xc729a6(0x2e4)](_0x31d1db),null)){if(!_0x4b6237[_0xc729a6(0x344)](_0x55b9df[0x1]))_0x4b6237['push'](_0x55b9df[0x1]);}return{'jsSource':_0x31d1db,'names':_0x4b6237};}else{const _0x444bb8=_0x591f52[_0x3dd933];if(_0x27950[_0xc729a6(0x24a)](_0x444bb8,'\x22')||_0x444bb8==='\x27'){const _0xfaabe6=_0x444bb8;_0x3dd933++;while(_0x27950['yjuKe'](_0x3dd933,_0x591f52[_0xc729a6(0x302)])&&_0x27950['wekrk'](_0x591f52[_0x3dd933],_0xfaabe6)){if(_0x27950['DEVWj'](_0x591f52[_0x3dd933],'\x5c'))_0x3dd933++;_0x3dd933++;}continue;}if(_0x27950[_0xc729a6(0x260)](_0x444bb8,'/')){if(_0x27950[_0xc729a6(0x372)]===_0x27950['EcDYC']){_0x3dd933++;while(_0x27950[_0xc729a6(0x3be)](_0x3dd933,_0x591f52[_0xc729a6(0x302)])&&_0x27950[_0xc729a6(0x337)](_0x591f52[_0x3dd933],'/')){if(_0x27950['wekrk'](_0x27950['XZIiL'],_0x27950[_0xc729a6(0x1e4)])){if(_0x27950['DEVWj'](_0x48fd15['field'],_0x27950[_0xc729a6(0x2b2)]))return{'match':{'message':_0x1e23c2['value']}};if(_0x27950[_0xc729a6(0x2fc)](_0x1f5698,_0x1abb34[_0xc729a6(0x365)]))return{'term':{[_0x48dfca['field']]:_0x127b1f[_0xc729a6(0x3f6)]}};if(_0x157d2b(_0x9605ee['field'])){const _0x3b23e8=_0x10b226(_0x4a6084['value']);return _0x4f922e[_0xc729a6(0x2be)](_0x3b23e8)?{'term':{[_0x597ae1[_0xc729a6(0x365)]]:_0x3b23e8}}:{'term':{[_0x380fda['field']]:_0x1e0251[_0xc729a6(0x3f6)]}};}return{'term':{[_0x3efb5b[_0xc729a6(0x365)]+'.keyword']:_0x2a1a94[_0xc729a6(0x3f6)]}};}else{if(_0x27950[_0xc729a6(0x213)](_0x591f52[_0x3dd933],'\x5c'))_0x3dd933++;_0x3dd933++;}}continue;}else _0x5558f0=_0x4896d9[_0xc729a6(0x3f6)],_0x4bd0ef++;}if(_0x27950[_0xc729a6(0x24a)](_0x444bb8,'('))_0x1ce16d++;else{if(_0x27950[_0xc729a6(0x327)](_0x444bb8,')')){if(_0x27950[_0xc729a6(0x338)](_0x27950[_0xc729a6(0x40c)],_0x27950[_0xc729a6(0x1f0)]))throw new _0x150b9b(_0xc729a6(0x340),_0xc729a6(0x2bc));else{_0x1ce16d--;if(_0x27950[_0xc729a6(0x2b9)](_0x1ce16d,0x0))return _0x3dd933;}}}}}return-0x1;}function findSection(_0x1f28f8,_0xe8fcb1){const _0x55b477=_0x231bf0,_0xa9b0ef={'TzQlB':function(_0x5cb608,_0x4711a3){return _0x5cb608-_0x4711a3;},'abnLk':function(_0x3de813,_0x5e92da){return _0x3de813+_0x5e92da;},'UeZhL':function(_0x487733,_0x16210b,_0x384c8f){return _0x487733(_0x16210b,_0x384c8f);},'sUoel':'malformed'},_0x3bc182=new RegExp(_0x55b477(0x2e8)+_0xe8fcb1+'\x5cs*\x5c(','i'),_0xb16b4e=_0x3bc182['exec'](_0x1f28f8);if(!_0xb16b4e)return null;const _0x55944d=_0x1f28f8['indexOf']('(',_0xa9b0ef[_0x55b477(0x34a)](_0xa9b0ef[_0x55b477(0x437)](_0xb16b4e[_0x55b477(0x217)],_0xb16b4e[0x0][_0x55b477(0x302)]),0x1)),_0x5419d4=_0xa9b0ef[_0x55b477(0x384)](matchingParen,_0x1f28f8,_0x55944d);if(_0x5419d4<0x0)throw new DslError(_0xa9b0ef[_0x55b477(0x26a)],_0x55b477(0x326)+_0xe8fcb1+'(...)',{'detail':_0xe8fcb1+'(...)'});return{'content':_0x1f28f8[_0x55b477(0x3fd)](_0x55944d+0x1,_0x5419d4),'start':_0xa9b0ef['abnLk'](_0xb16b4e['index'],_0xb16b4e[0x1]?_0xb16b4e[0x1][_0x55b477(0x302)]:0x0),'end':_0xa9b0ef[_0x55b477(0x437)](_0x5419d4,0x1)};}function tokenizeWhere(_0x39629a){const _0x52253e=_0x231bf0,_0x2c4e0b={'JEkMA':function(_0xf4e57d,_0xc2d08){return _0xf4e57d+_0xc2d08;},'oJvRx':function(_0x4adb39,_0x102f0c){return _0x4adb39>=_0x102f0c;},'CiHun':function(_0x32e39e,_0x366978){return _0x32e39e===_0x366978;},'skxee':function(_0x56318b,_0x5460ed){return _0x56318b===_0x5460ed;},'nLAUR':_0x52253e(0x365),'HJOtI':function(_0x9af18a,_0xff8505,_0x40a0ca,_0x56b9f5,_0x9754fb){return _0x9af18a(_0xff8505,_0x40a0ca,_0x56b9f5,_0x9754fb);},'Pbjuv':function(_0x3367d0){return _0x3367d0();},'njxdZ':function(_0x50eb93,_0x9aeaaa,_0x4c006e){return _0x50eb93(_0x9aeaaa,_0x4c006e);},'ztGkp':function(_0x1596e9,_0x5db5ca){return _0x1596e9(_0x5db5ca);},'IyMJu':function(_0x290b1c,_0x43b93e){return _0x290b1c<_0x43b93e;},'PFYTU':function(_0x488719,_0x5dd213){return _0x488719===_0x5dd213;},'ivCRo':function(_0xfd8005,_0x5598ec){return _0xfd8005===_0x5598ec;},'WkdZv':function(_0x4e009d,_0x156a64){return _0x4e009d===_0x156a64;},'zNiEC':_0x52253e(0x32f),'JqUPs':_0x52253e(0x278),'SCANZ':function(_0x55a1ae,_0x5a4264){return _0x55a1ae===_0x5a4264;},'zwCjb':_0x52253e(0x3bf),'XMeqa':function(_0x5f59f6,_0x46608b){return _0x5f59f6>=_0x46608b;},'NfYxo':_0x52253e(0x31c),'ZZpJQ':'phrase','LupEM':function(_0x2d69a9,_0x4b9ddf){return _0x2d69a9+_0x4b9ddf;},'zUGAf':function(_0x4c1653,_0x3be6a9){return _0x4c1653!==_0x3be6a9;},'xjZYo':'RcmbV','SyMLB':function(_0x5e22d6,_0x4ed61e){return _0x5e22d6!==_0x4ed61e;},'qVwHh':_0x52253e(0x22d),'GCNvY':function(_0x5287a8,_0x574058){return _0x5287a8>=_0x574058;},'PsNlq':_0x52253e(0x340),'lTHAI':_0x52253e(0x25d),'sBRhi':_0x52253e(0x2e9),'Lnvyj':function(_0xcb993d,_0x10723d){return _0xcb993d!==_0x10723d;},'DHUPr':_0x52253e(0x1f5),'mAjsz':'word'},_0x4934fa=[];let _0x180a10=0x0;const _0x389b0b=_0x39629a['length'];while(_0x2c4e0b[_0x52253e(0x1f2)](_0x180a10,_0x389b0b)){const _0x15659d=_0x39629a[_0x180a10];if(/\s/[_0x52253e(0x20a)](_0x15659d)){_0x180a10++;continue;}if(_0x2c4e0b[_0x52253e(0x347)](_0x15659d,'(')||_0x2c4e0b[_0x52253e(0x3b8)](_0x15659d,')')||_0x15659d===','){_0x4934fa[_0x52253e(0x3b6)]({'type':_0x15659d}),_0x180a10++;continue;}if(_0x2c4e0b['PFYTU'](_0x15659d,'\x22')||_0x2c4e0b['ivCRo'](_0x15659d,'\x27')){const _0x4a1ef0=_0x15659d;let _0x3d6d64=_0x180a10+0x1,_0x41a10b='';while(_0x2c4e0b[_0x52253e(0x1f2)](_0x3d6d64,_0x389b0b)&&_0x39629a[_0x3d6d64]!==_0x4a1ef0){if(_0x2c4e0b['WkdZv'](_0x2c4e0b['zNiEC'],_0x2c4e0b['JqUPs'])){const _0x418739=_0x1145a4[_0x52253e(0x3f6)][_0x52253e(0x3fd)](0x0,_0x2a7ae6);let _0x469392=_0x1a9921[_0x52253e(0x3f6)][_0x52253e(0x3fd)](_0x2c4e0b[_0x52253e(0x27f)](_0x174602,0x1));return _0x2c4e0b[_0x52253e(0x3a0)](_0x469392[_0x52253e(0x302)],0x2)&&(_0x2c4e0b[_0x52253e(0x3b8)](_0x469392[0x0],'\x22')&&_0x469392[_0x52253e(0x3f8)]('\x22')||_0x2c4e0b['skxee'](_0x469392[0x0],'\x27')&&_0x469392['endsWith']('\x27'))&&(_0x469392=_0x469392[_0x52253e(0x3fd)](0x1,-0x1)),{'kind':_0x2c4e0b[_0x52253e(0x35f)],'field':_0x418739,'value':_0x469392};}else{if(_0x2c4e0b['SCANZ'](_0x39629a[_0x3d6d64],'\x5c'))_0x41a10b+=_0x39629a[_0x2c4e0b[_0x52253e(0x27f)](_0x3d6d64,0x1)]||'',_0x3d6d64+=0x2;else{if(_0x52253e(0x28f)!==_0x2c4e0b[_0x52253e(0x265)])_0x41a10b+=_0x39629a[_0x3d6d64],_0x3d6d64++;else{_0x2c4e0b[_0x52253e(0x379)](_0x47711e,_0x574d88['child'],_0x14b889,_0x492e53,!![]);return;}}}}if(_0x2c4e0b[_0x52253e(0x3de)](_0x3d6d64,_0x389b0b))throw new DslError(_0x52253e(0x340),_0x2c4e0b['NfYxo'],{'detail':_0x39629a});_0x4934fa[_0x52253e(0x3b6)]({'type':_0x2c4e0b['ZZpJQ'],'value':_0x41a10b}),_0x180a10=_0x2c4e0b['LupEM'](_0x3d6d64,0x1);continue;}if(_0x2c4e0b[_0x52253e(0x3b8)](_0x15659d,'/')){if(_0x2c4e0b['zUGAf'](_0x52253e(0x2df),_0x2c4e0b[_0x52253e(0x2ac)])){let _0x5212d5=_0x2c4e0b[_0x52253e(0x27f)](_0x180a10,0x1),_0x9eb8fc='';while(_0x2c4e0b[_0x52253e(0x1f2)](_0x5212d5,_0x389b0b)&&_0x2c4e0b[_0x52253e(0x371)](_0x39629a[_0x5212d5],'/')){if(_0x2c4e0b[_0x52253e(0x2d8)](_0x39629a[_0x5212d5],'\x5c')){if(_0x2c4e0b[_0x52253e(0x3b8)](_0x52253e(0x22d),_0x2c4e0b[_0x52253e(0x254)]))_0x9eb8fc+=_0x2c4e0b['JEkMA']('\x5c',_0x39629a[_0x5212d5+0x1]||''),_0x5212d5+=0x2;else{const _0x172b64=_0x2c4e0b[_0x52253e(0x34b)](_0x331dd0);if(_0x2c4e0b[_0x52253e(0x436)](_0x3cdf89,_0x172b64,/^not$/i))return _0x10102c++,{'op':_0x52253e(0x2aa),'child':_0x2c4e0b['Pbjuv'](_0x3251b5)};if(_0x172b64&&_0x172b64[_0x52253e(0x21a)]==='('){_0x3fa9bd++;const _0x2ae8c6=_0x2c4e0b[_0x52253e(0x34b)](_0x4d9113);return _0x2c4e0b[_0x52253e(0x2b0)](_0x146487,')'),_0x2ae8c6;}return _0x25443d();}}else _0x9eb8fc+=_0x39629a[_0x5212d5],_0x5212d5++;}if(_0x2c4e0b['GCNvY'](_0x5212d5,_0x389b0b))throw new DslError(_0x2c4e0b['PsNlq'],_0x2c4e0b['lTHAI'],{'detail':_0x39629a});let _0x248a9f=_0x2c4e0b[_0x52253e(0x440)](_0x5212d5,0x1),_0x29b019='';while(_0x2c4e0b[_0x52253e(0x1f2)](_0x248a9f,_0x389b0b)&&/[a-z]/i[_0x52253e(0x20a)](_0x39629a[_0x248a9f])){_0x29b019+=_0x39629a[_0x248a9f],_0x248a9f++;}_0x4934fa[_0x52253e(0x3b6)]({'type':_0x2c4e0b[_0x52253e(0x289)],'source':_0x9eb8fc,'flags':_0x29b019}),_0x180a10=_0x248a9f;continue;}else{const _0x592bbb={};_0x52d9d1[_0x52253e(0x3ce)]((_0x13b6b0,_0x57f3da)=>{_0x592bbb[_0x13b6b0]=_0xb8ef37[_0x57f3da];}),_0x3e4e35={'dims':_0x592bbb,'count':0x0,'values':[]},_0x217bf3['set'](_0x53ef4b,_0x4d11d1);}}let _0x534361=_0x180a10,_0x1e3826='';while(_0x2c4e0b[_0x52253e(0x1f2)](_0x534361,_0x389b0b)&&!/[\s(),"'/]/[_0x52253e(0x20a)](_0x39629a[_0x534361])){if(_0x2c4e0b[_0x52253e(0x331)](_0x2c4e0b[_0x52253e(0x360)],_0x52253e(0x2c0)))_0x1e3826+=_0x39629a[_0x534361],_0x534361++;else{const _0x331112=(_0x3f9702[_0x52253e(0x1e8)]||'')[_0x52253e(0x219)](/[^gimsuy]/g,'');_0x2b4e36=new _0x5c48c9(_0x3e2e1b,_0x331112[_0x52253e(0x344)]('g')?_0x331112:_0x331112);}}_0x4934fa[_0x52253e(0x3b6)]({'type':_0x2c4e0b[_0x52253e(0x376)],'value':_0x1e3826}),_0x180a10=_0x534361;}return _0x4934fa;}function toClause(_0x512086){const _0x34ce24=_0x231bf0,_0xcb9021={'PMDVP':function(_0x16d5b5,_0x3d9b4a){return _0x16d5b5===_0x3d9b4a;},'lbTwi':'phrase','dsUVv':function(_0x4a8838,_0x5c67d4){return _0x4a8838===_0x5c67d4;},'gXRGL':_0x34ce24(0x2e9),'NgeTB':function(_0x289d76,_0x383d66){return _0x289d76>_0x383d66;},'YuJDv':function(_0x21e5d2,_0x5b41ee){return _0x21e5d2+_0x5b41ee;},'bRszs':'field'};if(_0xcb9021[_0x34ce24(0x200)](_0x512086[_0x34ce24(0x21a)],_0x34ce24(0x30e)))return{'kind':_0xcb9021[_0x34ce24(0x43d)],'value':_0x512086['value']};if(_0xcb9021[_0x34ce24(0x418)](_0x512086['type'],_0xcb9021[_0x34ce24(0x36b)]))return{'kind':_0xcb9021[_0x34ce24(0x36b)],'source':_0x512086['source'],'flags':_0x512086[_0x34ce24(0x1e8)]};const _0x13583f=_0x512086['value'][_0x34ce24(0x2ad)](':');if(_0xcb9021[_0x34ce24(0x345)](_0x13583f,0x0)){const _0x386cbf=_0x512086['value']['slice'](0x0,_0x13583f);let _0x43adaa=_0x512086['value'][_0x34ce24(0x3fd)](_0xcb9021[_0x34ce24(0x2b5)](_0x13583f,0x1));return _0x43adaa[_0x34ce24(0x302)]>=0x2&&(_0x43adaa[0x0]==='\x22'&&_0x43adaa['endsWith']('\x22')||_0xcb9021[_0x34ce24(0x200)](_0x43adaa[0x0],'\x27')&&_0x43adaa['endsWith']('\x27'))&&(_0x43adaa=_0x43adaa[_0x34ce24(0x3fd)](0x1,-0x1)),{'kind':_0xcb9021[_0x34ce24(0x28e)],'field':_0x386cbf,'value':_0x43adaa};}return{'kind':_0x34ce24(0x1f7),'value':_0x512086[_0x34ce24(0x3f6)]};}const CMP_OPS=[{'tok':'!=','cmp':'ne'},{'tok':'>=','cmp':_0x231bf0(0x3e7)},{'tok':'<=','cmp':_0x231bf0(0x288)},{'tok':'~','cmp':_0x231bf0(0x2b1)},{'tok':'>','cmp':'gt'},{'tok':'<','cmp':'lt'},{'tok':'=','cmp':'eq'},{'tok':':','cmp':'eq'}];function splitFieldOp(_0x3114da){const _0x2f5933=_0x231bf0,_0xb04687={'pVqET':function(_0x51c281,_0x299c20){return _0x51c281(_0x299c20);},'sMogK':function(_0x22a248,_0x326c9c){return _0x22a248===_0x326c9c;},'KYaFs':function(_0x190a3e,_0x544192){return _0x190a3e===_0x544192;},'piOVy':'date','CEBMI':_0x2f5933(0x2c3),'RDPOy':function(_0x52dc64,_0x572b44){return _0x52dc64>_0x572b44;},'GJrzJ':function(_0x5a670a,_0x150013){return _0x5a670a===_0x150013;},'sSmnD':function(_0x2733b7,_0x5b2543){return _0x2733b7===_0x5b2543;},'uVjci':function(_0x4d8ac1,_0x21058e){return _0x4d8ac1!==_0x21058e;},'YcMWe':'yNaMx','wytgE':function(_0x4c4653,_0x291e62){return _0x4c4653+_0x291e62;}};let _0x247891=null;for(const {tok:_0x39004b,cmp:_0x3ea5a6}of CMP_OPS){if(_0xb04687[_0x2f5933(0x1de)]!==_0xb04687['CEBMI']){const _0x1fedb7=_0x9c8e2a[_0x2ac8fc];return _0xb04687[_0x2f5933(0x3ca)](_0x5bbd6e,_0x1fedb7&&(_0xb04687[_0x2f5933(0x218)](_0x1fedb7[_0x2f5933(0x21a)],_0x2f5933(0x216))||_0xb04687[_0x2f5933(0x3e5)](_0x1fedb7[_0x2f5933(0x21a)],_0xb04687['piOVy'])));}else{const _0x40d8ea=_0x3114da[_0x2f5933(0x2ad)](_0x39004b);if(_0xb04687['RDPOy'](_0x40d8ea,0x0)&&(_0xb04687[_0x2f5933(0x1e7)](_0x247891,null)||_0x40d8ea<_0x247891[_0x2f5933(0x24c)]||_0xb04687[_0x2f5933(0x3b3)](_0x40d8ea,_0x247891[_0x2f5933(0x24c)])&&_0xb04687['RDPOy'](_0x39004b[_0x2f5933(0x302)],_0x247891[_0x2f5933(0x240)][_0x2f5933(0x302)]))){if(_0xb04687[_0x2f5933(0x42f)](_0xb04687[_0x2f5933(0x416)],_0xb04687['YcMWe']))throw new _0x43ec34(_0x2f5933(0x365),_0x2f5933(0x2d2)+_0x303f35,{'field':_0x4b0350});else _0x247891={'idx':_0x40d8ea,'tok':_0x39004b,'cmp':_0x3ea5a6};}}}if(!_0x247891)return null;const _0x33b6e5=_0x3114da[_0x2f5933(0x3fd)](0x0,_0x247891['idx']);if(!/^[A-Za-z_][A-Za-z0-9_.-]*$/[_0x2f5933(0x20a)](_0x33b6e5))return null;return{'field':_0x33b6e5,'cmp':_0x247891[_0x2f5933(0x2f0)],'op':_0x247891[_0x2f5933(0x240)],'value':_0x3114da['slice'](_0xb04687[_0x2f5933(0x34f)](_0x247891['idx'],_0x247891[_0x2f5933(0x240)][_0x2f5933(0x302)]))};}function unquoteValue(_0x553153){const _0x39bea7=_0x231bf0;if(_0x553153[_0x39bea7(0x302)]>=0x2&&(_0x553153[0x0]==='\x22'&&_0x553153[_0x39bea7(0x3f8)]('\x22')||_0x553153[0x0]==='\x27'&&_0x553153[_0x39bea7(0x3f8)]('\x27')))return _0x553153[_0x39bea7(0x3fd)](0x1,-0x1);return _0x553153;}function parseWhereAst(_0x49334d){const _0x263997=_0x231bf0,_0x3588d6={'rgDrX':function(_0x1a248c,_0x22a0be,_0x20c3c9){return _0x1a248c(_0x22a0be,_0x20c3c9);},'fIQBJ':function(_0x470508,_0x113e17){return _0x470508||_0x113e17;},'sqzlJ':_0x263997(0x381),'aLYXs':function(_0x34346b,_0x4f16f){return _0x34346b!==_0x4f16f;},'NzMms':_0x263997(0x2f6),'RhGMJ':'malformed','jkeOd':function(_0x195435,_0x5d0d79,_0x2e8642){return _0x195435(_0x5d0d79,_0x2e8642);},'AjBYX':function(_0x2fb016){return _0x2fb016();},'SBKye':function(_0x48e13e,_0x774452){return _0x48e13e===_0x774452;},'bNzwQ':function(_0x77e941,_0x257041){return _0x77e941!==_0x257041;},'qjXuE':_0x263997(0x3ff),'gZHkY':_0x263997(0x1ea),'AqfFu':function(_0x58c8af){return _0x58c8af();},'zVKYy':function(_0xf6d5c4,_0x266337){return _0xf6d5c4===_0x266337;},'vnzRg':_0x263997(0x2e9),'gkKZN':_0x263997(0x369),'wBsRy':function(_0x3f7c6f,_0x58cba2){return _0x3f7c6f===_0x58cba2;},'JnIjF':function(_0x58f7e5,_0x1a2a37,_0x3a98a5){return _0x58f7e5(_0x1a2a37,_0x3a98a5);},'QyQBw':_0x263997(0x210),'mDlwA':_0x263997(0x2aa),'AXlty':function(_0x159738,_0x4f811e){return _0x159738(_0x4f811e);},'acCBB':_0x263997(0x30e),'wkXne':function(_0xe1946a,_0x7022c6){return _0xe1946a>_0x7022c6;},'hkAbi':function(_0x280013,_0x2b0742){return _0x280013+_0x2b0742;},'dVoNE':function(_0x424209,_0x4835f9){return _0x424209>=_0x4835f9;},'yGYhT':function(_0xdeacf6,_0x4965a2){return _0xdeacf6===_0x4965a2;},'yVpaT':'field','fXDcj':_0x263997(0x1f7),'MVYNh':function(_0x528b77,_0x3aaf8a){return _0x528b77===_0x3aaf8a;},'ncFyr':_0x263997(0x333),'UTnml':_0x263997(0x354),'OOzeq':_0x263997(0x22c),'zxzle':function(_0x13c98,_0x13ff84){return _0x13c98===_0x13ff84;},'eQBpB':_0x263997(0x3a2),'pZwAa':function(_0x19e7c0,_0x4003dd){return _0x19e7c0===_0x4003dd;},'JtmQw':_0x263997(0x31b),'CfoFH':function(_0x3ad1ac,_0x5a66e8){return _0x3ad1ac===_0x5a66e8;},'phHcM':_0x263997(0x382),'swutb':function(_0x773882,_0x586041){return _0x773882===_0x586041;},'ZKaop':function(_0x59f52a){return _0x59f52a();},'bbnhJ':function(_0x494d75,_0x2db70d){return _0x494d75(_0x2db70d);},'MOteV':_0x263997(0x2b1),'GvqKf':_0x263997(0x2c5),'MjDRL':function(_0x371115,_0x42c8f4){return _0x371115===_0x42c8f4;},'hLdDv':function(_0x41e3a8,_0x5e42e5){return _0x41e3a8(_0x5e42e5);},'oXfWl':_0x263997(0x3ad),'itmvL':function(_0x5cc4be,_0x372919){return _0x5cc4be===_0x372919;},'StbhU':_0x263997(0x409),'hGcKO':function(_0x1e47ab,_0x468498){return _0x1e47ab(_0x468498);},'PIfdG':_0x263997(0x263),'akNIh':_0x263997(0x364),'UwKtK':function(_0x48873a,_0x48f2c8){return _0x48873a(_0x48f2c8);},'BfRlv':_0x263997(0x282),'tsGxM':function(_0x2c353a,_0x9dd58f){return _0x2c353a===_0x9dd58f;},'fECXO':_0x263997(0x212),'IJuZh':function(_0x3bc950,_0x19a86f){return _0x3bc950<_0x19a86f;}};let _0x10e819=0x0;const _0x5b619f=()=>_0x49334d[_0x10e819],_0x56a364=(_0x30270e,_0x3cbbdc)=>Boolean(_0x30270e&&_0x30270e['type']==='word'&&_0x3cbbdc[_0x263997(0x20a)](_0x30270e[_0x263997(0x3f6)])),_0x224e47=_0xe523aa=>{const _0x3a417d=_0x263997,_0x43e936={'vDaRO':function(_0x349e47,_0x3f18a6,_0x561034){return _0x3588d6['rgDrX'](_0x349e47,_0x3f18a6,_0x561034);},'NAwho':function(_0x3e23d3,_0x374298){const _0x3c8cfc=_0x13cb;return _0x3588d6[_0x3c8cfc(0x438)](_0x3e23d3,_0x374298);},'YQmXj':_0x3588d6['sqzlJ']};if(_0x3588d6['aLYXs'](_0x3a417d(0x2f6),_0x3588d6[_0x3a417d(0x2a2)]))return _0x43e936['vDaRO'](_0x2624d3,_0x3f739c,_0x5de972[_0x43e936['NAwho'](_0x3f9746,_0x43e936[_0x3a417d(0x2b4)])]);else{const _0x3a80aa=_0x49334d[_0x10e819];if(!_0x3a80aa||_0x3a80aa[_0x3a417d(0x21a)]!==_0xe523aa)throw new DslError(_0x3588d6[_0x3a417d(0x336)],_0x3a417d(0x1f1)+_0xe523aa+_0x3a417d(0x318));_0x10e819++;}};function _0x1fe54a(){const _0x3a861c=_0x263997,_0x2a1de4=[_0x541422()];while(_0x3588d6['jkeOd'](_0x56a364,_0x5b619f(),/^or$/i)){_0x10e819++,_0x2a1de4[_0x3a861c(0x3b6)](_0x3588d6[_0x3a861c(0x21c)](_0x541422));}return _0x3588d6[_0x3a861c(0x231)](_0x2a1de4['length'],0x1)?_0x2a1de4[0x0]:{'op':'or','children':_0x2a1de4};}function _0x541422(){const _0x323ec6=_0x263997,_0x7ae4d3={'ZSgcT':_0x323ec6(0x340)},_0x33c0f9=[_0x26c0da()];for(;;){if(_0x3588d6[_0x323ec6(0x378)](_0x3588d6[_0x323ec6(0x2a3)],_0x3588d6[_0x323ec6(0x2ef)])){const _0x575c88=_0x3588d6[_0x323ec6(0x21c)](_0x5b619f);if(_0x3588d6[_0x323ec6(0x2f5)](_0x56a364,_0x575c88,/^and$/i)){_0x10e819++,_0x33c0f9[_0x323ec6(0x3b6)](_0x3588d6[_0x323ec6(0x3ae)](_0x26c0da));continue;}const _0x35efa8=_0x575c88&&(_0x575c88[_0x323ec6(0x21a)]==='phrase'||_0x3588d6['zVKYy'](_0x575c88['type'],_0x3588d6['vnzRg'])||_0x3588d6[_0x323ec6(0x231)](_0x575c88['type'],'(')||_0x575c88[_0x323ec6(0x21a)]===_0x3588d6[_0x323ec6(0x202)]&&!/^or$/i[_0x323ec6(0x20a)](_0x575c88[_0x323ec6(0x3f6)]));if(_0x35efa8){_0x33c0f9[_0x323ec6(0x3b6)](_0x3588d6[_0x323ec6(0x3ae)](_0x26c0da));continue;}break;}else throw new _0xfd4577(_0x7ae4d3['ZSgcT'],'contains(...)\x20só\x20é\x20suportado\x20no\x20dataset\x20traces\x20(recebido:\x20'+_0x5ab9c7[_0x323ec6(0x1ee)]+')');}return _0x3588d6['wBsRy'](_0x33c0f9[_0x323ec6(0x302)],0x1)?_0x33c0f9[0x0]:{'op':_0x323ec6(0x234),'children':_0x33c0f9};}function _0x26c0da(){const _0x2a43b1=_0x263997,_0x500248={'bFRKi':function(_0x391883,_0x55c758){return _0x391883(_0x55c758);},'lXszf':_0x2a43b1(0x365)},_0x3b7777=_0x5b619f();if(_0x3588d6[_0x2a43b1(0x352)](_0x56a364,_0x3b7777,/^not$/i)){if(_0x3588d6[_0x2a43b1(0x322)](_0x3588d6[_0x2a43b1(0x320)],_0x2a43b1(0x210))){const _0x46afed=_0x500248[_0x2a43b1(0x2fe)](_0xd9cc06,_0x415e09);if(!_0x3e93a7[_0x2a43b1(0x2be)](_0x46afed))throw new _0x5466ee(_0x500248[_0x2a43b1(0x356)],_0x2a43b1(0x3cd)+_0x57085e+':\x20'+_0x2874bf,{'field':_0x35753c});return _0x46afed;}else return _0x10e819++,{'op':_0x3588d6[_0x2a43b1(0x223)],'child':_0x3588d6['AqfFu'](_0x26c0da)};}if(_0x3b7777&&_0x3b7777[_0x2a43b1(0x21a)]==='('){_0x10e819++;const _0x4116a4=_0x3588d6['AjBYX'](_0x1fe54a);return _0x3588d6[_0x2a43b1(0x3fa)](_0x224e47,')'),_0x4116a4;}return _0x3588d6[_0x2a43b1(0x3ae)](_0x277af4);}function _0x277af4(){const _0x311a80=_0x263997,_0xea3325={'gxTYY':function(_0x57bbda,_0x163cf7){const _0x2be38f=_0x13cb;return _0x3588d6[_0x2be38f(0x20c)](_0x57bbda,_0x163cf7);},'RJsfE':_0x311a80(0x1ed),'tgXVP':function(_0x1606c7,_0x191580){return _0x3588d6['aLYXs'](_0x1606c7,_0x191580);}};if(_0x3588d6['MVYNh'](_0x3588d6[_0x311a80(0x226)],_0x3588d6[_0x311a80(0x272)]))_0x3f0acd[_0x311a80(0x355)][_0x311a80(0x241)]={'_count':_0x311a80(0x3bb)};else{const _0x3ae7c1=_0x49334d[_0x10e819];if(!_0x3ae7c1)throw new DslError(_0x3588d6[_0x311a80(0x336)],_0x3588d6[_0x311a80(0x2a6)]);if(_0x3ae7c1[_0x311a80(0x21a)]===_0x311a80(0x30e))return _0x10e819++,{'kind':'phrase','value':_0x3ae7c1[_0x311a80(0x3f6)]};if(_0x3588d6[_0x311a80(0x3ba)](_0x3ae7c1[_0x311a80(0x21a)],_0x3588d6[_0x311a80(0x408)])){if('CrJYu'===_0x3588d6[_0x311a80(0x38c)]){const _0x31518c=_0xea3325[_0x311a80(0x308)](typeof(_0x2b9664&&_0x2bf47b['message']),_0xea3325['RJsfE'])?_0x2a6dfa[_0x311a80(0x3b4)]:'',_0x1bac19={};for(const {regex:_0x4be6f5}of _0x147fc8){_0x4be6f5['lastIndex']=0x0;const _0x311707=_0x4be6f5['exec'](_0x31518c);if(!_0x311707)return{'ok':![],'extracted':_0x1bac19};if(_0x311707[_0x311a80(0x2e3)])for(const [_0x3cc859,_0x4bc1d5]of _0x578355[_0x311a80(0x32c)](_0x311707[_0x311a80(0x2e3)])){if(_0xea3325['tgXVP'](_0x4bc1d5,_0x5659a1))_0x1bac19[_0x3cc859]=_0x4bc1d5;}}return{'ok':!![],'extracted':_0x1bac19};}else return _0x10e819++,{'kind':_0x3588d6[_0x311a80(0x408)],'source':_0x3ae7c1[_0x311a80(0x2fb)],'flags':_0x3ae7c1[_0x311a80(0x1e8)]};}if(_0x3588d6[_0x311a80(0x37c)](_0x3ae7c1['type'],')'))throw new DslError('malformed',_0x3588d6[_0x311a80(0x30f)]);if(_0x3588d6[_0x311a80(0x35b)](_0x3ae7c1[_0x311a80(0x21a)],','))throw new DslError(_0x3588d6['RhGMJ'],_0x3588d6[_0x311a80(0x24d)]);_0x10e819++;const _0x5e962e=_0x3ae7c1['value'];if(/^contains$/i[_0x311a80(0x20a)](_0x5e962e)&&_0x49334d[_0x10e819]&&_0x3588d6['swutb'](_0x49334d[_0x10e819]['type'],'(')){_0x10e819++;const _0x455817=_0x3588d6[_0x311a80(0x39b)](_0x1fe54a);return _0x3588d6[_0x311a80(0x37a)](_0x224e47,')'),{'kind':_0x3588d6['MOteV'],'expr':_0x455817};}if(/^exists$/i[_0x311a80(0x20a)](_0x5e962e)){_0x3588d6[_0x311a80(0x37a)](_0x224e47,'(');const _0x438452=_0x49334d[_0x10e819];if(!_0x438452||_0x3588d6['aLYXs'](_0x438452[_0x311a80(0x21a)],_0x3588d6[_0x311a80(0x202)]))throw new DslError(_0x3588d6[_0x311a80(0x336)],_0x3588d6[_0x311a80(0x276)]);return _0x10e819++,_0x3588d6[_0x311a80(0x3fa)](_0x224e47,')'),{'kind':_0x311a80(0x1e1),'field':_0x438452[_0x311a80(0x3f6)]};}const _0x91c6aa=_0x49334d[_0x10e819];if(_0x3588d6[_0x311a80(0x2f5)](_0x56a364,_0x91c6aa,/^in$/i)&&_0x49334d[_0x3588d6[_0x311a80(0x339)](_0x10e819,0x1)]&&_0x3588d6[_0x311a80(0x362)](_0x49334d[_0x3588d6[_0x311a80(0x339)](_0x10e819,0x1)][_0x311a80(0x21a)],'(')&&!_0x3588d6[_0x311a80(0x2c2)](splitFieldOp,_0x5e962e)){_0x10e819+=0x2;const _0x4724c1=[];for(;;){const _0x382a3e=_0x49334d[_0x10e819];if(!_0x382a3e)throw new DslError(_0x311a80(0x340),_0x3588d6['oXfWl']);if(_0x382a3e['type']===')'){_0x10e819++;break;}if(_0x3588d6['itmvL'](_0x382a3e[_0x311a80(0x21a)],',')){if(_0x3588d6[_0x311a80(0x322)](_0x311a80(0x3f0),_0x3588d6[_0x311a80(0x3dd)])){_0x10e819++;continue;}else{if(_0xea3325['gxTYY'](_0x3d696c[_0x4e0321],'\x5c'))_0x4817db++;_0x2ce957++;}}if(_0x382a3e[_0x311a80(0x21a)]===_0x311a80(0x369)||_0x3588d6[_0x311a80(0x413)](_0x382a3e[_0x311a80(0x21a)],_0x311a80(0x30e))){_0x4724c1[_0x311a80(0x3b6)](_0x3588d6[_0x311a80(0x42e)](unquoteValue,_0x382a3e[_0x311a80(0x3f6)])),_0x10e819++;continue;}throw new DslError(_0x3588d6['RhGMJ'],_0x3588d6[_0x311a80(0x36a)]);}if(_0x3588d6[_0x311a80(0x221)](_0x4724c1[_0x311a80(0x302)],0x0))throw new DslError(_0x311a80(0x340),_0x3588d6['akNIh']);return{'kind':'in','field':_0x5e962e,'values':_0x4724c1};}const _0x2ec52b=_0x3588d6[_0x311a80(0x3bc)](splitFieldOp,_0x5e962e);if(_0x2ec52b){if(_0x3588d6[_0x311a80(0x378)](_0x3588d6[_0x311a80(0x286)],_0x311a80(0x282)))throw new _0x3c7376(_0x3588d6['RhGMJ'],_0x311a80(0x3b2));else{let _0x5bc330=_0x2ec52b[_0x311a80(0x3f6)];if(_0x3588d6[_0x311a80(0x39e)](_0x5bc330,'')){const _0x10de7a=_0x49334d[_0x10e819];if(_0x10de7a&&_0x3588d6[_0x311a80(0x413)](_0x10de7a[_0x311a80(0x21a)],_0x3588d6[_0x311a80(0x2c8)])){if(_0x3588d6['aLYXs'](_0x311a80(0x3e2),_0x3588d6[_0x311a80(0x2c1)]))_0x5bc330=_0x10de7a['value'],_0x10e819++;else{if(_0x3588d6[_0x311a80(0x413)](_0x57490b[_0x311a80(0x21a)],_0x311a80(0x30e)))return{'kind':_0x3588d6[_0x311a80(0x2c8)],'value':_0x227c15[_0x311a80(0x3f6)]};if(_0x3588d6[_0x311a80(0x231)](_0x11729c['type'],'regex'))return{'kind':'regex','source':_0x4e9156[_0x311a80(0x2fb)],'flags':_0x56f87e[_0x311a80(0x1e8)]};const _0x36ebec=_0x3e9dc8[_0x311a80(0x3f6)][_0x311a80(0x2ad)](':');if(_0x3588d6[_0x311a80(0x30d)](_0x36ebec,0x0)){const _0x3c71a3=_0x115964[_0x311a80(0x3f6)][_0x311a80(0x3fd)](0x0,_0x36ebec);let _0x48e9cb=_0x3e375e['value'][_0x311a80(0x3fd)](_0x3588d6['hkAbi'](_0x36ebec,0x1));return _0x3588d6[_0x311a80(0x37d)](_0x48e9cb[_0x311a80(0x302)],0x2)&&(_0x3588d6[_0x311a80(0x20c)](_0x48e9cb[0x0],'\x22')&&_0x48e9cb[_0x311a80(0x3f8)]('\x22')||_0x3588d6['yGYhT'](_0x48e9cb[0x0],'\x27')&&_0x48e9cb[_0x311a80(0x3f8)]('\x27'))&&(_0x48e9cb=_0x48e9cb[_0x311a80(0x3fd)](0x1,-0x1)),{'kind':_0x3588d6[_0x311a80(0x3fb)],'field':_0x3c71a3,'value':_0x48e9cb};}return{'kind':_0x3588d6[_0x311a80(0x3cc)],'value':_0x41e71c[_0x311a80(0x3f6)]};}}else throw new DslError(_0x3588d6['RhGMJ'],_0x311a80(0x25a)+_0x2ec52b[_0x311a80(0x365)]+_0x2ec52b['op']+'\x22');}else _0x5bc330=_0x3588d6[_0x311a80(0x3bc)](unquoteValue,_0x5bc330);return{'kind':_0x3588d6[_0x311a80(0x3fb)],'field':_0x2ec52b[_0x311a80(0x365)],'cmp':_0x2ec52b[_0x311a80(0x2f0)],'value':_0x5bc330};}}return{'kind':_0x3588d6[_0x311a80(0x3cc)],'value':_0x5e962e};}}const _0x553fb1=_0x1fe54a();if(_0x3588d6['IJuZh'](_0x10e819,_0x49334d['length'])){const _0x56e286=_0x49334d[_0x10e819];throw new DslError(_0x3588d6[_0x263997(0x336)],_0x263997(0x222)+(_0x56e286['value']||_0x56e286[_0x263997(0x21a)])+'\x22');}return _0x553fb1;}function flattenAstLeaves(_0x1fda20,_0x4c2383=[]){const _0xab7f0f=_0x231bf0,_0x1cf27e={'mdHxx':function(_0x35441f,_0x4f12e7){return _0x35441f===_0x4f12e7;},'cGSTZ':_0xab7f0f(0x234),'PQqOZ':function(_0x2dd215,_0x43fcc7){return _0x2dd215!==_0x43fcc7;},'vKYRR':_0xab7f0f(0x447),'eguDj':_0xab7f0f(0x448),'MlgyU':function(_0xf16941,_0x1da0a7){return _0xf16941===_0x1da0a7;},'BVmWN':function(_0x3e5a8d,_0x4c2688,_0x53e0b6){return _0x3e5a8d(_0x4c2688,_0x53e0b6);}};if(!_0x1fda20)return _0x4c2383;if(_0x1cf27e[_0xab7f0f(0x442)](_0x1fda20['op'],_0x1cf27e[_0xab7f0f(0x295)])||_0x1cf27e[_0xab7f0f(0x442)](_0x1fda20['op'],'or')){if(_0x1cf27e[_0xab7f0f(0x251)](_0x1cf27e[_0xab7f0f(0x275)],_0x1cf27e[_0xab7f0f(0x238)]))return _0x1fda20[_0xab7f0f(0x396)][_0xab7f0f(0x3ce)](_0x6ada30=>flattenAstLeaves(_0x6ada30,_0x4c2383)),_0x4c2383;else{const _0x413065=_0x283bc0[_0x24a026];return _0x413065?_0x413065[_0xab7f0f(0x23a)]||_0x413065[_0xab7f0f(0x2de)]:_0xfe780e;}}if(_0x1cf27e[_0xab7f0f(0x377)](_0x1fda20['op'],'not'))return _0x1cf27e['BVmWN'](flattenAstLeaves,_0x1fda20[_0xab7f0f(0x3a9)],_0x4c2383),_0x4c2383;return _0x4c2383['push'](_0x1fda20),_0x4c2383;}const RANGE_CMPS=new Set(['gt',_0x231bf0(0x3e7),'lt',_0x231bf0(0x288)]);function isRangeableField(_0x49d934){const _0x12747f=_0x231bf0,_0x3f436e={'JTrfJ':function(_0x3b2a8e,_0x55a501){return _0x3b2a8e(_0x55a501);},'wPiaC':function(_0xa189ba,_0xb8a412){return _0xa189ba===_0xb8a412;},'IcTMN':_0x12747f(0x398)};return _0x3f436e[_0x12747f(0x28d)](isKvnPath,_0x49d934)||LOG_NUMERIC_FIELDS[_0x12747f(0x2fa)](_0x49d934)||_0x3f436e[_0x12747f(0x20e)](_0x49d934,_0x3f436e[_0x12747f(0x2ff)]);}function isKnownField(_0x66a90d,_0x5d9d6e){const _0xd3d1b7=_0x231bf0,_0x574167={'gDTKL':function(_0x212bee,_0x5f21c0){return _0x212bee===_0x5f21c0;},'TlRLO':_0xd3d1b7(0x3b4),'HPuro':_0xd3d1b7(0x398)};return _0x574167[_0xd3d1b7(0x397)](_0x66a90d,_0x574167[_0xd3d1b7(0x386)])||_0x574167[_0xd3d1b7(0x397)](_0x66a90d,_0x574167[_0xd3d1b7(0x3ee)])||LOG_FIELD_ALLOWLIST[_0xd3d1b7(0x2fa)](_0x66a90d)||isKvPath(_0x66a90d)||isKvnPath(_0x66a90d)||_0x5d9d6e&&_0x5d9d6e[_0xd3d1b7(0x2fa)](_0x66a90d);}function validateWhereAst(_0x59e3b2,_0x165b42,_0x4c546a,_0x411a6c=![]){const _0x262b43=_0x231bf0,_0xb42cd1={'Icwfe':'field','Errba':_0x262b43(0x2e9),'HClqJ':_0x262b43(0x375),'NpEcE':function(_0x3e71fb,_0x3af5cf){return _0x3e71fb===_0x3af5cf;},'LFlqX':'and','vNcxf':function(_0xb8e2cc,_0x1ba14d){return _0xb8e2cc===_0x1ba14d;},'bedJv':function(_0x3ad5f9,_0x349c1c){return _0x3ad5f9===_0x349c1c;},'ANetk':'not','idTJz':function(_0x560116,_0x294032,_0x1cf7ad,_0x51f479,_0x46c3d3){return _0x560116(_0x294032,_0x1cf7ad,_0x51f479,_0x46c3d3);},'sQwEf':function(_0xac7cde,_0x1b1255){return _0xac7cde!==_0x1b1255;},'aymMz':_0x262b43(0x36c),'QtHBL':'contains','crSye':'traces','Ulhly':'pWPiF','GbZHw':'malformed','VfncG':function(_0x3ff3c8,_0x4cfb47){return _0x3ff3c8!==_0x4cfb47;},'SXGWd':'IwUjJ','DUsNr':'contains(...)\x20só\x20é\x20suportado\x20em\x20cláusulas\x20AND\x20de\x20topo\x20(sem\x20OR/NOT)','Rmfva':_0x262b43(0x30e),'iwDaR':function(_0xe499a,_0x794f33){return _0xe499a===_0x794f33;},'nvbLN':_0x262b43(0x216),'xitAD':function(_0x1a1f1f,_0x4d1f03){return _0x1a1f1f===_0x4d1f03;},'bsqtl':'date','psNhu':function(_0xdd880d,_0x1d75ab){return _0xdd880d===_0x1d75ab;},'QVgyM':function(_0x12ff8b,_0x37f0a4){return _0x12ff8b===_0x37f0a4;},'qDwSl':_0x262b43(0x1e1),'FXKhc':_0x262b43(0x412)};if(!_0x59e3b2)return;if(_0xb42cd1[_0x262b43(0x3f2)](_0x59e3b2['op'],_0xb42cd1[_0x262b43(0x303)])){_0x59e3b2[_0x262b43(0x396)]['forEach'](_0x3c1d17=>validateWhereAst(_0x3c1d17,_0x165b42,_0x4c546a,_0x411a6c));return;}if(_0xb42cd1['vNcxf'](_0x59e3b2['op'],'or')){_0x59e3b2[_0x262b43(0x396)][_0x262b43(0x3ce)](_0x3ed739=>validateWhereAst(_0x3ed739,_0x165b42,_0x4c546a,!![]));return;}if(_0xb42cd1['bedJv'](_0x59e3b2['op'],_0xb42cd1[_0x262b43(0x393)])){_0xb42cd1[_0x262b43(0x407)](validateWhereAst,_0x59e3b2['child'],_0x165b42,_0x4c546a,!![]);return;}if(_0x59e3b2[_0x262b43(0x41f)]===_0xb42cd1[_0x262b43(0x2bd)]){if(_0xb42cd1[_0x262b43(0x449)](_0x262b43(0x26c),_0xb42cd1[_0x262b43(0x41c)])){if(!_0x4c546a[_0x262b43(0x3cf)])throw new DslError(_0xb42cd1[_0x262b43(0x2bd)],'regex\x20não\x20é\x20suportada\x20no\x20dataset\x20'+_0x4c546a[_0x262b43(0x1ee)]);if(_0x411a6c)throw new DslError(_0xb42cd1[_0x262b43(0x2bd)],_0xb42cd1[_0x262b43(0x325)]);return;}else throw new _0x2b799b(_0xb42cd1[_0x262b43(0x410)],_0x262b43(0x37e)+_0x70c1b0+'\x20—\x20use\x20campos\x20numéricos',{'field':_0x54bbe7});}if(_0xb42cd1[_0x262b43(0x334)](_0x59e3b2[_0x262b43(0x41f)],_0xb42cd1[_0x262b43(0x2ee)])){if(_0xb42cd1[_0x262b43(0x449)](_0x4c546a[_0x262b43(0x1ee)],_0xb42cd1[_0x262b43(0x229)])){if(_0xb42cd1['Ulhly']!==_0xb42cd1[_0x262b43(0x2a4)])return _0xa3bd49[_0x262b43(0x20a)](_0x431147);else throw new DslError(_0xb42cd1[_0x262b43(0x394)],_0x262b43(0x20b)+_0x4c546a[_0x262b43(0x1ee)]+')');}if(_0x411a6c){if(_0xb42cd1[_0x262b43(0x256)](_0xb42cd1[_0x262b43(0x420)],'IwUjJ')){if(!_0x31c1f1['allowRegex'])throw new _0x1689af(_0xb42cd1[_0x262b43(0x2bd)],'regex\x20não\x20é\x20suportada\x20no\x20dataset\x20'+_0x1d27eb['name']);if(_0x404ad3)throw new _0x16d645('regex',_0xb42cd1['HClqJ']);return;}else throw new DslError(_0xb42cd1[_0x262b43(0x394)],_0xb42cd1[_0x262b43(0x2b8)]);}_0xb42cd1[_0x262b43(0x407)](validateWhereAst,_0x59e3b2[_0x262b43(0x232)],_0x165b42,DATASET_PROFILES[_0x262b43(0x244)],![]);return;}if(_0xb42cd1[_0x262b43(0x3f2)](_0x59e3b2[_0x262b43(0x41f)],_0xb42cd1[_0x262b43(0x2ab)])||_0xb42cd1[_0x262b43(0x334)](_0x59e3b2[_0x262b43(0x41f)],_0x262b43(0x1f7)))return;const _0x5c8761=_0x59e3b2['field'];if(!_0x4c546a[_0x262b43(0x204)](_0x5c8761,_0x165b42))throw new DslError(_0x262b43(0x365),_0x262b43(0x246)+_0x5c8761,{'field':_0x5c8761});const _0x4c4df0=_0x4c546a['info'](_0x5c8761)||{};if(_0x59e3b2[_0x262b43(0x41f)]===_0xb42cd1['Icwfe']&&RANGE_CMPS[_0x262b43(0x2fa)](_0x59e3b2[_0x262b43(0x2f0)])&&!_0x4c546a['rangeable'](_0x5c8761))throw new DslError(_0xb42cd1[_0x262b43(0x410)],'range\x20(>,\x20<)\x20não\x20suportado\x20para\x20'+_0x5c8761+_0x262b43(0x236),{'field':_0x5c8761});if(_0x59e3b2['kind']===_0xb42cd1[_0x262b43(0x410)]&&_0xb42cd1[_0x262b43(0x233)](_0x59e3b2['cmp'],_0xb42cd1[_0x262b43(0x2ee)])&&(_0x4c4df0['type']===_0xb42cd1['nvbLN']||_0xb42cd1[_0x262b43(0x2b7)](_0x4c4df0[_0x262b43(0x21a)],_0xb42cd1[_0x262b43(0x3ed)])||_0xb42cd1['psNhu'](_0x4c4df0[_0x262b43(0x21a)],_0x262b43(0x434))))throw new DslError('field','contém\x20(~)\x20não\x20se\x20aplica\x20a\x20campo\x20numérico/tempo:\x20'+_0x5c8761,{'field':_0x5c8761});if((_0x59e3b2['kind']==='in'||_0xb42cd1[_0x262b43(0x432)](_0x59e3b2[_0x262b43(0x41f)],_0xb42cd1['qDwSl']))&&_0xb42cd1['psNhu'](_0x4c4df0[_0x262b43(0x21a)],_0xb42cd1['FXKhc']))throw new DslError('field',_0x59e3b2['kind']+_0x262b43(0x392)+_0x5c8761,{'field':_0x5c8761});if(_0xb42cd1[_0x262b43(0x3f4)](_0x59e3b2[_0x262b43(0x41f)],_0xb42cd1[_0x262b43(0x410)])&&_0xb42cd1['iwDaR'](_0x4c4df0[_0x262b43(0x21a)],_0xb42cd1[_0x262b43(0x3ed)])&&!RANGE_CMPS[_0x262b43(0x2fa)](_0x59e3b2['cmp']))throw new DslError(_0x262b43(0x365),_0x5c8761+_0x262b43(0x3d5),{'field':_0x5c8761});}function fieldPathInfo(_0x3441bf){const _0x4eb1ac=_0x231bf0,_0x40118c={'Nwrhj':_0x4eb1ac(0x43c),'xpydN':'keyword','xxeSa':function(_0x332e18,_0x41c811){return _0x332e18(_0x41c811);},'lgVPS':_0x4eb1ac(0x216),'rqADd':function(_0x57aaf6,_0xfee5c4){return _0x57aaf6===_0xfee5c4;},'CbqWM':'timestamp','vVRsZ':'date','PqROm':_0x4eb1ac(0x3b4),'sczZx':'message.keyword'},_0x151736=_0x40118c['Nwrhj'][_0x4eb1ac(0x255)]('|');let _0x4ce0bd=0x0;while(!![]){switch(_0x151736[_0x4ce0bd++]){case'0':return{'path':_0x3441bf+_0x4eb1ac(0x290),'type':_0x40118c[_0x4eb1ac(0x262)],'existsPath':_0x3441bf};case'1':if(_0x40118c[_0x4eb1ac(0x3bd)](isKvnPath,_0x3441bf))return{'path':_0x3441bf,'type':_0x40118c[_0x4eb1ac(0x1f9)],'existsPath':_0x3441bf};continue;case'2':if(_0x40118c[_0x4eb1ac(0x23c)](_0x3441bf,_0x40118c[_0x4eb1ac(0x2e2)]))return{'path':TIME_FIELD,'type':_0x40118c[_0x4eb1ac(0x34d)],'existsPath':TIME_FIELD};continue;case'3':if(LOG_NUMERIC_FIELDS[_0x4eb1ac(0x2fa)](_0x3441bf))return{'path':_0x3441bf,'type':_0x40118c[_0x4eb1ac(0x1f9)],'existsPath':_0x3441bf};continue;case'4':if(_0x40118c[_0x4eb1ac(0x3bd)](isKvPath,_0x3441bf))return{'path':_0x3441bf,'type':'kv','existsPath':_0x3441bf};continue;case'5':if(_0x40118c[_0x4eb1ac(0x23c)](_0x3441bf,_0x40118c[_0x4eb1ac(0x22e)]))return{'path':_0x40118c[_0x4eb1ac(0x22e)],'type':_0x4eb1ac(0x412),'keywordPath':_0x40118c[_0x4eb1ac(0x39f)],'existsPath':_0x40118c[_0x4eb1ac(0x22e)]};continue;}break;}}const REQUESTS_FIELD_MAP={'serviceName':{'path':_0x231bf0(0x2dd),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x203)},'service':{'path':_0x231bf0(0x2dd),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x203)},'method':{'path':_0x231bf0(0x38d),'type':_0x231bf0(0x1df),'existsPath':'request.method','upper':!![]},'path':{'path':_0x231bf0(0x445),'type':'text','keywordPath':'request.url.path.keyword','existsPath':'request.url.path'},'body':{'path':_0x231bf0(0x1fc),'type':'text','keywordPath':_0x231bf0(0x239),'existsPath':_0x231bf0(0x1fc)},'response':{'path':_0x231bf0(0x342),'type':_0x231bf0(0x412),'keywordPath':'response.result.keyword','existsPath':_0x231bf0(0x342)},'statusCode':{'path':_0x231bf0(0x402),'type':_0x231bf0(0x216),'existsPath':_0x231bf0(0x402)},'duration':{'path':'timers.duration','type':'numeric','existsPath':_0x231bf0(0x41b)},'durationMs':{'path':'timers.duration','type':_0x231bf0(0x216),'existsPath':_0x231bf0(0x41b)},'uuid':{'path':_0x231bf0(0x2d9),'type':'keyword','existsPath':_0x231bf0(0x3d0)},'correlationId':{'path':'correlationId.keyword','type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x27b)},'traceId':{'path':_0x231bf0(0x2e1),'type':'keyword','existsPath':'traceId'},'gatewayId':{'path':_0x231bf0(0x1fe),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x359)},'remoteAddress':{'path':_0x231bf0(0x383),'type':'keyword','existsPath':'request.socket.remoteAddress'},'timestamp':{'path':_0x231bf0(0x293),'type':_0x231bf0(0x2a1),'existsPath':_0x231bf0(0x293)}},SPANS_FIELD_MAP={'service':{'path':_0x231bf0(0x296),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x291)},'name':{'path':'name','type':_0x231bf0(0x412),'keywordPath':_0x231bf0(0x277),'existsPath':_0x231bf0(0x1ee)},'kind':{'path':'kind.keyword','type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x41f)},'gatewayId':{'path':_0x231bf0(0x1fe),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x359)},'clientId':{'path':_0x231bf0(0x271),'type':'keyword','existsPath':_0x231bf0(0x2f3)},'traceId':{'path':_0x231bf0(0x2e1),'type':'keyword','existsPath':_0x231bf0(0x43e)},'spanId':{'path':_0x231bf0(0x3fc),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x273)},'parentSpanId':{'path':_0x231bf0(0x332),'type':'keyword','existsPath':_0x231bf0(0x2a9)},'correlationId':{'path':'correlationId.keyword','type':'keyword','existsPath':_0x231bf0(0x27b)},'requestId':{'path':_0x231bf0(0x313),'type':_0x231bf0(0x1df),'existsPath':_0x231bf0(0x44b)},'flowId':{'path':'flowId.keyword','type':'keyword','existsPath':_0x231bf0(0x33b)},'statusCode':{'path':_0x231bf0(0x285),'type':'numeric','existsPath':_0x231bf0(0x285)},'durationMs':{'path':_0x231bf0(0x215),'type':_0x231bf0(0x216),'existsPath':_0x231bf0(0x215)},'hasError':{'path':'hasError','type':_0x231bf0(0x434),'existsPath':_0x231bf0(0x23e)},'timestamp':{'path':_0x231bf0(0x21d),'type':_0x231bf0(0x2a1),'existsPath':_0x231bf0(0x21d)}},TRACES_FIELD_MAP={'serviceName':SPANS_FIELD_MAP[_0x231bf0(0x291)],'service':SPANS_FIELD_MAP[_0x231bf0(0x291)],'name':SPANS_FIELD_MAP[_0x231bf0(0x1ee)],'gatewayId':SPANS_FIELD_MAP[_0x231bf0(0x359)],'clientId':SPANS_FIELD_MAP[_0x231bf0(0x2f3)],'traceId':SPANS_FIELD_MAP[_0x231bf0(0x43e)],'correlationId':SPANS_FIELD_MAP[_0x231bf0(0x27b)],'requestId':SPANS_FIELD_MAP[_0x231bf0(0x44b)],'statusCode':SPANS_FIELD_MAP[_0x231bf0(0x285)],'durationMs':SPANS_FIELD_MAP[_0x231bf0(0x215)],'hasError':SPANS_FIELD_MAP[_0x231bf0(0x23e)],'timestamp':SPANS_FIELD_MAP['timestamp']},ATTRIBUTES_PATH_RE=/^attributes\.[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$/;function isAttributesPath(_0x53721d){const _0x3048b5=_0x231bf0;return ATTRIBUTES_PATH_RE[_0x3048b5(0x20a)](_0x53721d);}function _0x13cb(_0x3a1e7e,_0x210bd2){_0x3a1e7e=_0x3a1e7e-0x1de;const _0x36e0bb=_0x36e0();let _0x13cb2a=_0x36e0bb[_0x3a1e7e];if(_0x13cb['KHejaa']===undefined){var _0x2066a1=function(_0x1ee7d5){const _0x580fb1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x14a8be='',_0x2e5eca='';for(let _0xa3bd49=0x0,_0x431147,_0x5def7d,_0x52b4e9=0x0;_0x5def7d=_0x1ee7d5['charAt'](_0x52b4e9++);~_0x5def7d&&(_0x431147=_0xa3bd49%0x4?_0x431147*0x40+_0x5def7d:_0x5def7d,_0xa3bd49++%0x4)?_0x14a8be+=String['fromCharCode'](0xff&_0x431147>>(-0x2*_0xa3bd49&0x6)):0x0){_0x5def7d=_0x580fb1['indexOf'](_0x5def7d);}for(let _0x1472a2=0x0,_0xfa9b01=_0x14a8be['length'];_0x1472a2<_0xfa9b01;_0x1472a2++){_0x2e5eca+='%'+('00'+_0x14a8be['charCodeAt'](_0x1472a2)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2e5eca);};_0x13cb['EpvoSD']=_0x2066a1,_0x13cb['jHKkIw']={},_0x13cb['KHejaa']=!![];}const _0x3da73c=_0x36e0bb[0x0],_0x52b2e6=_0x3a1e7e+_0x3da73c,_0xc459c3=_0x13cb['jHKkIw'][_0x52b2e6];return!_0xc459c3?(_0x13cb2a=_0x13cb['EpvoSD'](_0x13cb2a),_0x13cb['jHKkIw'][_0x52b2e6]=_0x13cb2a):_0x13cb2a=_0xc459c3,_0x13cb2a;}const DATASET_PROFILES={'logs':{'name':_0x231bf0(0x381),'allowRegex':!![],'timeField':TIME_FIELD,'known':(_0x440a50,_0x2453a6)=>isKnownField(_0x440a50,_0x2453a6),'rangeable':_0x7912fa=>isRangeableField(_0x7912fa),'info':_0x1d36ff=>fieldPathInfo(_0x1d36ff),'groupbyOk':(_0x23e386,_0x10a0a4)=>_0x10a0a4[_0x231bf0(0x2fa)](_0x23e386)||LOG_FIELD_ALLOWLIST[_0x231bf0(0x2fa)](_0x23e386)||isKvPath(_0x23e386)||isKvnPath(_0x23e386),'metricOk':(_0x5d7c0c,_0x37a1ed)=>_0x37a1ed[_0x231bf0(0x2fa)](_0x5d7c0c)||LOG_NUMERIC_FIELDS[_0x231bf0(0x2fa)](_0x5d7c0c)||isKvnPath(_0x5d7c0c),'aggPath':(_0x3023e3,_0x450625)=>_0x450625['has'](_0x3023e3)||isKvPath(_0x3023e3)||isKvnPath(_0x3023e3)?_0x3023e3:_0x3023e3+'.keyword','metricPath':_0x3162b5=>_0x3162b5},'spans':{'name':'spans','allowRegex':![],'timeField':_0x231bf0(0x21d),'known':_0x277e83=>Object['prototype'][_0x231bf0(0x40b)]['call'](SPANS_FIELD_MAP,_0x277e83)||isAttributesPath(_0x277e83),'rangeable':_0x5c80c3=>{const _0xe5e34e=_0x231bf0,_0x3ea817={'bxJuw':function(_0x3400e9,_0x369e05){return _0x3400e9(_0x369e05);},'bBrKL':function(_0x27ea71,_0x5b7104){return _0x27ea71===_0x5b7104;},'xgTnp':'numeric','QiIQp':'date'},_0xd6abcf=SPANS_FIELD_MAP[_0x5c80c3];return _0x3ea817['bxJuw'](Boolean,_0xd6abcf&&(_0x3ea817['bBrKL'](_0xd6abcf[_0xe5e34e(0x21a)],_0x3ea817[_0xe5e34e(0x2db)])||_0xd6abcf['type']===_0x3ea817['QiIQp']));},'info':_0xb5e18c=>isAttributesPath(_0xb5e18c)?{'path':_0xb5e18c,'type':'kv','existsPath':_0xb5e18c}:SPANS_FIELD_MAP[_0xb5e18c],'groupbyOk':_0x26902d=>['service','name','kind',_0x231bf0(0x359),_0x231bf0(0x285),_0x231bf0(0x23e)]['includes'](_0x26902d),'metricOk':_0xcd260f=>[_0x231bf0(0x215),_0x231bf0(0x285)]['includes'](_0xcd260f),'aggPath':_0x126e7c=>{const _0x286bcd=_0x231bf0,_0x3eec57=SPANS_FIELD_MAP[_0x126e7c];return _0x3eec57?_0x3eec57[_0x286bcd(0x23a)]||_0x3eec57['path']:_0x126e7c;},'metricPath':_0x1e43bf=>SPANS_FIELD_MAP[_0x1e43bf]?SPANS_FIELD_MAP[_0x1e43bf][_0x231bf0(0x2de)]:_0x1e43bf},'traces':{'name':_0x231bf0(0x211),'allowRegex':![],'timeField':'@timestamp','known':_0x5e7bd1=>Object['prototype'][_0x231bf0(0x40b)][_0x231bf0(0x1e5)](TRACES_FIELD_MAP,_0x5e7bd1),'rangeable':_0x57b430=>{const _0xcbeef8=_0x231bf0,_0x4cc2d1={'yFDPo':function(_0x56859d,_0x4acefe){return _0x56859d(_0x4acefe);},'AImyY':function(_0x2c329a,_0x11605f){return _0x2c329a===_0x11605f;},'GdryH':'numeric','QhQwC':function(_0x48c652,_0x8d5f78){return _0x48c652===_0x8d5f78;}},_0x4e4b13=TRACES_FIELD_MAP[_0x57b430];return _0x4cc2d1[_0xcbeef8(0x25f)](Boolean,_0x4e4b13&&(_0x4cc2d1['AImyY'](_0x4e4b13[_0xcbeef8(0x21a)],_0x4cc2d1[_0xcbeef8(0x2f1)])||_0x4cc2d1[_0xcbeef8(0x2cb)](_0x4e4b13[_0xcbeef8(0x21a)],_0xcbeef8(0x2a1))));},'info':_0x2b57e0=>TRACES_FIELD_MAP[_0x2b57e0],'groupbyOk':_0x45df67=>[_0x231bf0(0x3df),'service',_0x231bf0(0x359),_0x231bf0(0x285)][_0x231bf0(0x344)](_0x45df67),'metricOk':_0x2642cf=>[_0x231bf0(0x215),'statusCode'][_0x231bf0(0x344)](_0x2642cf),'aggPath':_0x599c30=>TRACES_FIELD_MAP[_0x599c30]?TRACES_FIELD_MAP[_0x599c30][_0x231bf0(0x2de)]:_0x599c30,'metricPath':_0x587321=>TRACES_FIELD_MAP[_0x587321]?TRACES_FIELD_MAP[_0x587321][_0x231bf0(0x2de)]:_0x587321},'requests':{'name':_0x231bf0(0x43a),'allowRegex':![],'timeField':'timers.finished.at','known':_0x1ae71d=>Object[_0x231bf0(0x405)][_0x231bf0(0x40b)]['call'](REQUESTS_FIELD_MAP,_0x1ae71d),'rangeable':_0x39db3c=>{const _0x6f7f9c=_0x231bf0,_0x4e1f98={'opiaO':function(_0x434076,_0x433579){return _0x434076(_0x433579);},'FNFCp':'numeric','xrOPM':function(_0x2a4268,_0x3923ac){return _0x2a4268===_0x3923ac;},'PkRkD':_0x6f7f9c(0x2a1)},_0xc11de5=REQUESTS_FIELD_MAP[_0x39db3c];return _0x4e1f98['opiaO'](Boolean,_0xc11de5&&(_0xc11de5[_0x6f7f9c(0x21a)]===_0x4e1f98['FNFCp']||_0x4e1f98[_0x6f7f9c(0x309)](_0xc11de5[_0x6f7f9c(0x21a)],_0x4e1f98[_0x6f7f9c(0x38f)])));},'info':_0x17dd3a=>REQUESTS_FIELD_MAP[_0x17dd3a],'groupbyOk':_0x3fbd3e=>[_0x231bf0(0x3df),_0x231bf0(0x291),_0x231bf0(0x319),_0x231bf0(0x285),_0x231bf0(0x359),_0x231bf0(0x2de)]['includes'](_0x3fbd3e),'metricOk':_0x4f669a=>[_0x231bf0(0x317),_0x231bf0(0x215),_0x231bf0(0x285)][_0x231bf0(0x344)](_0x4f669a),'aggPath':_0x326a26=>{const _0x526461=_0x231bf0,_0x30ce8d=REQUESTS_FIELD_MAP[_0x326a26];return _0x30ce8d?_0x30ce8d[_0x526461(0x23a)]||_0x30ce8d['path']:_0x326a26;},'metricPath':_0xa2a013=>REQUESTS_FIELD_MAP[_0xa2a013]?REQUESTS_FIELD_MAP[_0xa2a013][_0x231bf0(0x2de)]:_0xa2a013}};function aggPathFor(_0xb302a9,_0x24e04e,_0x207b1c){const _0xc01ad2=_0x231bf0,_0x248dab={'zyYmM':function(_0x3790fa,_0x5bf913){return _0x3790fa||_0x5bf913;}},_0x316d0d=DATASET_PROFILES[_0x248dab[_0xc01ad2(0x429)](_0xb302a9,'logs')]||DATASET_PROFILES[_0xc01ad2(0x381)];return _0x316d0d[_0xc01ad2(0x1ef)](_0x24e04e,_0x207b1c||new Set());}function timeFieldFor(_0x1a0e99){const _0x264730=_0x231bf0,_0x2d0f94={'JsAQv':function(_0xe43de2,_0x450f62){return _0xe43de2||_0x450f62;},'JVVnm':_0x264730(0x381)};return(DATASET_PROFILES[_0x2d0f94[_0x264730(0x44a)](_0x1a0e99,_0x2d0f94[_0x264730(0x205)])]||DATASET_PROFILES[_0x264730(0x381)])[_0x264730(0x208)];}const REQUESTS_HITS_SOURCE=[_0x231bf0(0x3d0),_0x231bf0(0x27b),_0x231bf0(0x43e),_0x231bf0(0x359),'service.name',_0x231bf0(0x23b),_0x231bf0(0x445),_0x231bf0(0x402),_0x231bf0(0x367)];function toNumberOrThrow(_0x2a44f5,_0x5bff95){const _0x529619=Number(_0x5bff95);if(!Number['isFinite'](_0x529619))throw new DslError('field','valor\x20numérico\x20inválido\x20para\x20'+_0x2a44f5+':\x20'+_0x5bff95,{'field':_0x2a44f5});return _0x529619;}function leafToOpenSearch(_0x3cbf61,_0xe059d3){const _0x4ccbc4=_0x231bf0,_0x2d486c={'RWKWQ':function(_0x2fa3f2,_0x73748b){return _0x2fa3f2||_0x73748b;},'upkkE':'logs','BHLTL':function(_0x27de1d,_0x5d7ec8){return _0x27de1d===_0x5d7ec8;},'onLSs':_0x4ccbc4(0x43a),'luikd':_0x4ccbc4(0x1fc),'sBKUB':_0x4ccbc4(0x3b4),'QtKjH':function(_0x3b5f43,_0x2cc1db){return _0x3b5f43===_0x2cc1db;},'UCJGx':_0x4ccbc4(0x30e),'UobHs':function(_0x1d0ea6,_0x5871c7){return _0x1d0ea6===_0x5871c7;},'TWQeu':_0x4ccbc4(0x2e9),'GRArA':_0x4ccbc4(0x2b1),'MQZAk':function(_0x32d747,_0x17565){return _0x32d747===_0x17565;},'MuFzX':_0x4ccbc4(0x1e1),'cjnkO':_0x4ccbc4(0x283),'btykr':'XxVkv','tBDhA':_0x4ccbc4(0x42b),'LYqLw':_0x4ccbc4(0x216),'BUipL':_0x4ccbc4(0x412),'GacVT':function(_0x18a00e,_0x2f7bb2){return _0x18a00e===_0x2f7bb2;},'HoqAj':function(_0x69cb51,_0x5077e9){return _0x69cb51===_0x5077e9;},'wXKis':_0x4ccbc4(0x434),'qIppI':function(_0x4ae992,_0x1c59c3){return _0x4ae992(_0x1c59c3);},'KRliB':'true','TFzBs':function(_0x16dbcb,_0x2b5e96,_0x42edd2){return _0x16dbcb(_0x2b5e96,_0x42edd2);},'kSiFJ':'gte','mtlMi':function(_0x38942d,_0x4cf449,_0x183e10){return _0x38942d(_0x4cf449,_0x183e10);},'ittNZ':function(_0x36e1d5,_0x3c3257){return _0x36e1d5===_0x3c3257;},'pOENZ':_0x4ccbc4(0x340)},_0x5b3f30=_0x2d486c[_0x4ccbc4(0x1fd)](_0xe059d3['name'],_0x2d486c[_0x4ccbc4(0x34e)])?_0x2d486c[_0x4ccbc4(0x35c)]:_0x2d486c[_0x4ccbc4(0x2a8)];if(_0x2d486c[_0x4ccbc4(0x2cf)](_0x3cbf61[_0x4ccbc4(0x41f)],_0x2d486c['UCJGx']))return{'match_phrase':{[_0x5b3f30]:_0x3cbf61[_0x4ccbc4(0x3f6)]}};if(_0x2d486c[_0x4ccbc4(0x1fd)](_0x3cbf61[_0x4ccbc4(0x41f)],'term'))return{'match':{[_0x5b3f30]:_0x3cbf61['value']}};if(_0x2d486c[_0x4ccbc4(0x3b0)](_0x3cbf61['kind'],_0x2d486c['TWQeu']))return null;if(_0x2d486c[_0x4ccbc4(0x2cf)](_0x3cbf61[_0x4ccbc4(0x41f)],_0x2d486c[_0x4ccbc4(0x391)]))return null;const _0x43e15f=_0xe059d3['info'](_0x3cbf61[_0x4ccbc4(0x365)])||{},_0x4741d5=_0x2d192c=>_0x43e15f[_0x4ccbc4(0x26f)]?String(_0x2d192c)[_0x4ccbc4(0x414)]():_0x2d192c;if(_0x2d486c[_0x4ccbc4(0x22f)](_0x3cbf61[_0x4ccbc4(0x41f)],_0x2d486c[_0x4ccbc4(0x38e)])){if(_0x2d486c[_0x4ccbc4(0x1fd)](_0x4ccbc4(0x283),_0x2d486c[_0x4ccbc4(0x30b)]))return{'exists':{'field':_0x43e15f[_0x4ccbc4(0x3af)]||_0x3cbf61['field']}};else{const _0x23b581=_0x1fce0a[_0x2d486c[_0x4ccbc4(0x3d6)](_0x1493eb,_0x2d486c['upkkE'])]||_0x12a0a3[_0x4ccbc4(0x381)];return _0x23b581[_0x4ccbc4(0x1ef)](_0x7c0bf8,_0x2464c5||new _0x571d06());}}if(_0x2d486c[_0x4ccbc4(0x1fd)](_0x3cbf61['kind'],'in')){if(_0x2d486c[_0x4ccbc4(0x435)]===_0x2d486c['tBDhA'])_0x2581f7[_0x14348e]=_0x2d2233[_0x55bb9d];else{const _0x3f3eca=_0x2d486c[_0x4ccbc4(0x1fd)](_0x43e15f[_0x4ccbc4(0x21a)],_0x2d486c[_0x4ccbc4(0x35a)])?_0x3cbf61[_0x4ccbc4(0x3c2)][_0x4ccbc4(0x3ef)](_0x435576=>toNumberOrThrow(_0x3cbf61['field'],_0x435576)):_0x3cbf61[_0x4ccbc4(0x3c2)][_0x4ccbc4(0x3ef)](_0x4741d5);return{'terms':{[_0x43e15f[_0x4ccbc4(0x2de)]]:_0x3f3eca}};}}switch(_0x3cbf61[_0x4ccbc4(0x2f0)]){case'eq':if(_0x2d486c[_0x4ccbc4(0x2cf)](_0x43e15f[_0x4ccbc4(0x21a)],_0x2d486c[_0x4ccbc4(0x268)]))return{'match':{[_0x43e15f[_0x4ccbc4(0x2de)]]:_0x3cbf61['value']}};if(_0x2d486c['GacVT'](_0x43e15f[_0x4ccbc4(0x21a)],_0x2d486c['LYqLw']))return{'term':{[_0x43e15f[_0x4ccbc4(0x2de)]]:toNumberOrThrow(_0x3cbf61[_0x4ccbc4(0x365)],_0x3cbf61['value'])}};if(_0x2d486c[_0x4ccbc4(0x214)](_0x43e15f['type'],_0x2d486c['wXKis']))return{'term':{[_0x43e15f[_0x4ccbc4(0x2de)]]:_0x2d486c['UobHs'](_0x2d486c[_0x4ccbc4(0x23f)](String,_0x3cbf61[_0x4ccbc4(0x3f6)])['toLowerCase'](),_0x2d486c[_0x4ccbc4(0x29d)])}};return{'term':{[_0x43e15f['path']]:_0x2d486c[_0x4ccbc4(0x23f)](_0x4741d5,_0x3cbf61[_0x4ccbc4(0x3f6)])}};case'ne':{const _0x2dca99=_0x2d486c['TFzBs'](leafToOpenSearch,{..._0x3cbf61,'cmp':'eq'},_0xe059d3);return{'bool':{'must_not':[_0x2dca99]}};}case'gt':case _0x2d486c[_0x4ccbc4(0x422)]:case'lt':case _0x4ccbc4(0x288):{const _0x581c87=_0x43e15f['type']===_0x4ccbc4(0x216)?_0x2d486c['mtlMi'](toNumberOrThrow,_0x3cbf61[_0x4ccbc4(0x365)],_0x3cbf61[_0x4ccbc4(0x3f6)]):_0x3cbf61[_0x4ccbc4(0x3f6)];return{'range':{[_0x43e15f[_0x4ccbc4(0x2de)]]:{[_0x3cbf61[_0x4ccbc4(0x2f0)]]:_0x581c87}}};}case _0x2d486c[_0x4ccbc4(0x391)]:{const _0x46b2b3=_0x5310d4=>({'wildcard':{[_0x5310d4]:{'value':'*'+_0x3cbf61['value']+'*','case_insensitive':!![]}}});if(_0x2d486c[_0x4ccbc4(0x35d)](_0x43e15f[_0x4ccbc4(0x21a)],_0x2d486c[_0x4ccbc4(0x268)]))return{'bool':{'should':[_0x2d486c[_0x4ccbc4(0x23f)](_0x46b2b3,_0x43e15f['keywordPath']),{'match_phrase':{[_0x43e15f['path']]:_0x3cbf61[_0x4ccbc4(0x3f6)]}}],'minimum_should_match':0x1}};return _0x46b2b3(_0x43e15f[_0x4ccbc4(0x2de)]);}default:throw new DslError(_0x2d486c[_0x4ccbc4(0x385)],'operador\x20desconhecido:\x20'+_0x3cbf61['cmp']);}}function astToOpenSearch(_0x230ab1,_0x3c8ed7){const _0x3b02a7=_0x231bf0,_0x2abe39={'cqmmO':'1|0|4|5|2|3','fYUmp':'numeric','KEGhK':function(_0x2c5596,_0x32c1f3){return _0x2c5596(_0x32c1f3);},'mtlMp':function(_0x5cfc73,_0x28844e){return _0x5cfc73===_0x28844e;},'SHImH':_0x3b02a7(0x398),'lfvEv':'date','LDNTs':'keyword','cNfKw':_0x3b02a7(0x3b4),'cowxD':'message.keyword','ttZBf':_0x3b02a7(0x340),'doqnQ':_0x3b02a7(0x234),'hTwli':function(_0x23fb2c,_0x367d7a){return _0x23fb2c===_0x367d7a;},'WYZWp':_0x3b02a7(0x37f),'mTEwL':_0x3b02a7(0x2aa),'BttMP':function(_0x1f0630,_0x5ebc4b){return _0x1f0630===_0x5ebc4b;},'APPCb':_0x3b02a7(0x270),'QeRdz':function(_0x8804bb,_0xab732a,_0x1e454b){return _0x8804bb(_0xab732a,_0x1e454b);}};if(!_0x230ab1)return null;if(_0x2abe39[_0x3b02a7(0x33f)](_0x230ab1['op'],_0x2abe39[_0x3b02a7(0x3d2)])){const _0x23b424=_0x230ab1[_0x3b02a7(0x396)]['map'](_0x5e6990=>astToOpenSearch(_0x5e6990,_0x3c8ed7))[_0x3b02a7(0x348)](Boolean);if(_0x2abe39[_0x3b02a7(0x33f)](_0x23b424[_0x3b02a7(0x302)],0x0))return null;return _0x2abe39[_0x3b02a7(0x36e)](_0x23b424[_0x3b02a7(0x302)],0x1)?_0x23b424[0x0]:{'bool':{'filter':_0x23b424}};}if(_0x2abe39[_0x3b02a7(0x33f)](_0x230ab1['op'],'or')){if('ftlcv'===_0x2abe39[_0x3b02a7(0x294)]){const _0x12e293=_0x2abe39[_0x3b02a7(0x3ea)]['split']('|');let _0x1644ae=0x0;while(!![]){switch(_0x12e293[_0x1644ae++]){case'0':if(_0x3036d6(_0x457c70))return{'path':_0x4f0ed7,'type':_0x2abe39[_0x3b02a7(0x2cc)],'existsPath':_0x27b2a3};continue;case'1':if(_0x2abe39[_0x3b02a7(0x3c9)](_0x106254,_0xfa578f))return{'path':_0x390988,'type':'kv','existsPath':_0x181400};continue;case'2':if(_0x2abe39[_0x3b02a7(0x33f)](_0xec9fc9,_0x2abe39[_0x3b02a7(0x441)]))return{'path':_0x11f3f1,'type':_0x2abe39[_0x3b02a7(0x24b)],'existsPath':_0x314859};continue;case'3':return{'path':_0x847a5b+_0x3b02a7(0x290),'type':_0x2abe39[_0x3b02a7(0x380)],'existsPath':_0x268f3d};case'4':if(_0x4fd0e3[_0x3b02a7(0x2fa)](_0x10e412))return{'path':_0x41cc38,'type':_0x2abe39[_0x3b02a7(0x2cc)],'existsPath':_0x196da0};continue;case'5':if(_0x2abe39[_0x3b02a7(0x33f)](_0x58be15,'message'))return{'path':_0x2abe39[_0x3b02a7(0x2ce)],'type':_0x3b02a7(0x412),'keywordPath':_0x2abe39[_0x3b02a7(0x3ab)],'existsPath':_0x3b02a7(0x3b4)};continue;}break;}}else{const _0x538e69=_0x230ab1[_0x3b02a7(0x396)]['map'](_0x28a2b5=>astToOpenSearch(_0x28a2b5,_0x3c8ed7))[_0x3b02a7(0x348)](Boolean);if(_0x2abe39[_0x3b02a7(0x33f)](_0x538e69[_0x3b02a7(0x302)],0x0))return null;return{'bool':{'should':_0x538e69,'minimum_should_match':0x1}};}}if(_0x230ab1['op']===_0x2abe39[_0x3b02a7(0x328)]){if(_0x2abe39['BttMP'](_0x2abe39[_0x3b02a7(0x431)],_0x3b02a7(0x2a5)))throw new _0x195834(_0x2abe39[_0x3b02a7(0x28b)],_0x3b02a7(0x307));else{const _0x26230e=_0x2abe39[_0x3b02a7(0x323)](astToOpenSearch,_0x230ab1['child'],_0x3c8ed7);return _0x26230e?{'bool':{'must_not':[_0x26230e]}}:null;}}return leafToOpenSearch(_0x230ab1,_0x3c8ed7);}function extractContains(_0x1cffd5){const _0x2c3069=_0x231bf0,_0x2e725b={'shdHm':function(_0x56647d,_0xa6eff0){return _0x56647d===_0xa6eff0;},'NFLwU':_0x2c3069(0x2b1),'rzPda':_0x2c3069(0x234)},_0x35bddc=[],_0x203c6c=_0x2ea7c1=>{const _0x3d0a0d=_0x2c3069;if(!_0x2ea7c1)return null;if(_0x2e725b['shdHm'](_0x2ea7c1[_0x3d0a0d(0x41f)],_0x2e725b['NFLwU']))return _0x35bddc[_0x3d0a0d(0x3b6)](_0x2ea7c1[_0x3d0a0d(0x232)]),null;if(_0x2e725b[_0x3d0a0d(0x2fd)](_0x2ea7c1['op'],_0x2e725b[_0x3d0a0d(0x341)])){const _0x3c352d=_0x2ea7c1[_0x3d0a0d(0x396)][_0x3d0a0d(0x3ef)](_0x203c6c)[_0x3d0a0d(0x348)](Boolean);if(_0x3c352d[_0x3d0a0d(0x302)]===0x0)return null;return _0x3c352d[_0x3d0a0d(0x302)]===0x1?_0x3c352d[0x0]:{'op':_0x2e725b[_0x3d0a0d(0x341)],'children':_0x3c352d};}return _0x2ea7c1;},_0x46f449=_0x203c6c(_0x1cffd5&&_0x1cffd5[_0x2c3069(0x24e)]);return{'containsExprs':_0x35bddc,'rootWhere':_0x46f449};}function compileAstFor(_0x48269a,_0x1661b7){const _0x17ed9d=_0x231bf0;return astToOpenSearch(_0x48269a,DATASET_PROFILES[_0x1661b7||_0x17ed9d(0x381)]);}function compileWhere(_0x5b675e){const _0x306ab8=_0x231bf0,_0x1d25a4={'bkPvg':_0x306ab8(0x381)},_0x1b345c=DATASET_PROFILES[_0x5b675e&&_0x5b675e[_0x306ab8(0x330)]||_0x1d25a4[_0x306ab8(0x3c4)]];return astToOpenSearch(_0x5b675e&&_0x5b675e['where'],_0x1b345c);}function _0x36e0(){const _0x1f3186=['sM5jAKy','u0jWuui','sfPNBw4','DgvYBxm','BfHZEMy','v3jbBMC','r0njAK8','z2f0zxDHEuLK','tfLXthC','q2zVrKG','BhvPA2q','Axr0tLO','DKnlCNe','BKXbvvi','reHvuhi','zxHJzxb0Aw9UlM1LC3nHz2u','twPeuKW','uxPgAgC','BgLZDgeGAw4OlI4Uksb2yxPPyq','zMLLBgq','uK1wD00','DgLTzxjZ','BCoHEgLTBYbKzsa','D29Yza','ueLMzeC','z1Hsr0W','s2Dnr3y','tNP0zhu','Afr3BgK','Bg5rB2e','mtCWmZi0nvzAtNvlDW','u3Lntei','rwnewum','uMrAy24','CMvWzwf0','CMvNzxGGC8oZimoPihn1Cg9YDgfKysbLBsbJBmoHDxn1BgfZieforcbKzsb0B3bVicHZzw0Gt1iVtK9ukq','BufQC3O','twXNEvu','yK56D1e','sePpDeK','yMjUAeO','vujIuha','CfP3qwe','zfzVtKu','CMfUz2uGkd4SidWPig7dO28GC3vWB3j0ywrVihbHCMeG','yLzptNC','terovhm','Bg9NCW','DSoTCMD1BgeGzM9YysbKzsb1BweGBgLZDgeGAw4OlI4Ukq','CMvXDwvZDc5ZB2nRzxqUCMvTB3rLqwrKCMvZCY5RzxL3B3jK','vwvAAeW','Ce9ftLO','vgXste8','yLfpyKy','uwfkAMC','y29UDgvUDa','uuHcChy','Cejmq2y','zvfcCei','CMvXDwvZDc5TzxrOB2qUA2v5D29Yza','txvgELG','ugTsA0q','C3vT','r1jbCKe','kc4UlIKGBSoJBYbZzsbHCgXPy2eGysa','qu5LDgS','r2jAshC','v0PjEhq','y2HPBgrYzw4','z0rus0W','DgLTzxn0yw1W','uhLRrfG','AerTzhi','wKTHB3a','A29ftxG','zw52AxjVBM1LBNq','DhnhEe0','C2n6wNG','B0P2uNG','nKD4tLDdsq','wxbkqKq','yxnZAwDU','DhPuy1O','B1bAuKm','Ag9ZDa','zxHWB3j0CW','ovfgAMDQrW','y2HPBgq','A2v5','y293Eeq','ExD1z2O','BgLZDgeGAw4OlI4UksbUW6nVigzLy2HHzge','qxfMrNu','zxHPC3rZugf0Aa','vw9Ishm','y29UDgvUDeXLBMD0Aa','ysbXDwvYEsbKzxzLignVBwxdP2fYignVBsb3AgvYzsGUlI4P','C1nTBKq','BwvZC2fNzq','CxvLCNKGDMf6Awe','ChvZAa','ANLbAMq','q2LiDw4','C3vI','ENH6Bgu','zgvZyW','vxDlDeS','EhHLu2e','zhDLzeG','yKTtuue','ugrvtgG','DhjPBq','DMfSDwvZ','zKDcCxe','yMTqDMC','Ahr0Cfn0yxr1CW','A0LOvhC','Dg9mB3DLCKnHC2u','D3nKD3u','s0vhAeS','CfzXrvq','CdK5','zLHey2O','DMfSB3iGBNvTW6LYAwnVigLUDSoHBgLKBYbWyxjHia','zM9YrwfJAa','ywXSB3DszwDLEa','DxvPza','yxzN','zg9XBLe','sgHYAw8','CMvNzxGGBxvPDg8GBg9Uz2e','igfJzwL0ysbHCgvUyxmGCMfUz2vZicG+lca+psWGpcWGpd0P','uLDlv1e','C29Tzq','mJjkCMjkwxm','yxzZt1i','uKLUzgi','tffwzvu','z2v0','u3rIAfu','we1LCwe','C2vYDMLJzu5HBwu','z2j6y3e','Bwv0CMLJ','rgXSAfi','CMvZCg9UC2vuAw1L','zeHnwha','s1LHrNm','Dg9VAW','z3rL','zwDhuwe','CK1WsLG','y3fTBu8','ENrvB2O','rLLIuKm','yNnXDgW','sfb1CM8','BwfW','ve9lsfa','zuHjv1K','tNbfy0u','vLvSD1C','ChnoAhu','BgnjCeK','DMfSDwu','otuUma','zw5KC1DPDgG','u1visKK','qvHSDhK','EvzWyvq','C3bHBKLKlMTLExDVCMq','C2XPy2u','ENvfEMi','AxnXC1u','uwrPtMG','vfbYB3i','CMvZCg9UC2uUC3rHDhvZq29Kzq','q3Letfi','A3zUlG','ChjVDg90ExbL','Bwf4','AwrusNO','DM56uMC','zfPMrK4','C0ftywS','AgfZt3DUuhjVCgvYDhK','A3Pkzfa','ywrK','BujSDgu','Eg5pBLa','swn3zMu','vg1vqLu','Dgv4Da','D0jZuNK','Dg9vChbLCKnHC2u','zK90CKG','wwnnv2u','Dhrttwi','zhnvvNy','Bgf0zw5JEu1Z','s2zUAKC','DgLTzxjZlMr1CMf0Aw9U','yxLTtxO','tMzXuw4','D09MvLe','A2LUza','u1Hhv2q','Ahr0Ce1LDgHVza','A1nPrKO','quTOCKK','rKzwsuS','y2fSy3vSyxrL','zgLTCW','wNL5D0G','y29Kzq','ENLzBu0','rgzuDNy','t2rQAhy','CLHoq0C','CLbby0e','AeDJs08','DvzQy2K','zwDuuLu','qvbqq2i','uvzNEu0','sM5freK','yM9VBa','yNr5A3i','BMP4zfO','ywjUtgS','zKLrqKO','zeDyzMC','CMvXDwvZDhm','zNjVBq','nhWXFdn8nxWYFda','BgjuD2K','DhjHy2vjza','D1HzrhK','thvWru0','u0HjBuG','BwriEhG','CgfYW6PUDgvZzxmGBSoJBYbIywXHBMnLywrVCYbLBsb3AgvYzsGUlI4P','B1DsugK','CMvXDwvZDc51CMWUCgf0Aa','ze9ltuq','vvPMyu4','rLbtq3y','C1f3rwy','sNnbuxy','CMvXDwvZDeLK','q0vctuK','A2v5D29Yza','u1PHAM0','zxHPC3rZ','yxbAvKK','Be1qwgG','wfPjAuW','y2fSBa','EMfXugK','r0PYEKO','zMXHz3m','r2LuBg4','zvnrB0m','C2flvhC','CxLNt1a','C3rYAw5N','BMfTzq','ywDNugf0Aa','zMn3DM0','zxnWzxjHzg8GiG','sxLnsNu','vufWAue','Ag9ZDg5HBwu','r0DOzfC','B1zywMe','DgvYBq','BCoPDhjPy2eGAw52W6fSAwrHoIa','BgDwufm','B01cq1u','EKrtAei','CMvXDwvZDc5IB2r5','qKHmveW','z2f0zxDHEuLKlMTLExDVCMq','wNfozMu','ue1evLa','we9hBeW','z2TlwK4','C2vYDMLJzs5Uyw1L','A25VD24','sLzwBM0','CvLitw4','EwP1s2u','DgLTzuzPzwXK','mJm3mZyXtxLJzw5X','DgvZDa','y29UDgfPBNmOlI4UksbZW7mGW6KGC3vWB3j0ywrVig5VigrHDgfZzxqGDhjHy2vZicHYzwnLyMLKBZOG','ELzlwxK','yMn4zvu','D1bPyum','z3jVDxbIEq','ELbtDxK','DhjHy2vZ','u3HeC2m','quDyuxK','sg9XqwO','zhvYyxrPB25nCW','BNvTzxjPyW','Aw5KzxG','C01Vz0S','CMvWBgfJzq','DhLWzq','DgHYzwfK','qwPcwvG','qhrPBwvZDgfTCa','zwHmEKW','sgzKwuq','uNHczMW','C3D1Dgi','Dg9Rzw4GAw5LC3bLCMfKBYbUBYb3AgvYztOGiG','BurSD0e','mZCXnty4v2nbC1bf','z3jVDxbIEsGUlI4PihzHEMLV','BMngExi','BKXTzfO','DgHJEMu','y3jtEwu','sLfiC08','v0T4tfi','B3bLCMfUzg8GyxvZzw50zsbUBYb3AgvYzq','EMvnz1G','uhfst20','tvfAqwS','BwLU','u0jlEwu','zxHWCG','AxDeyvi','yw5K','icH1C2uGBg9NC3XYzxf1zxn0C3XZCgfUC3X0CMfJzxmP','iokaLcb1C2uGy2fTCg9Zig51BCoPCMLJB3m','Dfjvqxu','zwD1rgO','CMvXDwvZDc5IB2r5lMTLExDVCMq','A2v5D29YzfbHDgG','CMvXDwvZDc5TzxrOB2q','CNfbrgq','rMPJq0W','AgfZrxjYB3i','CuLWCeK','Dg9R','B3jKzxi','rw1bEgC','t3jQru0','C3bHBNm','EefHzKC','y2fTCg8GBSoJBYbWzxjTAxrPzg86ia','y2vPBa','wMLPB1C','y2jLBee','revwv2O','Bgz2rxy','Awr4','CgHiy00','D2HLCMu','rg5XswO','BvHZrKK','uffXt1O','ALHywfe','vuf3A2W','Cvz3sgG','C3bSAxq','vMzUy0C','BhHxz1m','D1jHuee','ywDNCW','DMfSB3iGyxvZzw50zsbLBsaI','v2veDfG','Dg9Rzw4GAw5LC3bLCMfKBYbHCmoZCYb3AgvYzsGUlI4PoIaI','yMfYCMeGzguGCMvNzxGGBSoJBYbMzwnOywrHig5VihDOzxjL','zw5K','Euzeug8','uM5UB1e','rhDYAu8','Ehb5ze4','DMfSB3iGAw52W6fSAwrVig5HigXPC3rHigLUkc4UlIK','Denjrvm','ENDdAMi','ANjctK0','otKUma','qLvPCeW','DvfUDxC','C1vVzwW','ExDAquG','rKrizxe','CKfNzgC','q0LQu0O','DxbWzxi','wKzYDfa','y2XPzw50swqUA2v5D29Yza','vvrUBwW','C3bHBKLK','z2f0zxDHEvnLCNzPy2u','DKTzuLi','r3zXs2y','BMfTzs5RzxL3B3jK','wuXrC1m','sLjZueu','uxfWs0G','y29YCMvSyxrPB25jza','zu5isLu','t0r2EhG','DNzLu3a','sKvRtue','BhfIwwG','D0POs3e','DNHbs2S','whf2Bhm','rLzky1u','C3rHDhvZq29Kzq','qMzsBhy','mtq3mtC3mej3rMHyzq','BhrL','C0jsAgK','Bgv2zwW','DhrAqMy','r05qwMC','sLrYzKO','yLjZENm','s3Hnt2C','lMTLExDVCMq','C2vYDMLJzq','sxnXENC','DgLTzxjZlMzPBMLZAgvKlMf0','v1LAv3a','y0DtvfO','C2vYDMLJzs5RzxL3B3jK','zxHJzxb0Aw9UlNr5Cgu','zenzwxu','x3nVDxjJzq','C29YDa','vNjev1C','ihjLz2v4zxmGBM8GD2HLCMu','s1jSAui','zgf0yxnLDcbKzxnJB25OzwnPzg86ia','BhvyCgS','vxvkC1a','zgf0zq','tNPnBxm','CwPyDuu','vwXOBhK','zM91AKy','t096zxe','rLvKquW','C0jlvui','CgfYzw50u3bHBKLK','BM90','uM1MDMe','EgPAww8','Aw5KzxHpzG','CwLoEMW','y2fTCg8GBSoJBYbWzxjTAxrPzg8GBMeGBCoPDhjPy2e6ia','ENrhA3a','y29UDgfPBNm','ExjYDw8','t0Pys28','wvfTwgO','wxvkrhy','rNfyuwu','EgL0quq','rfvZtNi','Be5buvu','wM5jrhy','C2v0','CxvLCNKGzxHJzwrLig8GDgfTyw5OBYbTW6f4Aw1V','rxjYyMe','AxngAw5PDgu','s0rSrKe','tLzVB3G','zKvdwe8','AeXKrhy','q0zfBwO','AKTOseG','zxHPC3rZkgnHBxbVksbTywXMB3jTywrV','CdK1','yxbWtMfTzq','ywndqKi','seHQA2q','sgTlvKu','uwHrD0m','zLLvBxa','qKTIDvO','y05Ms3C','uxrlAKG','y0jOrNG','zNvUW6FdO28GzguGBCoPDhjPy2eGzgvZy29UAgvJAwrHoIa','y2fTCg8GBSoJBYbWzxjTAxrPzg8Gzw0Gz3jVDxbIEtOG','Bu1HCeG','CKXpqve','q091Dvi','CuPArK8','sxvRv3G','v2TKwNy','DxvPzc5RzxL3B3jK','serJs00','EgDuBNa','kd88','C2vYDMLJzs5Uyw1LlMTLExDVCMq','Cgf0Aa','zKnjrfG','q1rnBgK','DhjHy2vjzc5RzxL3B3jK','q2jXv00','z3jVDxbZ','zxHLyW','q2Tkrem','mta0otu0muTIAM10Da','qu5e','kf58w15blvPHlxOWltLFxsK','CMvNzxG','rhnSrxjYB3i','zwXHChnLze1Z','yNL0zxm','vNbezNe','uxriqKW','z1PiA1K','y21W','r2rYEuG','B2rOrKC','y2XPzw50swq','yKjRzhC','CMDeCLG','Aer5t2W','Exj4CfO','C29YDcbPBNBdOwXPzg86ia','zeTfv0i','AgfZ','C291CMnL','zwz2zNC','C2HKsg0','yKzss2K','swnutu4','DxjS','icH1C2uGyxnJFgrLC2mP','BgvUz3rO','tezSCvG','zxjYB3juExbL','t3fsBMC','suXIDwG','y29UDgfPBNmOlI4UksbZW7mGW6KGC3vWB3j0ywrVigvTignSW6f1C3vSyxmGqu5eigrLihrVCg8GkhnLBsbpuI9ot1qP','z3HuwvK','Ehjpue0','Dg5jrMG','y2PUA08','rufoqMC','D2TyBMu','CgHYyxnL','sNrTuxC','B2T6Evi','A0zNEM4','wLPSqLm','CMvXDwvZDeLKlMTLExDVCMq','Ahr0Cfn0yxr1C0nVzgu','EgfvB3C','yw1czeW','zhvYyxrPB24','iIbUBYb3AgvYzq','Bwv0Ag9K','uuLvu2e','CgfYW6PUDgvZzsbMzwnOyw5KBYbZzw0GB3bLCMfUzg8','yxnWyxmGBSoJBYbMzwnOywrHCYbUBYb3AgvYzq','D3L6A3C','mKf5uwTYtW','Bwv0CMLJugf0Aa','uxLrqNC','zxH0CMfJDgvK','yuXzwhm','uwvszhO','uK5yBwu','senSCuO','CgfYW6PUDgvZzxmGBSoJBYbIywXHBMnLywrVCYbLBsa','EfbjEee','BvrfD0W','txnYuvy','qvbbzwe','n2rwCgr6Cq','zw50CMLLCW','C3rHCNq','wfruCee','sfHeDwi','zgf0yxnLDa','tg52EwO','CgfYzw50u3bHBKLKlMTLExDVCMq','vvfLtMS','yMvKsNy','sgvXsNa','uMHhtuO','DNjwrfm','DeXWv3m','AgTbyMK','DgzXBxG','zMXVD0LK','vwfxzfi','mZa2odG4rMPoDfvS','thzMBuu','BxrStxa','BwfSzM9YBwvK','CNPqzge','CMvZCg9UC2uUCMvZDwX0','zMXVB3i','Aw5JBhvKzxm','tMDLvei','yNvJA2v0CW','uezzvfu','zMLSDgvY','EuDQDeC','vhPrBei','ugjQDxy','CKnssve','DLzsC1O','B25mu3m','D3L0z0u','mJiYodu2rMHJzKrL','y291BNq'];_0x36e0=function(){return _0x1f3186;};return _0x36e0();}function normalizeRegexSource(_0x7b18fd){const _0x23e232=_0x231bf0,_0x422ebc=[],_0x2278d2=_0x7b18fd['replace'](/\(\?P<([A-Za-z_][A-Za-z0-9_]*)>/g,(_0x3693d0,_0x5f400d)=>{const _0x129711=_0x13cb;return _0x422ebc[_0x129711(0x3b6)](_0x5f400d),_0x129711(0x2dc)+_0x5f400d+'>';}),_0x22c0a4=/\(\?<([A-Za-z_][A-Za-z0-9_]*)>/g;let _0x1decca;while((_0x1decca=_0x22c0a4['exec'](_0x2278d2))!==null){if(!_0x422ebc[_0x23e232(0x344)](_0x1decca[0x1]))_0x422ebc['push'](_0x1decca[0x1]);}return{'jsSource':_0x2278d2,'names':_0x422ebc};}function compileRegexes(_0x1f1fbc){const _0x59eb66=_0x231bf0,_0x2b2048={'dKEWB':'field','dGXfg':function(_0x4be5bb,_0x14f033){return _0x4be5bb===_0x14f033;},'eHIWY':'DaQZn','CIjSJ':function(_0x192598,_0x6d9a56){return _0x192598!==_0x6d9a56;},'EmAxg':'regex','jrBNM':function(_0x71f1d6,_0x56d8a8){return _0x71f1d6>=_0x56d8a8;},'pdzSX':function(_0x36d2d3,_0x5803fe){return _0x36d2d3(_0x5803fe);}},_0x3ee201=[],_0x1617d1=new Set();for(const _0x3f1c5f of _0x1f1fbc){if(_0x2b2048[_0x59eb66(0x439)](_0x59eb66(0x2b3),_0x2b2048[_0x59eb66(0x3f1)]))throw new _0x5710dd(_0x2b2048[_0x59eb66(0x2f9)],_0x1a67e6[_0x59eb66(0x41f)]+_0x59eb66(0x392)+_0x469c44,{'field':_0x1d2574});else{if(_0x2b2048[_0x59eb66(0x26e)](_0x3f1c5f['kind'],_0x2b2048[_0x59eb66(0x242)]))continue;if(_0x2b2048[_0x59eb66(0x266)](_0x3ee201[_0x59eb66(0x302)],MAX_REGEXES))throw new DslError(_0x2b2048['EmAxg'],_0x59eb66(0x368)+MAX_REGEXES+_0x59eb66(0x29c));if(_0x3f1c5f[_0x59eb66(0x2fb)][_0x59eb66(0x302)]>MAX_REGEX_LEN)throw new DslError(_0x2b2048['EmAxg'],_0x59eb66(0x3d4));const {jsSource:_0x55e5ba,names:_0x41b555}=_0x2b2048['pdzSX'](normalizeRegexSource,_0x3f1c5f[_0x59eb66(0x2fb)]);let _0x5cd360;try{const _0x11811c=(_0x3f1c5f['flags']||'')[_0x59eb66(0x219)](/[^gimsuy]/g,'');_0x5cd360=new RegExp(_0x55e5ba,_0x11811c[_0x59eb66(0x344)]('g')?_0x11811c:_0x11811c);}catch(_0x3af6bf){throw new DslError(_0x59eb66(0x2e9),_0x3af6bf[_0x59eb66(0x3b4)],{'detail':_0x3f1c5f[_0x59eb66(0x2fb)]});}_0x41b555[_0x59eb66(0x3ce)](_0x57c876=>_0x1617d1[_0x59eb66(0x40d)](_0x57c876)),_0x3ee201[_0x59eb66(0x3b6)]({'regex':_0x5cd360,'names':_0x41b555});}}return{'regexes':_0x3ee201,'extracted':_0x1617d1};}function parseCalculate(_0x144b6f){const _0x4d4b25=_0x231bf0,_0xd60cf8={'tfqmx':_0x4d4b25(0x351),'ehLzL':_0x4d4b25(0x3e1)},_0x5ec827=_0x144b6f[_0x4d4b25(0x3c1)]();if(!_0x5ec827)return{'type':_0xd60cf8[_0x4d4b25(0x33a)]};if(/^count$/i[_0x4d4b25(0x20a)](_0x5ec827))return{'type':_0xd60cf8[_0x4d4b25(0x33a)]};const _0x3f70d2=/^([A-Za-z0-9]+)\s*\(\s*([A-Za-z_][\w.]*)\s*\)$/['exec'](_0x5ec827);if(!_0x3f70d2)throw new DslError(_0xd60cf8[_0x4d4b25(0x21e)],_0x4d4b25(0x1f8)+_0x5ec827,{'detail':_0x5ec827});const _0x4fc599=_0x3f70d2[0x1][_0x4d4b25(0x3c7)]();if(!METRIC_FUNCS[_0x4d4b25(0x2fa)](_0x4fc599))throw new DslError(_0xd60cf8[_0x4d4b25(0x21e)],_0x4d4b25(0x2d1)+_0x3f70d2[0x1],{'detail':_0x5ec827});return{'type':_0x4fc599,'field':_0x3f70d2[0x2]};}function parseQuery(_0x17c82c,_0xd1b173={}){const _0x5539c7=_0x231bf0,_0x3ebe8b={'mXsFI':function(_0x4a4b96,_0x1dc2e9){return _0x4a4b96===_0x1dc2e9;},'thcze':_0x5539c7(0x365),'FqXQe':_0x5539c7(0x340),'APAea':'avg','FjcCL':function(_0x18b477,_0x5bf818){return _0x18b477===_0x5bf818;},'bAOlg':_0x5539c7(0x390),'QaJjg':function(_0x425193,_0x4e49bd){return _0x425193===_0x4e49bd;},'tCIES':function(_0x5e13e7,_0x3f4ac3){return _0x5e13e7===_0x3f4ac3;},'egGQa':'p95','vpErz':function(_0xc4e694,_0x4c275e){return _0xc4e694===_0x4c275e;},'LvfmE':'p99','zuEzb':function(_0x50dbca,_0x4539b6){return _0x50dbca!==_0x4539b6;},'DwriO':function(_0x127344,_0x3de73b){return _0x127344+_0x3de73b;},'JRsPE':function(_0xba1749,_0x25c223){return _0xba1749-_0x25c223;},'wUpyW':_0x5539c7(0x211),'DfTvv':'contains(...)\x20só\x20é\x20suportado\x20em\x20cláusulas\x20AND\x20de\x20topo\x20(sem\x20OR/NOT)','odhFG':function(_0x14c1ce,_0x64a30a,_0xd3a8f2,_0x21dd51,_0x9f5058){return _0x14c1ce(_0x64a30a,_0xd3a8f2,_0x21dd51,_0x9f5058);},'oVXZa':_0x5539c7(0x1ed),'rXNCG':_0x5539c7(0x2d0),'ILbuh':_0x5539c7(0x3b5),'ZZlBS':function(_0x336d24,_0x39fa9d){return _0x336d24>_0x39fa9d;},'qYHMn':_0x5539c7(0x20d),'wykJb':'query\x20excede\x20o\x20tamanho\x20máximo','mMapH':function(_0x121cbc,_0x5677b0){return _0x121cbc===_0x5677b0;},'SUHJI':_0x5539c7(0x424),'FUdAL':'WWfjo','GiTln':_0x5539c7(0x248),'IukWx':function(_0x28f3d6,_0x4415ff,_0x1ca672){return _0x28f3d6(_0x4415ff,_0x1ca672);},'lMPXh':function(_0x171a48,_0x28a7b0){return _0x171a48<_0x28a7b0;},'avsOR':function(_0x1796d4,_0x309ce6){return _0x1796d4(_0x309ce6);},'UtcMl':_0x5539c7(0x2e7),'kIhTw':function(_0x559ec1,_0x173d62,_0x535f62,_0x23f671){return _0x559ec1(_0x173d62,_0x535f62,_0x23f671);},'mBlte':_0x5539c7(0x20f),'NfqQn':_0x5539c7(0x425),'uQnuw':_0x5539c7(0x29a),'pBLCf':function(_0x24448b,_0x14609c,_0x54abfa){return _0x24448b(_0x14609c,_0x54abfa);},'VpDfq':_0x5539c7(0x2f4),'TmUBU':function(_0x5a7336,_0x1daf8e){return _0x5a7336+_0x1daf8e;},'lnQoa':function(_0x2086ce,_0x2bd692){return _0x2086ce!==_0x2bd692;},'ttSMb':_0x5539c7(0x3e9),'luXpk':_0x5539c7(0x225),'CyDLR':_0x5539c7(0x329),'YsrjO':function(_0x3a6ca2,_0x42c39b){return _0x3a6ca2(_0x42c39b);},'koEMx':_0x5539c7(0x351),'rAgdg':function(_0xff457b,_0x4d2a1a){return _0xff457b!==_0x4d2a1a;},'tRUAu':function(_0x3e96d4,_0x2b696e){return _0x3e96d4!==_0x2b696e;},'egTRU':_0x5539c7(0x2c9),'COuuR':_0x5539c7(0x3bb),'FYbRC':function(_0x5383f4,_0x3ce76a){return _0x5383f4!==_0x3ce76a;},'eAXLi':_0x5539c7(0x30a),'RdZcn':_0x5539c7(0x25b),'WJIxt':function(_0x4af0cc,_0x5ac7d8){return _0x4af0cc!==_0x5ac7d8;},'xAafG':'asc','sASak':function(_0x5d60cc,_0x8b778b){return _0x5d60cc||_0x8b778b;}};if(_0x3ebe8b['zuEzb'](typeof _0x17c82c,_0x3ebe8b[_0x5539c7(0x1f6)])||!_0x17c82c[_0x5539c7(0x3c1)]()){if(_0x3ebe8b[_0x5539c7(0x42c)]!==_0x3ebe8b['rXNCG']){if(_0x1496aa[_0x5539c7(0x302)]>=0x2&&(_0x3ebe8b[_0x5539c7(0x250)](_0x18c4f0[0x0],'\x22')&&_0x1db4d1[_0x5539c7(0x3f8)]('\x22')||_0x6d8f81[0x0]==='\x27'&&_0x478443[_0x5539c7(0x3f8)]('\x27')))return _0x409e65['slice'](0x1,-0x1);return _0x5ed225;}else throw new DslError(_0x3ebe8b[_0x5539c7(0x2b6)],_0x3ebe8b[_0x5539c7(0x306)]);}if(_0x3ebe8b[_0x5539c7(0x312)](_0x17c82c['length'],MAX_QUERY_LEN)){if(_0x3ebe8b[_0x5539c7(0x388)](_0x5539c7(0x27e),_0x3ebe8b[_0x5539c7(0x206)]))throw new _0x579633(_0x3ebe8b['thcze'],'campo\x20não\x20permitido\x20na\x20métrica:\x20'+_0x20bae6,{'field':_0x1c1e4d});else throw new DslError(_0x3ebe8b[_0x5539c7(0x2b6)],_0x3ebe8b['wykJb']);}let _0x26f61d=_0x17c82c[_0x5539c7(0x3c1)](),_0x52bd71=_0xd1b173[_0x5539c7(0x330)]||_0x5539c7(0x381);const _0x7a470f=/^from\s*\(\s*([A-Za-z]+)\s*\)\s*/i[_0x5539c7(0x2e4)](_0x26f61d);if(_0x7a470f){if(_0x3ebe8b['mMapH']('FFVIK',_0x3ebe8b[_0x5539c7(0x3f9)]))_0x52bd71=_0x7a470f[0x1][_0x5539c7(0x3c7)](),_0x26f61d=_0x26f61d['slice'](_0x7a470f[0x0][_0x5539c7(0x302)]);else return _0x475b6a[_0x5539c7(0x3b6)](_0x11833b),'(?<'+_0x4a27a2+'>';}const _0x1bcd59=DATASET_PROFILES[_0x52bd71];if(!_0x1bcd59){if(_0x3ebe8b[_0x5539c7(0x2a7)]===_0x3ebe8b[_0x5539c7(0x1e9)])throw new _0x1b8ecd(_0x3ebe8b[_0x5539c7(0x2b6)],_0x5539c7(0x29e)+_0x2cbc77+_0x5539c7(0x235));else throw new DslError(_0x3ebe8b[_0x5539c7(0x2b6)],_0x5539c7(0x29e)+_0x52bd71+_0x5539c7(0x235));}if(!/^where\s*\(/i[_0x5539c7(0x20a)](_0x26f61d))throw new DslError(_0x3ebe8b[_0x5539c7(0x2b6)],_0x5539c7(0x3b2));const _0x33837d=_0x26f61d[_0x5539c7(0x2ad)]('('),_0x1a524f=_0x3ebe8b[_0x5539c7(0x2d7)](matchingParen,_0x26f61d,_0x33837d);if(_0x3ebe8b[_0x5539c7(0x1e3)](_0x1a524f,0x0))throw new DslError(_0x3ebe8b[_0x5539c7(0x2b6)],_0x5539c7(0x443));const _0x3a354a=_0x26f61d['slice'](_0x3ebe8b[_0x5539c7(0x261)](_0x33837d,0x1),_0x1a524f);let _0x4bc7de=_0x26f61d['slice'](_0x1a524f+0x1);const _0x227e4b=_0x3ebe8b[_0x5539c7(0x3d9)](parseWhereAst,_0x3ebe8b[_0x5539c7(0x3d9)](tokenizeWhere,_0x3a354a)),_0x46690e=_0x3ebe8b['avsOR'](flattenAstLeaves,_0x227e4b),_0x2fdaff=_0x227e4b&&_0x227e4b['op']==='or'?'OR':_0x3ebe8b['UtcMl'],{regexes:_0x4dc2e3,extracted:_0x2cccbd}=_0x3ebe8b['avsOR'](compileRegexes,_0x46690e);_0x3ebe8b[_0x5539c7(0x3c6)](validateWhereAst,_0x227e4b,_0x2cccbd,_0x1bcd59);const _0x1cc7fe={};for(const _0x4a41ab of[_0x3ebe8b[_0x5539c7(0x40e)],_0x3ebe8b[_0x5539c7(0x41d)],_0x3ebe8b[_0x5539c7(0x269)]]){const _0x5b71f5=_0x3ebe8b[_0x5539c7(0x38b)](findSection,_0x4bc7de,_0x4a41ab);if(_0x5b71f5){if(_0x3ebe8b[_0x5539c7(0x23d)](_0x5539c7(0x401),_0x3ebe8b[_0x5539c7(0x2ed)])){const {type:_0x5f0ba5}=_0x35401a,_0x197001=_0x1f3678[_0x5cced6||_0x5539c7(0x381)],_0x4fae3b=_0x197001[_0x5539c7(0x31f)](_0x39ddda[_0x5539c7(0x365)]);if(_0x3ebe8b[_0x5539c7(0x250)](_0x5f0ba5,_0x3ebe8b[_0x5539c7(0x32a)]))return{'metric':{'avg':{'field':_0x4fae3b}}};if(_0x3ebe8b[_0x5539c7(0x23d)](_0x5f0ba5,_0x3ebe8b['bAOlg']))return{'metric':{'sum':{'field':_0x4fae3b}}};if(_0x5f0ba5==='min')return{'metric':{'min':{'field':_0x4fae3b}}};if(_0x3ebe8b['QaJjg'](_0x5f0ba5,_0x5539c7(0x406)))return{'metric':{'max':{'field':_0x4fae3b}}};if(_0x3ebe8b[_0x5539c7(0x264)](_0x5f0ba5,_0x3ebe8b[_0x5539c7(0x3e8)]))return{'metric':{'percentiles':{'field':_0x4fae3b,'percents':[0x5f]}}};if(_0x3ebe8b['vpErz'](_0x5f0ba5,_0x3ebe8b[_0x5539c7(0x33e)]))return{'metric':{'percentiles':{'field':_0x4fae3b,'percents':[0x63]}}};return _0x37cf90;}else _0x1cc7fe[_0x4a41ab]=_0x5b71f5[_0x5539c7(0x389)],_0x4bc7de=_0x3ebe8b[_0x5539c7(0x411)](_0x3ebe8b[_0x5539c7(0x411)](_0x4bc7de[_0x5539c7(0x3fd)](0x0,_0x5b71f5[_0x5539c7(0x32d)]),'\x20'[_0x5539c7(0x374)](_0x3ebe8b['JRsPE'](_0x5b71f5[_0x5539c7(0x25e)],_0x5b71f5[_0x5539c7(0x32d)]))),_0x4bc7de[_0x5539c7(0x3fd)](_0x5b71f5[_0x5539c7(0x25e)]));}}if(_0x4bc7de[_0x5539c7(0x3c1)]())throw new DslError(_0x5539c7(0x340),_0x5539c7(0x25c)+_0x4bc7de[_0x5539c7(0x3c1)]()+'\x22',{'detail':_0x4bc7de[_0x5539c7(0x3c1)]()});let _0x12f680=[];if(_0x3ebe8b[_0x5539c7(0x3fe)](_0x1cc7fe[_0x5539c7(0x20f)],undefined)){if(_0x3ebe8b[_0x5539c7(0x36f)](_0x3ebe8b[_0x5539c7(0x417)],_0x3ebe8b[_0x5539c7(0x417)])){const _0x33195c=_0x5a2a38[_0x403f70];if(!_0x33195c||_0x3ebe8b[_0x5539c7(0x3fe)](_0x33195c[_0x5539c7(0x21a)],_0xa16ec4))throw new _0x3bf508(_0x3ebe8b[_0x5539c7(0x2b6)],_0x5539c7(0x1f1)+_0x3434de+'\x22\x20no\x20where');_0x319cd3++;}else{_0x12f680=_0x1cc7fe[_0x5539c7(0x20f)][_0x5539c7(0x255)](',')[_0x5539c7(0x3ef)](_0x477327=>_0x477327['trim']())[_0x5539c7(0x348)](Boolean);if(_0x12f680[_0x5539c7(0x302)]===0x0)throw new DslError(_0x5539c7(0x340),_0x3ebe8b[_0x5539c7(0x29f)]);for(const _0x31a54d of _0x12f680){if(!_0x1bcd59['groupbyOk'](_0x31a54d,_0x2cccbd)){if(_0x3ebe8b[_0x5539c7(0x2d3)](_0x3ebe8b['CyDLR'],_0x3ebe8b[_0x5539c7(0x403)]))throw new DslError(_0x3ebe8b[_0x5539c7(0x228)],_0x5539c7(0x2d2)+_0x31a54d,{'field':_0x31a54d});else _0x18b9b7[_0x469485]=_0x35695a[_0x5539c7(0x389)],_0x454200=_0x3ebe8b['DwriO'](_0x3ebe8b[_0x5539c7(0x261)](_0x11f322[_0x5539c7(0x3fd)](0x0,_0x3ea44e[_0x5539c7(0x32d)]),'\x20'[_0x5539c7(0x374)](_0x3ebe8b[_0x5539c7(0x279)](_0x3afd49['end'],_0x11b86b[_0x5539c7(0x32d)]))),_0x401668[_0x5539c7(0x3fd)](_0x216df6['end']));}}}}const _0x14727c=_0x3ebe8b[_0x5539c7(0x3fe)](_0x1cc7fe[_0x5539c7(0x425)],undefined)?_0x3ebe8b['YsrjO'](parseCalculate,_0x1cc7fe[_0x5539c7(0x425)]):{'type':_0x3ebe8b[_0x5539c7(0x39c)]};if(_0x3ebe8b['rAgdg'](_0x14727c[_0x5539c7(0x21a)],'count')){if(_0x3ebe8b[_0x5539c7(0x237)](_0x5539c7(0x427),_0x3ebe8b[_0x5539c7(0x430)])){const _0x3bf352=_0x14727c['field'],_0x37181f=_0x2cccbd['has'](_0x3bf352);if(!_0x1bcd59['metricOk'](_0x3bf352,_0x2cccbd))throw new DslError('field',_0x5539c7(0x2af)+_0x3bf352,{'field':_0x3bf352});void _0x37181f;}else return _0xd90ab6['children']['forEach'](_0x356af3=>_0x348eb4(_0x356af3,_0x1dc889)),_0x4630e6;}let _0x4943a0=_0x3ebe8b[_0x5539c7(0x2d5)];if(_0x3ebe8b[_0x5539c7(0x36f)](_0x1cc7fe['sort'],undefined)){if(_0x3ebe8b[_0x5539c7(0x3ec)](_0x3ebe8b['eAXLi'],_0x3ebe8b[_0x5539c7(0x373)])){const _0x25383b=_0x1cc7fe[_0x5539c7(0x29a)][_0x5539c7(0x3c1)]()[_0x5539c7(0x3c7)]();if(_0x3ebe8b[_0x5539c7(0x395)](_0x25383b,_0x3ebe8b[_0x5539c7(0x245)])&&_0x3ebe8b[_0x5539c7(0x26d)](_0x25383b,_0x3ebe8b[_0x5539c7(0x2d5)]))throw new DslError(_0x5539c7(0x340),_0x5539c7(0x2f8)+_0x25383b+_0x5539c7(0x301));_0x4943a0=_0x25383b;}else{if(_0x3ebe8b[_0x5539c7(0x3fe)](_0x532efa['name'],_0x3ebe8b['wUpyW']))throw new _0x403531(_0x3ebe8b[_0x5539c7(0x2b6)],'contains(...)\x20só\x20é\x20suportado\x20no\x20dataset\x20traces\x20(recebido:\x20'+_0x55bd61[_0x5539c7(0x1ee)]+')');if(_0x5ad793)throw new _0x45f3cf(_0x3ebe8b['FqXQe'],_0x3ebe8b[_0x5539c7(0x42a)]);_0x3ebe8b[_0x5539c7(0x2f2)](_0x33c20c,_0x587371['expr'],_0x58428d,_0x5bbd5a[_0x5539c7(0x244)],![]);return;}}const _0x46c64f=_0x4dc2e3['length']>0x0,_0xf0a0be=_0x12f680[_0x5539c7(0x3d7)](_0x3ed905=>_0x2cccbd[_0x5539c7(0x2fa)](_0x3ed905)),_0x1c2f23=_0x3ebe8b[_0x5539c7(0x36f)](_0x14727c['type'],_0x3ebe8b[_0x5539c7(0x39c)])&&_0x2cccbd[_0x5539c7(0x2fa)](_0x14727c['field']),_0x581a00=_0x12f680[_0x5539c7(0x3d7)](_0x5b8aa9=>isKvPath(_0x5b8aa9)),_0x19932c=_0x3ebe8b[_0x5539c7(0x40a)](_0x46c64f,_0xf0a0be)||_0x1c2f23||_0x581a00;return{'where':_0x227e4b,'dataset':_0x52bd71,'clauses':_0x46690e,'operator':_0x2fdaff,'regexes':_0x4dc2e3,'extracted':_0x2cccbd,'groupby':_0x12f680,'calculate':_0x14727c,'sort':_0x4943a0,'hasRegex':_0x46c64f,'serverSide':_0x19932c,'hasGroupby':_0x3ebe8b[_0x5539c7(0x312)](_0x12f680[_0x5539c7(0x302)],0x0)};}function clauseToOpenSearch(_0x2ebec0){const _0x18adf4=_0x231bf0,_0x17b8b2={'yGjtG':function(_0x475e68,_0x1610a5){return _0x475e68===_0x1610a5;},'wXYDy':_0x18adf4(0x30e),'jXXXQ':function(_0x472dc2,_0x288a60){return _0x472dc2===_0x288a60;},'UOtYX':_0x18adf4(0x1f7),'XEmCf':function(_0x1c3037,_0x35c6e9){return _0x1c3037===_0x35c6e9;},'enkJj':'message','dCYYu':function(_0xc7369,_0x5c0fd3){return _0xc7369(_0x5c0fd3);},'cbelA':_0x18adf4(0x1e2),'wOfVQ':function(_0x3b0519,_0x7bda98){return _0x3b0519(_0x7bda98);}};if(_0x17b8b2[_0x18adf4(0x349)](_0x2ebec0[_0x18adf4(0x41f)],_0x17b8b2[_0x18adf4(0x43f)]))return{'match_phrase':{'message':_0x2ebec0['value']}};if(_0x17b8b2[_0x18adf4(0x252)](_0x2ebec0[_0x18adf4(0x41f)],_0x17b8b2['UOtYX']))return{'match':{'message':_0x2ebec0['value']}};if(_0x17b8b2['XEmCf'](_0x2ebec0[_0x18adf4(0x41f)],_0x18adf4(0x365))){if(_0x2ebec0['field']===_0x17b8b2['enkJj'])return{'match':{'message':_0x2ebec0[_0x18adf4(0x3f6)]}};if(isKvPath(_0x2ebec0[_0x18adf4(0x365)]))return{'term':{[_0x2ebec0['field']]:_0x2ebec0[_0x18adf4(0x3f6)]}};if(_0x17b8b2[_0x18adf4(0x298)](isKvnPath,_0x2ebec0[_0x18adf4(0x365)])){if(_0x17b8b2[_0x18adf4(0x249)]===_0x17b8b2[_0x18adf4(0x249)]){const _0x2ee8ec=_0x17b8b2[_0x18adf4(0x41e)](Number,_0x2ebec0[_0x18adf4(0x3f6)]);return Number[_0x18adf4(0x2be)](_0x2ee8ec)?{'term':{[_0x2ebec0[_0x18adf4(0x365)]]:_0x2ee8ec}}:{'term':{[_0x2ebec0[_0x18adf4(0x365)]]:_0x2ebec0['value']}};}else _0x1c21ad+=_0x3e8570[_0x4ba974],_0x66ba34++;}return{'term':{[_0x2ebec0[_0x18adf4(0x365)]+_0x18adf4(0x290)]:_0x2ebec0[_0x18adf4(0x3f6)]}};}return null;}function buildOpenSearchQuery(_0x21f050,_0x5b6d61){const _0xa3f737=_0x231bf0,_0x156a8b={'xpZHW':_0xa3f737(0x381),'ztUoj':function(_0x40c72b,_0x3d8fc9,_0x32d4dd){return _0x40c72b(_0x3d8fc9,_0x32d4dd);}},_0x276d90=DATASET_PROFILES[_0x21f050&&_0x21f050[_0xa3f737(0x330)]||_0x156a8b['xpZHW']],_0x4383c7={'range':{[_0x276d90['timeField']]:{'gte':_0x5b6d61[_0xa3f737(0x43b)],'lte':_0x5b6d61['to']}}},_0x2be623=_0x156a8b[_0xa3f737(0x3eb)](astToOpenSearch,_0x21f050[_0xa3f737(0x24e)],DATASET_PROFILES[_0x21f050&&_0x21f050[_0xa3f737(0x330)]||_0x156a8b['xpZHW']]);if(!_0x2be623)return{'bool':{'filter':[_0x4383c7]}};return{'bool':{'filter':[_0x4383c7],'must':[_0x2be623]}};}function sourceFieldsFor(_0x242068){const _0x2db96d=_0x231bf0,_0x4c226d={'bQObF':function(_0x1125c2,_0x41a83b){return _0x1125c2!==_0x41a83b;},'lxWgS':_0x2db96d(0x40f),'OrjEM':_0x2db96d(0x365),'saKTw':_0x2db96d(0x3b4),'FVJcU':'count','GNPZg':function(_0x10ef81,_0x1cab85){return _0x10ef81===_0x1cab85;}},_0x333ef4=new Set([_0x4c226d[_0x2db96d(0x1eb)],TIME_FIELD]);return _0x242068[_0x2db96d(0x20f)][_0x2db96d(0x3ce)](_0x4a9548=>{const _0xd2209c=_0x2db96d;if(!_0x242068[_0xd2209c(0x321)]['has'](_0x4a9548))_0x333ef4[_0xd2209c(0x40d)](_0x4a9548);}),_0x4c226d[_0x2db96d(0x387)](_0x242068[_0x2db96d(0x425)][_0x2db96d(0x21a)],_0x4c226d[_0x2db96d(0x284)])&&!_0x242068['extracted'][_0x2db96d(0x2fa)](_0x242068[_0x2db96d(0x425)][_0x2db96d(0x365)])&&(_0x4c226d[_0x2db96d(0x28c)](_0x2db96d(0x37b),_0x2db96d(0x37b))?_0x333ef4[_0x2db96d(0x40d)](_0x242068['calculate']['field']):_0x1f7df1[_0x2db96d(0x3b6)](_0x3062fe[_0x2db96d(0x3a3)]({},_0x24b6bc,{'value':_0x49a297(_0x2667a6,_0x21800d)}))),_0x242068['clauses'][_0x2db96d(0x3ce)](_0x14840b=>{const _0x1f1ecb=_0x2db96d,_0x5cf2f5={'DSTrp':_0x1f1ecb(0x30e)};if(_0x4c226d[_0x1f1ecb(0x387)](_0x4c226d[_0x1f1ecb(0x257)],_0x4c226d[_0x1f1ecb(0x257)]))return _0x497e96++,{'kind':_0x5cf2f5['DSTrp'],'value':_0x1d19ee['value']};else{if(_0x14840b[_0x1f1ecb(0x41f)]===_0x4c226d[_0x1f1ecb(0x243)])_0x333ef4['add'](_0x14840b['field']);}}),Array[_0x2db96d(0x43b)](_0x333ef4);}function metricSubAgg(_0xe42386,_0x382471){const _0x5b01f3=_0x231bf0,_0x305a9d={'UuJsP':function(_0x1e490b,_0x49941c){return _0x1e490b||_0x49941c;},'SBpQB':_0x5b01f3(0x381),'QIUSa':function(_0x155eb3,_0x189396){return _0x155eb3===_0x189396;},'ODvxx':_0x5b01f3(0x3d1),'AKhrI':_0x5b01f3(0x230),'fGBqq':_0x5b01f3(0x406),'tzTcZ':'p95','RxBfl':'p99'},{type:_0x283e73}=_0xe42386,_0x20ed99=DATASET_PROFILES[_0x305a9d[_0x5b01f3(0x2a0)](_0x382471,_0x305a9d[_0x5b01f3(0x353)])],_0x133ed8=_0x20ed99[_0x5b01f3(0x31f)](_0xe42386[_0x5b01f3(0x365)]);if(_0x305a9d['QIUSa'](_0x283e73,_0x305a9d[_0x5b01f3(0x27d)]))return{'metric':{'avg':{'field':_0x133ed8}}};if(_0x305a9d[_0x5b01f3(0x31a)](_0x283e73,_0x5b01f3(0x390)))return{'metric':{'sum':{'field':_0x133ed8}}};if(_0x305a9d['QIUSa'](_0x283e73,_0x305a9d[_0x5b01f3(0x423)]))return{'metric':{'min':{'field':_0x133ed8}}};if(_0x283e73===_0x305a9d[_0x5b01f3(0x3c3)])return{'metric':{'max':{'field':_0x133ed8}}};if(_0x283e73===_0x305a9d[_0x5b01f3(0x3a4)])return{'metric':{'percentiles':{'field':_0x133ed8,'percents':[0x5f]}}};if(_0x305a9d[_0x5b01f3(0x31a)](_0x283e73,_0x305a9d[_0x5b01f3(0x220)]))return{'metric':{'percentiles':{'field':_0x133ed8,'percents':[0x63]}}};return undefined;}function readNativeMetric(_0xfa6e7c,_0x3ae2f4){const _0x173cf0=_0x231bf0,_0x1b4192={'yrxpZ':function(_0x1e9903,_0xe43b56){return _0x1e9903===_0xe43b56;},'IlMtN':_0x173cf0(0x2c6),'UAwkl':_0x173cf0(0x3f7),'ZnIDv':_0x173cf0(0x3cb)};if(_0x1b4192[_0x173cf0(0x2f7)](_0x3ae2f4[_0x173cf0(0x21a)],'count'))return _0xfa6e7c['doc_count'];const _0x3ded3d=_0xfa6e7c[_0x173cf0(0x3e1)]||{};if(_0x1b4192['yrxpZ'](_0x3ae2f4['type'],_0x1b4192['IlMtN']))return(_0x3ded3d[_0x173cf0(0x3c2)]&&(_0x3ded3d[_0x173cf0(0x3c2)][_0x1b4192[_0x173cf0(0x253)]]??_0x3ded3d['values']['95']))??null;if(_0x3ae2f4[_0x173cf0(0x21a)]===_0x1b4192[_0x173cf0(0x2ba)])return(_0x3ded3d[_0x173cf0(0x3c2)]&&(_0x3ded3d[_0x173cf0(0x3c2)][_0x173cf0(0x267)]??_0x3ded3d[_0x173cf0(0x3c2)]['99']))??null;return _0x3ded3d[_0x173cf0(0x3f6)]??null;}function buildTermsAgg(_0x42326d){const _0x1768e7=_0x231bf0,_0x57324d={'jKhHH':_0x1768e7(0x381),'zDShB':function(_0x15cebc,_0x11f810){return _0x15cebc===_0x11f810;},'ywugj':'count','rCRIQ':_0x1768e7(0x3bb),'Isqzw':_0x1768e7(0x2c6),'QHBpv':_0x1768e7(0x3cb),'NysTI':function(_0x5e6900,_0x43de44){return _0x5e6900-_0x43de44;},'rLOAQ':function(_0x34908c,_0xb745e9){return _0x34908c(_0xb745e9);},'qiNzl':function(_0x3c4317,_0x459679){return _0x3c4317+_0x459679;},'WKxLR':function(_0x3b6383,_0x31222b,_0x1c8caa){return _0x3b6383(_0x31222b,_0x1c8caa);}},_0x5b8361=_0x42326d[_0x1768e7(0x20f)],_0x2149f5=_0x42326d[_0x1768e7(0x425)],_0x58774d=_0x49aa1f=>{const _0x3e3318=_0x1768e7,_0x27a36c=_0x5b8361[_0x49aa1f],_0x59947c=DATASET_PROFILES[_0x42326d[_0x3e3318(0x330)]||_0x57324d[_0x3e3318(0x2c4)]],_0x387513=_0x59947c[_0x3e3318(0x1ef)](_0x27a36c,_0x42326d[_0x3e3318(0x321)]),_0x56cc7f=_0x57324d['zDShB'](_0x2149f5[_0x3e3318(0x21a)],_0x57324d[_0x3e3318(0x3ac)])?{'_count':_0x57324d[_0x3e3318(0x34c)]}:_0x2149f5[_0x3e3318(0x21a)]===_0x57324d[_0x3e3318(0x292)]?{'metric.95':_0x3e3318(0x3bb)}:_0x57324d[_0x3e3318(0x1fb)](_0x2149f5['type'],_0x57324d[_0x3e3318(0x38a)])?{'metric.99':_0x57324d[_0x3e3318(0x34c)]}:{'metric':_0x57324d['rCRIQ']},_0x3fcb04={'terms':{'field':_0x387513,'size':TERMS_CAP}};return _0x49aa1f<_0x57324d['NysTI'](_0x5b8361[_0x3e3318(0x302)],0x1)?(_0x3fcb04[_0x3e3318(0x259)]={'sub':_0x57324d[_0x3e3318(0x2d4)](_0x58774d,_0x57324d[_0x3e3318(0x2ae)](_0x49aa1f,0x1))},_0x3fcb04['terms'][_0x3e3318(0x241)]={'_count':_0x57324d[_0x3e3318(0x34c)]}):_0x2149f5[_0x3e3318(0x21a)]!==_0x3e3318(0x351)?(_0x3fcb04[_0x3e3318(0x259)]=_0x57324d[_0x3e3318(0x22b)](metricSubAgg,_0x2149f5,_0x42326d[_0x3e3318(0x330)]),_0x3fcb04[_0x3e3318(0x355)][_0x3e3318(0x241)]=_0x56cc7f):_0x3fcb04[_0x3e3318(0x355)][_0x3e3318(0x241)]={'_count':_0x57324d[_0x3e3318(0x34c)]},_0x3fcb04;};return{'groups':_0x57324d[_0x1768e7(0x2d4)](_0x58774d,0x0)};}function parseTermsAgg(_0x16ccad,_0x5c4251){const _0x2a67d4=_0x231bf0,_0x39befa={'HeqJp':function(_0xb3930d,_0x3c092a){return _0xb3930d!==_0x3c092a;},'JQHsO':function(_0x2e5e9f,_0x11be8a){return _0x2e5e9f!==_0x11be8a;},'yJIcR':'KDlFA','zaqPi':function(_0x3a747a,_0x2b12e1){return _0x3a747a-_0x2b12e1;},'jyAjd':_0x2a67d4(0x24f),'Yhwlv':function(_0x4f8592,_0x56045d,_0x36c9ae){return _0x4f8592(_0x56045d,_0x36c9ae);},'PDctT':function(_0x13d6fb,_0x2f3a36){return _0x13d6fb===_0x2f3a36;},'SDbgf':_0x2a67d4(0x311),'wsdwu':function(_0x370e96,_0x82a7d5,_0x331eec,_0x5c1d1b){return _0x370e96(_0x82a7d5,_0x331eec,_0x5c1d1b);},'xswEA':function(_0x5d4ab9,_0x37f05d){return _0x5d4ab9+_0x37f05d;},'DxIzd':function(_0x4167f0,_0x4fdbd4,_0x521051){return _0x4167f0(_0x4fdbd4,_0x521051);}},_0x4fff17=_0x5c4251[_0x2a67d4(0x20f)],_0x1abf3e=_0x5c4251[_0x2a67d4(0x425)],_0x40740c=[],_0x109329=(_0x48555c,_0x20cb6b,_0x15f98c)=>{const _0x3d6139=_0x2a67d4,_0x2cc407={'amBdL':function(_0x4c3ec2,_0x500deb){const _0x2c32db=_0x13cb;return _0x39befa[_0x2c32db(0x335)](_0x4c3ec2,_0x500deb);},'XTTpA':'desc','qoszG':_0x3d6139(0x340)};if(_0x39befa[_0x3d6139(0x22a)](_0x3d6139(0x2bf),_0x39befa['yJIcR'])){const _0x244fba=_0x244c86[_0x3d6139(0x29a)][_0x3d6139(0x3c1)]()[_0x3d6139(0x3c7)]();if(_0x2cc407[_0x3d6139(0x316)](_0x244fba,'asc')&&_0x2cc407[_0x3d6139(0x316)](_0x244fba,_0x2cc407[_0x3d6139(0x32e)]))throw new _0xdce43f(_0x2cc407['qoszG'],'sort\x20inválido:\x20'+_0x244fba+'\x20(use\x20asc|desc)');_0x5c0c60=_0x244fba;}else for(const _0xc2ba6f of _0x48555c||[]){const _0x57c387=Object[_0x3d6139(0x3a3)]({},_0x15f98c,{[_0x4fff17[_0x20cb6b]]:_0xc2ba6f[_0x3d6139(0x3aa)]});if(_0x20cb6b===_0x39befa[_0x3d6139(0x1e6)](_0x4fff17['length'],0x1)){if(_0x39befa[_0x3d6139(0x3b7)]!==_0x39befa[_0x3d6139(0x3b7)])return _0x5b112a[_0x3d6139(0x20a)](_0x4be70a);else _0x40740c[_0x3d6139(0x3b6)](Object[_0x3d6139(0x3a3)]({},_0x57c387,{'value':_0x39befa['Yhwlv'](readNativeMetric,_0xc2ba6f,_0x1abf3e)}));}else{if(_0x39befa['PDctT'](_0x39befa['SDbgf'],_0x3d6139(0x311)))_0x39befa[_0x3d6139(0x3c8)](_0x109329,_0xc2ba6f[_0x3d6139(0x3b9)]&&_0xc2ba6f[_0x3d6139(0x3b9)][_0x3d6139(0x346)]||[],_0x39befa['xswEA'](_0x20cb6b,0x1),_0x57c387);else{const _0xee5a84=_0x2fc25a(_0x220b2a['child'],_0x45b52e);return _0xee5a84?{'bool':{'must_not':[_0xee5a84]}}:null;}}}},_0x5ca68c=_0x16ccad&&_0x16ccad[_0x2a67d4(0x2e3)]&&_0x16ccad[_0x2a67d4(0x2e3)][_0x2a67d4(0x346)]||[];return _0x109329(_0x5ca68c,0x0,{}),_0x39befa['DxIzd'](sortRows,_0x40740c,_0x5c4251[_0x2a67d4(0x29a)]),_0x40740c;}function getPath(_0x205adb,_0x3e7902){const _0x4143b5=_0x231bf0,_0xfbff40={'RIndb':function(_0x331632,_0x3083dc){return _0x331632||_0x3083dc;}};if(_0xfbff40[_0x4143b5(0x3da)](!_0x205adb,!_0x3e7902))return undefined;if(Object[_0x4143b5(0x405)][_0x4143b5(0x40b)][_0x4143b5(0x1e5)](_0x205adb,_0x3e7902))return _0x205adb[_0x3e7902];return _0x3e7902[_0x4143b5(0x255)]('.')['reduce']((_0x30bdb4,_0x1ec57e)=>_0x30bdb4===null||_0x30bdb4===undefined?undefined:_0x30bdb4[_0x1ec57e],_0x205adb);}function toNumber(_0x185c69){const _0x4383af=_0x231bf0,_0x5ae4c9={'tsNHY':function(_0x2051b9,_0x4101ba){return _0x2051b9===_0x4101ba;},'jmlqZ':function(_0x18d21d,_0x5f0a30){return _0x18d21d===_0x5f0a30;},'OqRng':function(_0x49c5fe,_0x16b6d8){return _0x49c5fe(_0x16b6d8);}};if(_0x185c69===null||_0x5ae4c9['tsNHY'](_0x185c69,undefined)||_0x5ae4c9['jmlqZ'](_0x185c69,''))return null;const _0x439541=_0x5ae4c9[_0x4383af(0x305)](Number,_0x185c69);return Number[_0x4383af(0x2be)](_0x439541)?_0x439541:null;}function extractFromDoc(_0x322aed,_0x290e44){const _0xc077eb=_0x231bf0,_0x55c201={'qygOP':_0xc077eb(0x404),'otoJx':function(_0x5e982c,_0x2d46b7){return _0x5e982c===_0x2d46b7;},'xymnL':_0xc077eb(0x1f3),'XOGlL':_0xc077eb(0x42d),'oPZRC':function(_0x1b6cd3,_0x414540){return _0x1b6cd3!==_0x414540;}},_0x1dfe5e=_0x55c201['otoJx'](typeof(_0x322aed&&_0x322aed['message']),_0xc077eb(0x1ed))?_0x322aed['message']:'',_0x19ed2e={};for(const {regex:_0x520ad2}of _0x290e44){if('UApiA'===_0x55c201['xymnL']){_0x520ad2['lastIndex']=0x0;const _0x126b86=_0x520ad2[_0xc077eb(0x2e4)](_0x1dfe5e);if(!_0x126b86)return{'ok':![],'extracted':_0x19ed2e};if(_0x126b86[_0xc077eb(0x2e3)])for(const [_0x1bcc5b,_0x307f40]of Object[_0xc077eb(0x32c)](_0x126b86[_0xc077eb(0x2e3)])){if(_0x55c201[_0xc077eb(0x201)]===_0xc077eb(0x42d)){if(_0x55c201[_0xc077eb(0x3a5)](_0x307f40,undefined))_0x19ed2e[_0x1bcc5b]=_0x307f40;}else return _0xfa9b01['startsWith'](_0x55c201[_0xc077eb(0x1ec)])&&_0x1d07cf['has'](_0x49d4fa['slice'](0x4));}}else{if(!_0x11ce30['groupbyOk'](_0x4b3760,_0x4fa534))throw new _0x2fb37f('field','campo\x20não\x20permitido\x20em\x20groupby:\x20'+_0x59a95d,{'field':_0x1b3d95});}}return{'ok':!![],'extracted':_0x19ed2e};}function percentile(_0x2d8430,_0x11a5e8){const _0x544cfa=_0x231bf0,_0xe2bfa9={'lcIpI':function(_0x161ae9,_0x15dbe7){return _0x161ae9===_0x15dbe7;},'eNHJU':function(_0x22e87c,_0x1d1753){return _0x22e87c*_0x1d1753;},'lqbYh':function(_0x5368e6,_0x3308e8){return _0x5368e6/_0x3308e8;},'VrDWW':function(_0x2e8eb7,_0x1d3282){return _0x2e8eb7+_0x1d3282;},'Hhrio':function(_0x379a8f,_0x76bd7f){return _0x379a8f-_0x76bd7f;},'QzFhg':function(_0x2e8ec9,_0x2b6419){return _0x2e8ec9-_0x2b6419;}};if(_0xe2bfa9[_0x544cfa(0x3f5)](_0x2d8430['length'],0x0))return null;if(_0xe2bfa9[_0x544cfa(0x3f5)](_0x2d8430[_0x544cfa(0x302)],0x1))return _0x2d8430[0x0];const _0x53bff6=_0xe2bfa9[_0x544cfa(0x27c)](_0xe2bfa9[_0x544cfa(0x280)](_0x11a5e8,0x64),_0x2d8430[_0x544cfa(0x302)]-0x1),_0x2580f0=Math[_0x544cfa(0x343)](_0x53bff6),_0x50543c=Math[_0x544cfa(0x247)](_0x53bff6);if(_0x2580f0===_0x50543c)return _0x2d8430[_0x2580f0];return _0xe2bfa9[_0x544cfa(0x29b)](_0x2d8430[_0x2580f0],_0xe2bfa9[_0x544cfa(0x3d3)](_0x2d8430[_0x50543c],_0x2d8430[_0x2580f0])*_0xe2bfa9[_0x544cfa(0x363)](_0x53bff6,_0x2580f0));}function finalizeMetric(_0x5e29f9,_0x172512){const _0x307fe4=_0x231bf0,_0x1547b6={'ZqNfe':function(_0x3f28e6,_0x531dfd){return _0x3f28e6===_0x531dfd;},'Nztdu':_0x307fe4(0x390),'wRaPA':function(_0x14a094,_0x5e256){return _0x14a094/_0x5e256;},'Uthkd':function(_0x2b1833,_0x29fa1b){return _0x2b1833===_0x29fa1b;},'KfnjG':_0x307fe4(0x230),'oMBCU':_0x307fe4(0x406),'dHMXp':function(_0x137f53,_0x4d9f8a){return _0x137f53===_0x4d9f8a;},'xaUow':_0x307fe4(0x2c6)};if(_0x172512[_0x307fe4(0x302)]===0x0)return null;if(_0x1547b6[_0x307fe4(0x1ff)](_0x5e29f9,_0x1547b6[_0x307fe4(0x36d)]))return _0x172512['reduce']((_0x4c3b02,_0x4f76a1)=>_0x4c3b02+_0x4f76a1,0x0);if(_0x5e29f9===_0x307fe4(0x3d1))return _0x1547b6[_0x307fe4(0x258)](_0x172512['reduce']((_0x29914f,_0x327046)=>_0x29914f+_0x327046,0x0),_0x172512[_0x307fe4(0x302)]);if(_0x1547b6['Uthkd'](_0x5e29f9,_0x1547b6[_0x307fe4(0x41a)]))return Math[_0x307fe4(0x230)](..._0x172512);if(_0x1547b6[_0x307fe4(0x1ff)](_0x5e29f9,_0x1547b6[_0x307fe4(0x1fa)]))return Math[_0x307fe4(0x406)](..._0x172512);const _0x90dce7=_0x172512[_0x307fe4(0x3fd)]()[_0x307fe4(0x29a)]((_0xac6a6d,_0x177ca0)=>_0xac6a6d-_0x177ca0);if(_0x1547b6[_0x307fe4(0x3e4)](_0x5e29f9,_0x1547b6[_0x307fe4(0x315)]))return percentile(_0x90dce7,0x5f);if(_0x1547b6[_0x307fe4(0x1ff)](_0x5e29f9,_0x307fe4(0x3cb)))return percentile(_0x90dce7,0x63);return null;}function metricLabel(_0x11e6b6){const _0x28ce92=_0x231bf0;return _0x11e6b6[_0x28ce92(0x21a)]===_0x28ce92(0x351)?_0x28ce92(0x351):_0x11e6b6[_0x28ce92(0x21a)]+'('+_0x11e6b6[_0x28ce92(0x365)]+')';}function aggregateServerSide(_0xb5c3db,_0x28d7c3){const _0x37de8e=_0x231bf0,_0x9c1ba5={'nLmdZ':function(_0x2829a8,_0x546769){return _0x2829a8===_0x546769;},'lwgJJ':function(_0x59ae37,_0x1f7630){return _0x59ae37===_0x1f7630;},'hDmdr':_0x37de8e(0x234),'dOKMD':'logs','DexYb':function(_0x96c5df,_0x50cc07,_0x23ea67){return _0x96c5df(_0x50cc07,_0x23ea67);},'JnEDI':'venuB','HDcKM':function(_0x395059,_0x2c0890,_0x46f44e){return _0x395059(_0x2c0890,_0x46f44e);},'oWRPi':function(_0x27da42,_0x5d98e8,_0x584b47){return _0x27da42(_0x5d98e8,_0x584b47);},'vCKrq':function(_0x2c3607,_0x3b9a65){return _0x2c3607===_0x3b9a65;},'SZajm':function(_0x295599,_0x5de449){return _0x295599===_0x5de449;},'HfdYD':_0x37de8e(0x26b),'VUlwW':_0x37de8e(0x2d6),'GCIjO':function(_0x1b2d77,_0x12e4fc){return _0x1b2d77(_0x12e4fc);},'RNXme':function(_0x403183,_0x33cb01){return _0x403183!==_0x33cb01;},'CkJDC':_0x37de8e(0x366),'RfCCz':function(_0x90e239,_0x486a67){return _0x90e239!==_0x486a67;},'QqpKH':_0x37de8e(0x351),'LQVeU':function(_0x335c34,_0x53f4ca,_0x145dc1){return _0x335c34(_0x53f4ca,_0x145dc1);},'CTMli':function(_0x166a9c,_0x350275){return _0x166a9c!==_0x350275;},'WrAng':function(_0x2ced70,_0x440906){return _0x2ced70===_0x440906;},'LABQx':function(_0x6b6e63,_0x263b9f,_0x30b4c0){return _0x6b6e63(_0x263b9f,_0x30b4c0);}},{groupby:_0x20ccfe,calculate:_0x4425cb,regexes:_0x161595,extracted:_0x157feb}=_0x28d7c3,_0xc0969d=new Map();let _0x3cb680=0x0;for(const _0x5e2310 of _0xb5c3db){const _0x2ffb27=_0x5e2310&&_0x5e2310[_0x37de8e(0x299)]||{},{ok:_0x37bd4b,extracted:_0x593943}=_0x9c1ba5[_0x37de8e(0x2da)](extractFromDoc,_0x2ffb27,_0x161595);if(!_0x37bd4b)continue;_0x3cb680++;const _0x8580d3=[];let _0x47b531=![];for(const _0x282c93 of _0x20ccfe){const _0x1112c3=_0x157feb[_0x37de8e(0x2fa)](_0x282c93)?_0x593943[_0x282c93]:_0x9c1ba5[_0x37de8e(0x444)](getPath,_0x2ffb27,_0x282c93);if(_0x9c1ba5[_0x37de8e(0x227)](_0x1112c3,undefined)||_0x1112c3===null||_0x9c1ba5[_0x37de8e(0x35e)](_0x1112c3,'')){if(_0x9c1ba5[_0x37de8e(0x1e0)](_0x9c1ba5[_0x37de8e(0x21f)],_0x9c1ba5[_0x37de8e(0x3f3)])){const _0x360c83=_0x546b40[_0x37de8e(0x396)][_0x37de8e(0x3ef)](_0x58eb7f)[_0x37de8e(0x348)](_0x5c3893);if(_0x9c1ba5[_0x37de8e(0x227)](_0x360c83[_0x37de8e(0x302)],0x0))return null;return _0x9c1ba5['lwgJJ'](_0x360c83[_0x37de8e(0x302)],0x1)?_0x360c83[0x0]:{'op':_0x9c1ba5[_0x37de8e(0x39a)],'children':_0x360c83};}else{_0x47b531=!![];break;}}_0x8580d3[_0x37de8e(0x3b6)](_0x9c1ba5[_0x37de8e(0x358)](String,_0x1112c3));}if(_0x47b531)continue;const _0x223033=_0x8580d3['join']('\x00');let _0x59cdf4=_0xc0969d[_0x37de8e(0x3dc)](_0x223033);if(!_0x59cdf4){if(_0x9c1ba5[_0x37de8e(0x324)](_0x9c1ba5[_0x37de8e(0x2e5)],_0x9c1ba5['CkJDC'])){const _0x370df2=_0x24d502[_0x11bb0c&&_0x552057[_0x37de8e(0x330)]||_0x9c1ba5[_0x37de8e(0x446)]];return _0x9c1ba5['DexYb'](_0x48ac2d,_0x317302&&_0x1c06dc['where'],_0x370df2);}else{const _0x5522c9={};_0x20ccfe[_0x37de8e(0x3ce)]((_0x126f19,_0x5067b0)=>{const _0x1f0795=_0x37de8e;_0x9c1ba5[_0x1f0795(0x227)](_0x1f0795(0x2ca),_0x9c1ba5[_0x1f0795(0x433)])?_0x2116aa={'idx':_0x3d1a08,'tok':_0x3c5c27,'cmp':_0x209e37}:_0x5522c9[_0x126f19]=_0x8580d3[_0x5067b0];}),_0x59cdf4={'dims':_0x5522c9,'count':0x0,'values':[]},_0xc0969d[_0x37de8e(0x2bb)](_0x223033,_0x59cdf4);}}_0x59cdf4[_0x37de8e(0x351)]++;if(_0x9c1ba5['RfCCz'](_0x4425cb[_0x37de8e(0x21a)],_0x9c1ba5[_0x37de8e(0x27a)])){const _0xad584f=_0x157feb[_0x37de8e(0x2fa)](_0x4425cb[_0x37de8e(0x365)])?_0x593943[_0x4425cb[_0x37de8e(0x365)]]:_0x9c1ba5[_0x37de8e(0x3db)](getPath,_0x2ffb27,_0x4425cb[_0x37de8e(0x365)]),_0x44fecd=_0x9c1ba5[_0x37de8e(0x358)](toNumber,_0xad584f);if(_0x9c1ba5[_0x37de8e(0x2e0)](_0x44fecd,null))_0x59cdf4[_0x37de8e(0x3c2)][_0x37de8e(0x3b6)](_0x44fecd);}}const _0xf1630e=[];for(const _0x35f4e6 of _0xc0969d[_0x37de8e(0x3c2)]()){const _0x57c35f=_0x9c1ba5[_0x37de8e(0x357)](_0x4425cb[_0x37de8e(0x21a)],_0x9c1ba5[_0x37de8e(0x27a)])?_0x35f4e6[_0x37de8e(0x351)]:_0x9c1ba5['LABQx'](finalizeMetric,_0x4425cb[_0x37de8e(0x21a)],_0x35f4e6[_0x37de8e(0x3c2)]);_0xf1630e[_0x37de8e(0x3b6)](Object[_0x37de8e(0x3a3)]({},_0x35f4e6[_0x37de8e(0x426)],{'value':_0x57c35f}));}return sortRows(_0xf1630e,_0x28d7c3[_0x37de8e(0x29a)]),{'rows':_0xf1630e,'matched':_0x3cb680};}function sortRows(_0x2c380d,_0x48e79b){const _0x303b9a=_0x231bf0,_0x161529={'EKudG':function(_0x4c4725,_0x166539){return _0x4c4725!==_0x166539;},'baOdb':_0x303b9a(0x3c0),'wJhKq':function(_0x3a5694,_0x1438e3){return _0x3a5694===_0x1438e3;},'tAlqx':function(_0x45abb0,_0x45031b){return _0x45abb0===_0x45031b;},'QdiNh':function(_0x71f399,_0x724d7){return _0x71f399===_0x724d7;},'EANBg':function(_0x41cce1,_0x30933a){return _0x41cce1===_0x30933a;},'PykDX':'asc'},_0x9c51ae=_0x48e79b===_0x161529[_0x303b9a(0x399)]?0x1:-0x1;_0x2c380d[_0x303b9a(0x29a)]((_0x2a2f3f,_0x312de1)=>{const _0x106db6=_0x303b9a;if(_0x161529['EKudG']('UwcBO',_0x161529['baOdb'])){const _0x4dcc22=_0x161529[_0x106db6(0x281)](_0x2a2f3f[_0x106db6(0x3f6)],null)||_0x161529['tAlqx'](_0x2a2f3f[_0x106db6(0x3f6)],undefined)?-Infinity:_0x2a2f3f[_0x106db6(0x3f6)],_0x80ea5a=_0x161529[_0x106db6(0x400)](_0x312de1[_0x106db6(0x3f6)],null)||_0x161529[_0x106db6(0x281)](_0x312de1[_0x106db6(0x3f6)],undefined)?-Infinity:_0x312de1[_0x106db6(0x3f6)];if(_0x161529[_0x106db6(0x30c)](_0x4dcc22,_0x80ea5a))return 0x0;return _0x4dcc22<_0x80ea5a?-_0x9c51ae:_0x9c51ae;}else{_0x185cd7[_0x106db6(0x396)][_0x106db6(0x3ce)](_0xa3c73f=>_0x4571fa(_0xa3c73f,_0x8a29d1,_0x1c1d4b,!![]));return;}});}module[_0x231bf0(0x3a7)]={'MAX_QUERY_LEN':MAX_QUERY_LEN,'MAX_REGEXES':MAX_REGEXES,'MAX_SCAN_DOCS':MAX_SCAN_DOCS,'TERMS_CAP':TERMS_CAP,'DEFAULT_HIT_SIZE':DEFAULT_HIT_SIZE,'MAX_HIT_SIZE':MAX_HIT_SIZE,'TIME_FIELD':TIME_FIELD,'LOG_FIELD_ALLOWLIST':LOG_FIELD_ALLOWLIST,'LOG_NUMERIC_FIELDS':LOG_NUMERIC_FIELDS,'METRIC_FUNCS':METRIC_FUNCS,'DslError':DslError,'parseQuery':parseQuery,'parseCalculate':parseCalculate,'normalizeRegexSource':normalizeRegexSource,'buildOpenSearchQuery':buildOpenSearchQuery,'compileWhere':compileWhere,'timeFieldFor':timeFieldFor,'aggPathFor':aggPathFor,'extractContains':extractContains,'compileAstFor':compileAstFor,'REQUESTS_HITS_SOURCE':REQUESTS_HITS_SOURCE,'clauseToOpenSearch':clauseToOpenSearch,'sourceFieldsFor':sourceFieldsFor,'metricLabel':metricLabel,'buildTermsAgg':buildTermsAgg,'parseTermsAgg':parseTermsAgg,'metricSubAgg':metricSubAgg,'readNativeMetric':readNativeMetric,'extractFromDoc':extractFromDoc,'aggregateServerSide':aggregateServerSide,'sortRows':sortRows,'finalizeMetric':finalizeMetric,'percentile':percentile,'getPath':getPath};
|