---
title: Viewing the LDAP changelog properties
description: To view the LDAP changelog properties, run the dsconfig get-backend-prop command and specify the changelog backend.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_view_ldap_changelog_props
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdirectory_server_administration_guide/pd_ds_view_ldap_changelog_props.html
revdate: September 13, 2023
page_aliases: ["pd_ds_view_ldap_changelog_props_dsconfig_non_int_mode.adoc"]
section_ids:
  viewing-the-ldap-changelog-properties-using-dsconfig-non-interactive-mode: Viewing the LDAP changelog properties using dsconfig non-interactive mode
  steps: Steps
  example: Example:
  result: Result:
---

# Viewing the LDAP changelog properties

To view the LDAP changelog properties, run the `dsconfig` `get-backend-prop` command and specify the changelog backend.

## Viewing the LDAP changelog properties using `dsconfig` non-interactive mode

### Steps

* To view the changelog properties on the PingDirectory server, use `dsconfig`.

  |   |                                                                                                                                                                                                                                                                           |
  | - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  |   | To view "advanced" properties that are normally hidden, add the `--advanced` option when running the command. For a specific description of each property, see the PingDirectory server [Configuration Reference](../consent_solution_guide/pd_cs_config_reference.html). |

  #### Example:

  ```shell
  $ bin/dsconfig get-backend-prop --backend-name changelog
  ```

  #### Result:

  ```
  Property                                  : Value(s)
  ------------------------------------------:-------------
  backend-id                                : changelog
  description                               : -
  enabled                                   : false
  writability-mode                          : disabled
  base-dn                                   : cn=changelog
  set-degraded-alert-when-disabled          : false
  return-unavailable-when-disabled          : false
  db-directory                              : db
  db-directory-permissions                  : 700
  changelog-maximum-age                     : 2 d
  db-cache-percent                          : 1
  changelog-include-attribute               : -
  changelog-exclude-attribute               : -
  changelog-deleted-entry-include-attribute : -
  changelog-deleted-entry-exclude-attribute : -
  changelog-include-key-attribute           : -
  changelog-max-before-after-values         : 0
  changelog-write-batch-size                : 100
  changelog-purge-batch-size                : 1000
  changelog-write-queue-capacity            : 100
  write-lastmod-attributes                  : true
  use-reversible-form                       : false
  je-property                               : -
  ```
