syslog (System)
構文
syslog { allow-duplicates; alternate-format; archive { (binary-data| no-binary-data); files number; size maximum-file-size; (world-readable | no-world-readable); } console { facility severity; application-status (any | error); } file filename { allow-duplicates; archive { (binary-data| no-binary-data); files number; size maximum-file-size; start-time "YYYY-MM-DD.hh:mm"; transfer-interval minutes; (world-readable | no-world-readable); } archive-sites [url <password password>]; facility severity; explicit-priority; match "regular-expression"; match-strings [match-strings...]; structured-data { brief; } } grpc-replay; host (hostname | other-routing-engine | scc-master) { facility severity; allow-duplicates; exclude-hostname; explicit-priority; facility-override facility; log-prefix string; match "regular-expression"; match-strings [match-strings...]; routing-instance routing-instance-name; source-address source-address; structured-data { brief; } port port-number; tlsdetails { local-certificate; mutual-authentication { certificate-authority; } trusted-ca-group [trusted-ca-group-name]; } transport; } log-rotate-frequency frequency; routing-instance routing-instance-name; server { routing-instances (routing-instance-name | all | default) { disable; } } shell; source-address source-address; time-format (millisecond | year | year millisecond); user (username | *) { allow-duplicates; facility severity; match "regular-expression"; match-strings [match-strings...]; } }
階層レベル
[edit system]
形容
ファイル、リモートの宛先、ユーザー端末、システムコンソールなど、さまざまな宛先に送信するようにシステムログメッセージのタイプを設定します。
残りのステートメントについては、別途説明します。
オプション
archive | ログメッセージをアーカイブするためのパラメータを定義します。 |
allow-duplicates | すべてのターゲットに対してログメッセージの繰り返しを許可します。 |
alternate-format | ノード名にデーモン名を付加するように設定します。 |
console | 指定したクラスおよび重大度のログメッセージをコンソールに送信します。 |
file | 名前付きファイルにログメッセージを送信します。 |
host | 特定のログメッセージを通知するリモートロケーション。 |
log-rotate-frequency | ログファイルサイズを確認し、メッセージをアーカイブする間隔を設定します。 |
server | App Engine のコンピューティング ノードと VM の syslog サーバーを有効にします。 |
shell | シェルから実行されたコマンドをログに記録するように設定します。 |
source-address | ログメッセージの送信元アドレスとして、指定したアドレスを含めます。 |
time-format | システムログのタイムスタンプに含める追加情報。
|
user | 特定のユーザーにログイベントを通知します。 |
必要な権限レベル
system—設定でこのステートメントを表示します。
system-control—設定にこのステートメントを追加します。
リリース情報
Junos OS リリース 7.4 より前に導入されたステートメント。
オプション alternate-format
Junos OS Evolvedリリース20.4R2で導入されました。
オプション shell
Junos OS Evolvedリリース23.1R1で導入されました。
application-status
Junos OS Evolvedリリース23.1R1で導入されたオプション。