src/es_pii_tool/helpers/elastic_api.py [475:480]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    try:
        response = dict(
            client.indices.get_settings(
                index=index, expand_wildcards=['open', 'hidden']
            )
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/es_pii_tool/helpers/elastic_api.py [984:989]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    try:
        response = dict(
            client.indices.get_settings(
                index=index, expand_wildcards=['open', 'hidden']
            )
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



