FlashIvano

Results 7 issues of FlashIvano

### Which OpenObserve functionalities are the source of the bug? ingestion ### Is this a regression? Yes ### Description 当配置的stream包含`-`的话,UI界面上会自动转换为`_`,但是后台实际没有存储。 ### Please provide a link to a minimal reproduction of...

☢️ Bug

### Which OpenObserve functionalities are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description cat docker-compose.yaml ```yaml version: '3' services: # openobserve...

☢️ Bug

The Office 365 operated by 21Vianet version of Office 365 is specific to China. Thanks. Clients Settings ```yaml POP: 服务器名称: Outlook Global: outlook.office365.com Outlook 21Vianet: partner.outlook.cn 端口: 995 加密方法: SSL...

**Describe the bug** LDAP Property Mapping not working. In 2024.2.3, it works. **To Reproduce** Steps to reproduce the behavior: create a LDAP Property Mapping. **Expected behavior** A clear and concise...

bug
wontfix

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** When a user create his App password, the default Expiring time is half hour...

enhancement

ListenAndReceiveWecomMsg.go ```go package wecom_sdk import ( "fmt" "github.com/gin-gonic/gin" "github.com/go-laoji/wecom-go-sdk/pkg/svr/callback" "github.com/go-laoji/wecom-go-sdk/v2/pkg/svr/middleware" ) func InjectWecomMsgRouter(e *gin.Engine) { callbackGroup := e.Group("/wecom") { callbackGroup.GET("/receive", callback.CustomizedGetHandler) callbackGroup.POST("/receive", callback.CustomizedPostHandler) } } func ListenAndReceiveWecomMsg() { router :=...