Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Deutsch

Konfigurations-Änderungen werden im Audit-Protokoll Auditprotokoll protokolliert und können als Skript exportiert werden. Das Skript kann in der LMC zur Erstellung von Add-in Skripten verwendet werden. 

1. Wechseln Sie in der Unified Firewall in das Menü Monitoring & Statistiken → Protokolle → Auditprotokoll.

2. Filtern Sie das Auditprotokoll über das Feld Aktion auf Update, damit nur Konfigurations-Änderungen angezeigt werden.

Info

Wird das Auditprotokoll nicht gefiltert, wird das gesamte Auditprotokoll exportiert, also auch z.B. Logins an der Unified Firewall. Die Skripte sind zwar funktionsfähig, da die überflüssigen Bestandteile auskommentiert werden. Allerdings leidet die Übersichtlichkeit deutlich.

3. Exportieren Sie das Skript mittels einer der drei folgenden Möglichkeiten:

Info

Je nach gewählter Exportmethode, kann das Skript in die LMC importiert oder in ein bestehendes Add-In kopiert werden.

Wenn die dritte Methodeverwendet wurde (Exportieren eines Code-Ausschnitts einer Konfigurations-Änderung), müssen in einem Add-In die folgenden Zeilen manuell hinzugefügt werden:

const fwVersion = context.device.firmwareVersionObject;
const ufApi = config.getUfApi();

  • Export → Für LMC-Import exportieren: Gibt das gesamte angezeigte Auditprotokoll als *.json Datei aus. Diese Datei kann dann in der LMC importiert werden.

  • Export → Script in Zwischenablage kopieren: Kopiert das gesamte angezeigte Auditprotokoll als Skript in die Zwischenablage. Der Inhalt der Zwischenablage kann dann manuell in ein LMC Add-In kopiert werden.

  • LMC-Schaltfläche neben den Codeeiner Konfigurations-AuszügenÄnderung: Kopiert einen einzelnen Konfigurationspunkt in die Zwischenablage.den Code-Ausschnitt einer Konfigurations-Änderung in die Zwischenablage.

Image Added



Englisch

Configuration changes are logged in the Audit protocol and can be exported via a script. The script can be used in the LMC to create Add-in scripts.

1) In the Unified Firewall navigate to the menu item Monitoring & Statistics → Logs → Audit log.

Image Added

2) Filter the Audit log via the Action field for Update, so that only configuration changes are shown.

Info

The whole Audit protocol will be exported if it isn't filtered, i.e. logins to the Unified Firewall. In this case the scripts are still functional, as the superfluous components are commented out, but the overview is reduced greatly.

Image Added

3) Export the script via one of the following methods: 

Info

Depending on the used export method, the script can be imported into the LMC or copied to an existing Add-in.

If the third methodis used (exporting a code snippet of a configuration change), the following rows have to be addded to an Add-in manually

Info

Wenn die Methode 3 verwendet wurde, müssen in einem Add-In die folgenden Zeilen manuell hinzugefügt werden:

const fwVersion = context.device.firmwareVersionObject;
const ufApi = config.getUfApi();

 Image Removed

Image Removed

Englisch

  • Export → Export for LMC Import: Exports the displayed Audit log as a *.json file. This file can then be imported into the LMC.

Image Added

  • Export → Copy Script to Clipboard:Copies the displayed Audit log to the clipboard as a script. The content of the clipboard can then be copied into an LMC Add-in manually.

Image Added

  • LMC button next to a configuration change:Copies a code snippet of the configuration change to the clipboard.

Image Added
 

Hier wird sämtlicher Inhalt des Dokuments in Englisch eingefügt!