Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing type for ignore_dynamic_beyond_limit for the Indices Sett… #2652

Closed
wants to merge 2 commits into from
Closed

Add missing type for ignore_dynamic_beyond_limit for the Indices Sett… #2652

wants to merge 2 commits into from

Conversation

achyutjhunjhunwala
Copy link
Contributor

Summary

The Index Settings API returns an additional optional field called ignore_dynamic_beyond_limit.
The Type definition for the same was missing in the specifications. Hence as part of this PR added.

Full API details from the edge-lite server

Request

GET /logs-endpoint.alerts-default/_settings

Response

{
  ".ds-logs-endpoint.alerts-default-2024.06.24-000001": {
    "settings": {
      "index": {
        "mapping": {
          "nested_fields": {
            "limit": "80"
          },
          "total_fields": {
            "limit": "5000",
            "ignore_dynamic_beyond_limit": "true"
          },
          "ignore_malformed": "true"
        },
        "hidden": "true",
        "provided_name": ".ds-logs-endpoint.alerts-default-2024.06.24-000001",
        "final_pipeline": ".fleet_final_pipeline-1",
        "creation_date": "1719193327497",
        "number_of_replicas": "1",
        "uuid": "GnzWPltpSHKtwnyC3QdH2Q",
        "version": {
          "created": "8508000"
        },
        "lifecycle": {
          "name": "logs"
        },
        "codec": "best_compression",
        "routing": {
          "allocation": {
            "include": {
              "_tier_preference": "data_hot"
            }
          }
        },
        "number_of_shards": "1",
        "default_pipeline": "logs-endpoint.alerts-8.14.0"
      }
    }
  }
}

@achyutjhunjhunwala
Copy link
Contributor Author

Closing the PR in favour of #2653

@achyutjhunjhunwala achyutjhunjhunwala deleted the Fix-missing-type-from-the-index-settings-api branch June 26, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant