-
请问大佬,集群化模式,其中一个节点,提示以下错误,导致该节点服务宕机
fatal error: concurrent map read and map write
goroutine 73043105 [running]:
glc/ldb/storage.NewLogDataStorageHandle({0xc004b10b40, 0x10})
D:/Go/path/glogcenter…
-
http://127.0.0.1:8080/
X-GLC-AUTH:glogcenter
demo
大佬,集群化glc,请问logback中地址,应该如何配置?
-
开启nginx容器做fluentd转发到glogcenter简单测试,发现日志都可以转发到glogcenter上,并且展示的条目是19条,查看容器一共打印19条,说明fluentd转发没问题。
![图片](https://github.com/user-attachments/assets/efbe1456-af6b-420f-8962-54228aed5a24)
但是通过搜索框搜…
-
虚拟机直接重启后,gloc起不来。日志如下:
```
2024-09-26 17:22:57.572 DEBUG 加载词典: /glogcenter/.dictionary/dict.txt
panic: leveldb: manifest corrupted (field 'comparer'): missing [file=MANIFEST-011864]
goroutine …
-
login接口返回403
-
线上使用ELK,备份的日志就是日志文件,所以想用这个试试!
neowj updated
2 months ago
-
部署方式:docker run --name=glc -d -p 8889:8080 -e GLC_SAVE_DAYS=7 -e GLC_ENABLE_LOGIN=true -v /mydata/glc:/glogcenter gotoeasy/glc
-
# 配置如下
location ^~ /glogcenter/ {
keepalive_timeout 120s;
proxy_pass http://localhost:8088/;
}
G-lin updated
5 months ago
-
在云服务器部署成功, 不希望匿名访问
hefju updated
7 months ago
-
第一张图是我不带条件搜索出来的结果,里面有带有换行符的日志内容
第二张图是我加了条件,带有换行符的结果没有搜索出来
用最新版本的docker部署