Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003eThe audited operations on the IDPS firewall include logging into the Web UI to show settings and committing job changes, both of which are tracked via audit logs.\u003c/p\u003e\n"],["\u003cp\u003eAudit log entries, sourced from the Palo Alto Firewall, provide details on user identity, target actions, timestamp, and source of action, all critical for monitoring and security analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emessage\u003c/code\u003e field within each log contains crucial information regarding the user or service identity, the target of the operation, and the action performed, offering a detailed operational audit trail.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etime\u003c/code\u003e and \u003ccode\u003ehost\u003c/code\u003e fields record the event timestamp and the source of action, respectively, such as \u003ccode\u003e"time": "2022-11-22T12:03:55-08:00"\u003c/code\u003e and \u003ccode\u003e"host":"10.251.72.101"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe workload location of the firewall is within hardware, allowing for a direct insight into its function and security.\u003c/p\u003e\n"]]],[],null,["# Firewall (FW)\n\nIDPS firewall\n-------------\n\n### Log in to Web UI and show settings\n\n**Example log** \n\n {\n \"pri\": \"14\",\n \"time\": \"2022-11-22T12:03:55-08:00\",\n \"host\": \"10.251.72.101\",\n \"ident\": \"-\",\n \"pid\": \"-\",\n \"msgid\": \"-\",\n \"extradata\": \"-\",\n \"message\": \"012501009150,2022/11/22 12:03:54,audit,2561,gui-op,admin,\\\"\u003cshow\u003e\u003csystem\u003e\u003csetting\u003e\u003cmulti-vsys/\u003e\u003c/setting\u003e\u003c/system\u003e\u003c/show\u003e\\\",success\",\n \"_gdch_cluster\": \"root-admin\",\n \"_gdch_fluentbit_pod\": \"anthos-audit-logs-forwarder-6lgds\",\n \"_gdch_service_name\": \"panw_audit_logs\"\n }\n\n### Commit job changes\n\n**Example log** \n\n {\n \"pri\": \"14\",\n \"time\": \"2022-11-22T12:11:34-08:00\",\n \"host\": \"10.251.72.101\",\n \"ident\": \"-\",\n \"pid\": \"-\",\n \"msgid\": \"-\",\n \"extradata\": \"-\",\n \"message\": \"1,2022/11/22 12:11:33,012501009150,CONFIG,0,2561,2022/11/22 12:11:33,10.251.72.79,,commit,admin,Web,Submitted,,7168767370163388448,0x0,0,0,0,0,,zb-aa-fw01,0,,0,2022-11-22T12:11:34.635-08:00\",\n \"_gdch_cluster\": \"root-admin\",\n \"_gdch_fluentbit_pod\": \"anthos-audit-logs-forwarder-6lgds\",\n \"_gdch_service_name\": \"panw_audit_logs\"\n }"]]