diff --git a/modules/ROOT/pages/getting-started/enrichment-mode.adoc b/modules/ROOT/pages/getting-started/enrichment-mode.adoc index c3e0640..24279fc 100644 --- a/modules/ROOT/pages/getting-started/enrichment-mode.adoc +++ b/modules/ROOT/pages/getting-started/enrichment-mode.adoc @@ -25,16 +25,22 @@ For more details on the output schema see xref:procedures/output-schema.adoc[]. == Modifying enrichment mode -=== Creating a database with log enrichment enabled - -This provides a way to bootstrap a new database with log enrichment set as `FULL`. -For `DIFF` log enrichment mode, replace `FULL` with `DIFF`. - [NOTE] ==== Note that default log enrichment mode is `OFF` and change data capture is disabled until it is set as `DIFF` or `FULL`. ==== +=== Modifying log enrichment mode from within the Aura Console + +View an instance's current log enrichment mode by clicking on an instance in the Aura Console dashboard. + +For more information on performing a restore in Aura with log enrichment mode enabled see link:{neo4j-docs-base-uri}/auradb/change-data-capture/overview[AuraDB -> Change Data Capture (CDC)]. + +=== Creating a database with log enrichment enabled using Neo4j DBMS + +This provides a way to bootstrap a new database with log enrichment set as `FULL`. +For `DIFF` log enrichment mode, replace `FULL` with `DIFF`. + .Query [source, cypher] ----