elasticsearch-ruby
https://github.com/elastic/elasticsearch-ruby
Ruby
Ruby integrations for Elasticsearch
Elasticsearch::API::DataStreams::Actions#delete_global_retention
No Docs, write some!
Edit
git clone [email protected]:elastic/elasticsearch-ruby.git
cd elasticsearch-ruby
open elasticsearch-api/lib/elasticsearch/api/actions/data_streams/delete_global_retention.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Elasticsearch--API--DataStreams--Actions-delete_global_retention-for-pr
# Commit to gitgit add elasticsearch-api/lib/elasticsearch/api/actions/data_streams/delete_global_retention.rbgit commit -m "better docs for Elasticsearch::API::DataStreams::Actions#delete_global_retention"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Elasticsearch--API--DataStreams--Actions-delete_global_retention-for-pr
hub pull-request
# Celebrate!