Skip to content

Instantly share code, notes, and snippets.

@szydan
Created January 6, 2025 21:27
Show Gist options
  • Save szydan/7328a32927bddd942fac1cd13331cc2d to your computer and use it in GitHub Desktop.
Save szydan/7328a32927bddd942fac1cd13331cc2d to your computer and use it in GitHub Desktop.
Number of existing fields in .siren
curl -s -H "Content-Type: application/json" -XGET -k -u admin:password https://localhost:9220/.siren/_field_caps?fields=* | jq '.fields | length'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment