2.1K reads
3 comments
Hello!
Thank you for the blog post. Where can I find the files to run the docker-compose up and follow along?
- fluent-bit.conf
- parser.conf
- reactivesearch-data
Best,
The docker-compose content is inline in this post itself.
Thank you Siddharth Kothari for the quick response,
I am having errors with the fluentbit container - the fluent-bit.conf parser.conf file are not being created (only 2 empty folders named fluent-bit.conf and parser.conf appear in my working directory).
Because fluent-bit.conf gets created as a folder, then when it tries to do the mount it fails. ERROR:
"Mounting "/Users/xxx/xxx/xx/xx/fluent-bit.conf" to rootfs at "/fluent-bit/etc/fluent-bit.conf" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)?"
How can I solve this? i don't understand where the fluent-bit.conf parser.conf files come from.
On the other hand, the data folder does get created correctly with content on it.