π Tutorial: Build Search UI with OpenSearch and ReactiveSearch
In this post, I will walk through a follow-along tutorial for building search UIs powered by OpenSearch and ReactiveSearch. I will show how to set up OpenSearch and ReactiveSearch API with Docker, and then build a search UI using ReactiveSearch's UI ...
blog.reactivesearch.io9 min read
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.