{"id":17710538,"url":"https://github.com/tragiccode/nservicebus.customchecks.elasticsearch","last_synced_at":"2026-02-18T20:04:16.997Z","repository":{"id":39614853,"uuid":"383491751","full_name":"TraGicCode/NServiceBus.CustomChecks.ElasticSearch","owner":"TraGicCode","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-14T04:09:39.000Z","size":72,"stargazers_count":0,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T01:37:19.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TraGicCode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-06T14:11:33.000Z","updated_at":"2021-12-28T14:51:25.000Z","dependencies_parsed_at":"2023-01-28T16:46:01.867Z","dependency_job_id":null,"html_url":"https://github.com/TraGicCode/NServiceBus.CustomChecks.ElasticSearch","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/TraGicCode/NServiceBus.CustomChecks.ElasticSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.ElasticSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.ElasticSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.ElasticSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.ElasticSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TraGicCode","download_url":"https://codeload.github.com/TraGicCode/NServiceBus.CustomChecks.ElasticSearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TraGicCode%2FNServiceBus.CustomChecks.ElasticSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272611984,"owners_count":24964385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-25T07:06:38.497Z","updated_at":"2025-10-17T23:39:28.092Z","avatar_url":"https://github.com/TraGicCode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NServiceBus.CustomChecks.ElasticSearch\n\n[![Build status](https://img.shields.io/appveyor/build/TraGicCode/NServiceBus-CustomChecks-ElasticSearch/master)](https://ci.appveyor.com/project/TraGicCode/NServiceBus-CustomChecks-ElasticSearch)\n[![Nuget](https://img.shields.io/nuget/v/NServiceBus.CustomChecks.ElasticSearch)](https://www.nuget.org/packages/NServiceBus.CustomChecks.ElasticSearch)\n[![Nuget downloads](https://img.shields.io/nuget/dt/NServiceBus.CustomChecks.ElasticSearch)](https://www.nuget.org/packages/NServiceBus.CustomChecks.ElasticSearch)\n[![License](https://img.shields.io/github/license/TraGicCode/NServiceBus.CustomChecks.ElasticSearch.svg)](https://github.com/TraGicCode/NServiceBus.CustomChecks.ElasticSearch/blob/master/LICENSE)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [How to use it](#how-to-use-it)\n1. [How it works](#how-it-works)\n1. [Development - Guide for contributing](#contributing)\n\n## Description\n\nA Reusable NServiceBus CustomCheck to check the availability and connectivity of Elastic Search.\n\n## How to use it\n\nIn order to begin using this custom check simply create a child class for each instance you would like to perform a healthcheck on.\n\n```c#\nnamespace Ordering.Endpoint.CustomChecks\n{\n    public class OrderingElasticSearchCustomCheck : ElasticSearchCustomCheck\n    {\n        private static TimeSpan repeat = TimeSpan.FromSeconds(5);\n        private static Uri elasticSearchUri = new Uri(\"http://localhost:9200\");\n        public OrderingElasticSearchCustomCheck(): base(elasticSearchUri, repeat)\n        {\n        \n        }\n    }\n}\n```\n\n## Contributing\n\n1. Fork it ( \u003chttps://github.com/tragiccode/NServiceBus.CustomChecks.ElasticSearch/fork\u003e )\n1. Create your feature branch (`git checkout -b my-new-feature`)\n1. Commit your changes (`git commit -am 'Add some feature'`)\n1. Push to the branch (`git push origin my-new-feature`)\n1. Create a new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fnservicebus.customchecks.elasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftragiccode%2Fnservicebus.customchecks.elasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftragiccode%2Fnservicebus.customchecks.elasticsearch/lists"}