Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
list of Fortianalyzer functions and tables
Hello,
I'm trying -with no success- to find a list of FortiAnalyzer functions (such as root_domain, from_dtime, etc.) and tables (such as app_mdata, ips_mdata). All i was able to find via Google is the dataset reference.
Thanks in advance
Labels:
- Labels:
-
5.6
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no public documentation so far although there is an optional SQL module in the NSE5 training material which does cover it. I have made an internal request to document some of this information in the future.
Chris Hall
Fortinet Technical Support
Fortinet Technical Support
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the following command from the FortiAnalyzer CLI to list all tables:
execute sql-query-generic "select * from pg_catalog.pg_tables"
