What are three valid options to store Horizon events? (Choose three.)
What are three valid options to store Horizon events? (Choose three.)
To store Horizon events, three valid options are flat files, MS SQL, and syslog. Flat files can be used to record events directly to local or networked storage. MS SQL serves as a structured database option for storing and managing event data. Syslog is typically used to send event messages to a Syslog server, where they can be logged and analyzed. DB2 and MySQL are not typically supported for storing Horizon events based on known VMware Horizon documentation and standards.
You can create an event database to record information about VMware Horizonevents. In addition, if you use a Syslog server, you can configure Connection Server to send events to a Syslog server or create a flat file of events written in Syslog format. Answer is ABE https://docs.vmware.com/en/VMware-Horizon/2006/horizon-installation/GUID-5E3C2EC0-87C3-486A-A5E1-E76160C4E952.html
Flat file is definitely an option in Cloud setup
Since the question is to "store" option A should be included, BE record and store events.
MYSQL is not valid. PostgreSQL is valid but not listed.
Horizon does neither support IBM DB2, nor MySQL, but only Microsoft SQL, Oracle and PostgreSQL. Also syslog can be used incorporating the "vdadmin" command. I'm not quite sure about A, but for sure there will be a possibility.
Syslog is the format of the logs that will be sent to MS SQL Server, Oracle (MySQL), or PostgreSQL. so Syslog Server is not an option
ABE. Nope MySQL. Typesof database server: Microsoft SQL Server, Oracle, or PostgreSQL. https://docs.vmware.com/en/VMware-Horizon/2206/horizon-installation/GUID-BB44ADF4-5B1E-48C2-ACD1-789034488A2F.html
You can use Microsoft SQL Server, Oracle, or PostgreSQL database reporting tools to examine events in the database tables. You can also generate VMware Horizon events in Syslog format so that the event data can be accessible to third-party analytics software. You use the vdmadmin command with the -I option to record VMware Horizon event messages in Syslog format in event log files. See "Generating VMware Horizon Event Log Messages in Syslog Format Using the -I Option" in the Horizon Administration document. The type of database server: Microsoft SQL Server, Oracle, or PostgreSQL.