No index found for the type cq:AuditEvent Audit Search Log error
when using Audit Log Search I'm facing this error

I installed oak index package from the documentation but it didn't work
my cqaudit node looks like this
<cqAuditLucene
jcr:created="{Date}2020-10-08T15:06:57.378-07:00"
jcr:createdBy="Ensure Oak Index"
jcr:primaryType="oak:QueryIndexDefinition"
async="async"
compatVersion="{Long}2"
reindex="{Boolean}false"
reindexCount="{Long}1"
seed="{Long}-1815663312840145991"
type="lucene">
<indexRules jcr:primaryType="nt:unstructured">
<cq:AuditEvent jcr:primaryType="nt:unstructured">
<properties jcr:primaryType="nt:unstructured">
<path
jcr:primaryType="nt:unstructured"
name="cq:path"
propertyIndex="{Boolean}true"/>
<time
jcr:primaryType="nt:unstructured"
name="cq:time"
propertyIndex="{Boolean}true"/>
<type
jcr:primaryType="nt:unstructured"
name="cq:type"
propertyIndex="{Boolean}true"/>
<user
jcr:primaryType="nt:unstructured"
name="cq:userid"
propertyIndex="{Boolean}true"/>
</properties>
</cq:AuditEvent>
</indexRules>
</cqAuditLucene>I have latest acs commons package installed and AEM 6.5.0
Any help will be appreciated, thanks