Hello, trying to get fim working on MacOS, but it ...
# fim
j
Hello, trying to get fim working on MacOS, but it doesn't seem to be returning any events (note: process_events is working fine). I can see the occasional info message in the logs
Subscriber expiration is too low: file_events
but can't find what this means. Any ideas? Relevant config below:
Copy code
"file_events": {
			"query": "SELECT * FROM file_events;",
			"interval": 60,
			"removed": false,
			"description": "File events events."
		}
	},
	"file_paths": {
		"test": [
			"~/Library/Preferences/%%"
		]
	}
t
From my understand that config looks ok. I don’t remember if the ~ works but I am not confident, I can test later this afternoon.
Can you try the same config but with /Users/% instead of ~?
j
you are correct 🙂 It works now. thank you