hello all ! , is there way that osquery could se...
# general
g
hello all ! , is there way that osquery could see custom configuration files ? by example one on /opt/product/etc/test.conf
s
If it’s a common format, it may already be parsed using the built-in lenses for the
augeas
table. If not, you can write a new lens to parse that type of config
g
thanks for your answer, it is a format key=value , but when I query with osquery it returns empty ...
I guess it is not 'loaded' when osquery init, is there a way to load ? perhaps I missing some concept on osquery
s
You will want to be sure the
--augeas_lenses
flag points to where your lenses are.
g
thank you , I'm using osquery by default, I started to research what the lenses are ...