ZhiXingHeYiApple

Results 6 issues of ZhiXingHeYiApple

I use akka elasticsearch stream to bulk write to ES. When I upgrade from 2.0.2 to 3.0.4. I find a problem that elastic source read normally, but elastic bulk flow...

p:elasticsearch

**描述您的需求** 看了文档介绍,open-monitor镜像内部包含prometheus和alertmanager进程,对此有疑问: (1)open-monitor对prometheus和alertmanager的定制优化,有涉及到开源代码修改吗?还是只是配置文件的定制 (2)如果我修改启动脚本start.sh,取消prometheus和alertmanager的启动,可以使用外部已经存在的prometheus集群吗? (3)如果(2)步可行的化,open-monitor可以对接外部由thanos框架(本质是prometheus operator框架)搭建的prometheus和alertmanager? (4)如果只用该open-monitor,没有配合wecube platform一起使用的话,有用户认证和权限管理功能吗? **预期行为** **描述您考虑过的替代方案** **附加**

enhancement

**index mapping** ``` { "nyc-taxis-2020-11-23-1" : { "mappings" : { "dynamic" : "strict", "properties" : { "cab_color" : { "type" : "keyword" }, "dropoff_datetime" : { "type" : "date", "format"...

bug
good first issue

I view the source code and official document, but very confused that how to configure farm hosts when my application deploy in k8s cluster. That promgen make full use of...

I have reviewed the documentation and issue list, but I couldn't find how to use the pg_hint_plan extension to force my `group by` SQL query to use hash aggregation. Like...

### What's wrong? I have a column table as follows, which periodically calls insert SQL to write data. ```sql CREATE TABLE public.log_developer_api_code_msg ( id bigserial NOT NULL, data_source text NULL,...

bug