arrow2012
arrow2012
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
发现根据不同的容器产生不同的索引名称功能是有内置的filebeat提供的 配置文件中提供的下载地址是 http://acs-logging.oss-cn-hangzhou.aliyuncs.com/beats/filebeat/filebeat-6.1.1-linux-x86_64.tar.gz 下载后 发现md5 与官方提供的不同,请问这个filebeat是阿里自己修改源码后编译的吗? 源码是否公开? 我想实现 to es 的索引按月来区分
容器总是自动退出
time="2019-08-28T12:39:03+08:00" level=info msg="logs: e32d122f2bb9edf1365e5216cc3c3c670fcb91eba1cf60e0cabd239b9bed1eb8 = &{client-log /host/data/data/docker/containers/e32d122f2bb9edf1365e5216cc3c3c670fcb91eba1cf60e0cabd239b9bed1eb8 json map[time_format:%Y-%m-%dT%H:%M:%S.%NZ] e32d122f2bb9edf1365e5216cc3c3c670fcb91eba1cf60e0cabd239b9bed1eb8-json.log* map[topic:client-log index:client-log] false true}" time="2019-08-28T12:39:03+08:00" level=info msg="Another load is pending" time="2019-08-28T12:39:03+08:00" level=info msg="logs: 2f0fe7a5dd231618cedb30ba294a889e01a8674991e383321f08bc0170f4e762 = &{data-cron-job-log /host/data/data/docker/containers/2f0fe7a5dd231618cedb30ba294a889e01a8674991e383321f08bc0170f4e762 nonex map[time_format:%Y-%m-%dT%H:%M:%S.%NZ] 2f0fe7a5dd231618cedb30ba294a889e01a8674991e383321f08bc0170f4e762-json.log*...
由于 客户端连接的IP 经过 NAT 转换后 到达后端服务器上 显示都是VPN server的 IP ,无法进行 追踪和溯源 建议增加flannel 网络管理支持 , 在 vpn server上启动了 flannel 服务,会有个flannel tun网卡 然后启动 vpn server 使其tun 网卡的网段和flannel的tun网段 一致,类似docker 使用flannel网卡 那样 这样客户端分配的IP 地址都是flannel...
upstream配置如下: upstream infra-service { least_conn; upsync 192.168.20.103:8500/v1/kv/upstreams/infra-service upsync_timeout=6m upsync_interval=2000ms upsync_type=consul strong_dependency=off; upsync_dump_path /data/app/openresty/nginx/conf/conf.d/infra-service.ini; include /data/app/openresty/nginx/conf/conf.d/infra-service.ini; keepalive 16; } 问题1: 192.168.20.103:8500 是consul集群的其中一个节点,现在consul集群有3个节点,upstream里面的upsync能否配置3个consul的地址? 问题2: 如果不能配置多个consul地址,我只能用nginx本身做转发consul upstream consul-server{ server 192.168.20.103:8500; server 192.168.20.105:8500; server...
curl "http://consul-nginx.test.in/v1/kv/upstreams/ai-serv?recurse" --http1.0 [{"LockIndex":0,"Key":"upstreams/ai- \serv/192.168.20.144:5555","Flags":0,"Value":"eyJ3ZWlnaHQiOjEsICJtYXhfZmFpbHMiOjIsICJmYWlsX3 RpbWVvdXQiOjEwfQ==","CreateIndex":**570745**,"ModifyIndex":570969}, {"LockIndex":0,"Key":"upstreams/ai- serv/192.168.20.144:5556","Flags":0,"Value":"eyJ3ZWlnaHQiOjEsICJtYXhfZmFpbHMiOjIsICJmYWlsX3R pbWVvdXQiOjEwfQ==","CreateIndex":**570976**,"ModifyIndex":570976}] I use nginx proxy upstream consul server upstream consul-server{ server 192.168.20.103:8500; } server { #listen 8500; listen 80; server_name consul-nginx.test.in; access_log...
### Current Behavior when i reload apisix the old process is always shutting down and not exit ![Uploading image.png…]() ### Expected Behavior the old process should exited ### Error Logs...
ingress-crontroller pod error `arrow@arrow ~ % kubectl -n ingress-apisix logs -f apisix-69ff87d7c6-gmplt /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init WARNING: using fixed Admin API token has security risk. Please modify "admin_key" in conf/config.yaml ....