Git Product home page Git Product logo

console's People

Contributors

liaosy21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

console's Issues

问题反馈

系统管理-》集群管理显示集群状态时红圈×,但是测试链接是连接成功 并且自动新建了索引.infini_*

date_range_precision_tuning增加后kinaba请求异常

gateway: 1.6.0_SNAPSHOT
es: 7.8.1
kibana: 7.8.1

尝试测试 date_range_precision_tuning,time_precision:6,预设置精度到“秒”,配置之后kibana请求报错了。
去掉改配置后正常。

flow:
  - name: default_flow
    filter:
      - context_regex_replace:
          context: "_ctx.request.uri"
          pattern: "_from=[^&]*&?"
          to: ""
      - date_range_precision_tuning:
          time_precision: 6
      - get_cache:
      - bulk_reshuffle:
          when:
            contains:
              _ctx.request.path: /_bulk
          elasticsearch: prod
          level: node
          fix_null_id: true
      - elasticsearch:
          elasticsearch: prod  #elasticsearch configure reference name
          max_connection_per_node: 1000 #max tcp connection to upstream, default for all nodes
          max_response_size: -1 #default for all nodes
          balancer: weight
          refresh: # refresh upstream nodes list, need to enable this feature to use elasticsearch nodes auto discovery
            enabled: true
            interval: 60s
      - set_cache:
          cache_type: ristretto
          min_response_size: 100
          max_response_size: 1024000
          cache_ttl: 30s
          max_cache_items: 100000
failed to parse date field [2022-08-00T05:59:32.999Z] with format [strict_date_optional_time]: [failed to parse date field [2022-08-00T05:59:32.999Z] with format [strict_date_optional_time]]

抓包结果内容:
kibana_http_400.json.zip

setup not permitted

安装后,添加ES集群配置,集群连接测试可以正常,初始化时提示删除以.infini_开头的索引或者跳过,当点击跳过后进入第三步设置
输入账号信息后点击下一步会报错:
start to initialize template [template_ilm]
PUT /_template/.infini {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Custom Analyzer [suggest_text_search] failed to find tokenizer under name [classic]"}],"type":"illegal_argument_exception","reason":"Custom Analyzer [suggest_text_search] failed to find tokenizer under name [classic]"},"status":400}

查看网关常见问题,执行命令:
DELETE _template/.infini
DELETE .infini_node
DELETE .infini_index

重新启动还会报错:
{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"Failed to parse mapping [_doc]: analyzer [suggest_text_search] has not been configured in mappings"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [_doc]: analyzer [suggest_text_search] has not been configured in mappings","caused_by":{"type":"illegal_argument_exception","reason":"analyzer [suggest_text_search] has not been configured in mappings"}},"status":400}
当再次刷新后就会报错:
setup not permitted

使用版本:
/console-linux-amd64 -v
console 1.23.0 1438 2024-02-29 04:25:40 +0000 UTC 2024-12-31 10:10:10 +0000 UTC 200ffd7af684ba2b7cd221e9bdece9f18653017f

启动命令:
./console-linux-amd64

支持ES版本为5.X的吗?

看特性说明是支持5.X版本的,但是使用时要求ES版本为7.3以上版本,怎么设置支持低版本的ES?
Uploading bd654220b4f928437da8126189110d1.png…

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.