Skip to main content
gauravpawar
Explorer III
March 27, 2024
Solved

FortiSIEM db table info

  • March 27, 2024
  • 3 replies
  • 1810 views

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.

Best answer by mnovelli

Hello @gauravpawar , to examine CMDB db tables just run following commands from Supervisor console:

psql -U phoenix phoenixdb

\dt

select * from <table name>

3 replies

mnovelli
Staff
mnovelliAnswer
Staff
April 12, 2024

Hello @gauravpawar , to examine CMDB db tables just run following commands from Supervisor console:

psql -U phoenix phoenixdb

\dt

select * from <table name>

gauravpawar
Explorer III
April 12, 2024

@mnovelli thanks for the help 

mnovelli
Staff
Staff
April 12, 2024

you're welcome!  

FSM_FTNT
Staff
Staff
April 14, 2024

Hi, why did you need psql access for configuring OSquery?