{"id":21192172,"url":"https://github.com/mu-semtech/mu-search-elastic-backend","last_synced_at":"2025-12-30T12:53:05.094Z","repository":{"id":66422910,"uuid":"197522535","full_name":"mu-semtech/mu-search-elastic-backend","owner":"mu-semtech","description":"Elasticsearch backend to be used with mu-search","archived":false,"fork":false,"pushed_at":"2024-08-14T16:47:45.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T13:43:58.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mu-semtech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-18T06:08:10.000Z","updated_at":"2021-12-12T19:55:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"89bec4b9-12e5-4dbc-a68a-56c0f379dfac","html_url":"https://github.com/mu-semtech/mu-search-elastic-backend","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu-semtech%2Fmu-search-elastic-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu-semtech%2Fmu-search-elastic-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu-semtech%2Fmu-search-elastic-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mu-semtech%2Fmu-search-elastic-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mu-semtech","download_url":"https://codeload.github.com/mu-semtech/mu-search-elastic-backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243646667,"owners_count":20324586,"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","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-11-20T19:07:48.681Z","updated_at":"2025-12-30T12:53:05.083Z","avatar_url":"https://github.com/mu-semtech.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mu-search-elastic-backend\n\nThis is the elasticsearch backend for\n[mu-search](https://github.com/mu-semtech/mu-search/).  It is to be\nused in conjunction with that microservice.  Please see the README of\nmu-search in order to use this component.\n\nThis image is based on elasticsearch and includes the components which\nare commonly expected to be available for mu-search.\n\n## Tutorials\n### Add Elasticsearch to your stack\n\n``` yaml\nservices:\n  elasticsearch:\n    image: semtech/mu-search-elastic-backend:1.2.0\n    environment:\n      discovery.type: \"single-node\"\n    volumes:\n      - ./data/elasticsearch/:/usr/share/elasticsearch/data\n```\n\n## How-to guides\n### How to increase the max content length\nSet the environment variable `http.max_content_length` on your `elasticsearch` services to change the max content length.\n\nE.g.\n```yaml\nservices:\n  elasticsearch:\n    image: semtech/mu-search-elastic-backend:1.2.0\n    environment:\n      http.max_content_length: 2000M # Set to 2GB\n```\n\n(Re)create the service using `docker compose up -d elasticsearch`.\n\n### How to increase the Java heap space\nSet the environment variable `ES_JAVA_OPTS` on your `elasticsearch` services to change the Java heap space (and other Java related options).\n\nE.g.\n```yaml\nservices:\n  elasticsearch:\n    image: semtech/mu-search-elastic-backend:1.2.0\n    environment:\n      ES_JAVA_OPTS: \"-Xms16g -Xmx16g\"\n```\n\n(Re)create the service using `docker compose up -d elasticsearch`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmu-semtech%2Fmu-search-elastic-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmu-semtech%2Fmu-search-elastic-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmu-semtech%2Fmu-search-elastic-backend/lists"}