mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
19 lines
1.0 KiB
XML
19 lines
1.0 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="event-log-queries">
|
|
<title>Event Log Queries</title>
|
|
<para>Database logs can be queried from the user interface. The list of events captured by the system includes:</para>
|
|
<itemizedlist>
|
|
<listitem><para>Virtual machine creation, deletion, and on-going management operations</para></listitem>
|
|
<listitem><para>Virtual router creation, deletion, and on-going management operations</para>
|
|
</listitem>
|
|
<listitem><para>Template creation and deletion</para></listitem>
|
|
<listitem><para>Network/load balancer rules creation and deletion</para></listitem>
|
|
<listitem><para>Storage volume creation and deletion</para></listitem>
|
|
<listitem><para>User login and logout</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|