Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1639607

Summary: [DOCS]basic audit part need to be updated
Product: OpenShift Container Platform Reporter: ge liu <geliu>
Component: DocumentationAssignee: Michael Burke <mburke>
Status: CLOSED NOTABUG QA Contact: ge liu <geliu>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, jokerman, mburke, mmccomas, xxia
Target Milestone: ---   
Target Release: 3.11.z   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-24 17:29:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ge liu 2018-10-16 08:06:57 UTC
Description of problem:

https://docs.openshift.com/container-platform/3.11/install_config/master_node_configuration.html#master-node-config-audit-config

In basic audit log section:

It missed critical items "logFormat: legacy":

#########################################################
Example Audit Configuration

auditConfig:
  auditFilePath: "/var/log/audit-ocp.log"
  enabled: true
  maximumFileRetentionDays: 10
  maximumFileSizeMegabytes: 10
  maximumRetainedFiles: 10
########################################################## 

So it result in customer could not set basic audit following the doc,
now, as we discussed with Dev, we may delete "Basic Audit", and the "Advanced Audit" section could contain 'Basic Audit' parts with the Configuration Parameters 'logFormat'(it exists in current doc already).


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 ge liu 2018-10-16 08:11:06 UTC
@maszulik, pls correct me if there is any misunderstand, thx