How can I access the database and examine various tables? I require this information for configuring osquery. I have installed FortiSIEM 7.1.3 with ClickHouse. Detail steps along with creds (if any default) would be helpful.
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hello @gauravpawar , to examine CMDB db tables just run following commands from Supervisor console:
psql -U phoenix phoenixdb
\dt
select * from <table name>
Hello @gauravpawar , to examine CMDB db tables just run following commands from Supervisor console:
psql -U phoenix phoenixdb
\dt
select * from <table name>
@mnovelli thanks for the help
you're welcome!
Hi, why did you need psql access for configuring OSquery?
Welcome to your new Fortinet Community!
You'll find your previous forum posts under "Forums"
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.