Hi,
We're just starting to look into ZomboDB. I added the extension to 10.5 and built an index on a table--everything works fine, including being able to access from Kibana.
Just out of curiosity, though--in my logs I see the following every minute:
2018-11-18 23:57:01 EST [36687]: [1-1] db=[unknown],user=[unknown],app=[unknown],client=[local] LOG: connection received: host=[local]
2018-11-18 23:57:01 EST [36687]: [2-1] db=cargotel_dev,user=nobody,app=[unknown],client=[local] LOG: connection authorized: user=nobody database=cargotel_dev
2018-11-18 23:57:01 EST [36687]: [3-1] db=cargotel_dev,user=nobody,app=[unknown],client=[local] LOG: ZomboDB Loaded
2018-11-18 23:57:01 EST [36687]: [4-1] db=cargotel_dev,user=nobody,app=[unknown],client=[local] LOG: disconnection: session time: 0:00:00.010 user=nobody database=cargotel_dev host=[local]
The nobody user is in no way connected to the schema in which I built the zombodb index--why does zombodb use that user to connect?
Is the extension reloading itself every minute and is that normal?
Thanks,
Jeff Ross