morph027

Results 66 comments of morph027

Yes, was at the conf but need to leave now for the bus. Would have loved to talk more about if only I had knew before. Anyway, I'm pretty sure...

Hi. Thanks for the explanation. Makes sense ;) The thing is that the logstash TCP socket never is busy somehow (no log entries from ipfixol about busy/broken connection), it just...

Thanks, seems to work in my test-clone!

We are running 1.17.1 already and the issue still persists.

Thanks, adding HEAD and aliases support brings us further and gitea can start w/ zinc connected. It also looks like it is indexing something but search does not return any...

Jeah, obviously the logs are all good and there seems to be no problem. But no results in Gitea search either :) Any hints where to look at?

Index: ```json { "name": "gitea_codes", "doc_num": 23, "shard_num": 1, "storage_type": "disk", "storage_size": "185.78 KB", "wal_size": 0, "settings": {}, "mappings": { "properties": { "@timestamp": { "type": "date", "index": true, "store": false,...

Tried too, still no results. Triggered a reindex within a gitea repo. Nothing changes. Will try a clean stack from scratch to make sure there is nothing within the running...

Hm....fresh plain compose: ``` --- version: "3" networks: gitea: external: false volumes: gitea: driver: local zinc: driver: local services: gitea: image: gitea/gitea:1.17.2 environment: - USER_UID=1000 - USER_GID=1000 - GITEA__indexer__REPO_INDEXER_ENABLED=true -...

No index, full time: ![2022-09-21_09-21](https://user-images.githubusercontent.com/600106/191441161-2242cea0-3422-4429-af0d-5d2c098dce77.png) Index `gitea_codes`, full time: ![2022-09-21_09-22](https://user-images.githubusercontent.com/600106/191441132-03fb4699-9285-4f34-a257-6d6a9c278f2b.png)