{"id":18811760,"url":"https://github.com/logicmonitor/logstash-output-lmlogs","last_synced_at":"2026-02-02T13:14:14.501Z","repository":{"id":38254000,"uuid":"346086511","full_name":"logicmonitor/logstash-output-lmlogs","owner":"logicmonitor","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-03T06:10:09.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-03T06:30:01.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/logicmonitor.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-09T17:21:16.000Z","updated_at":"2025-07-03T05:33:03.000Z","dependencies_parsed_at":"2023-11-09T11:52:15.937Z","dependency_job_id":"c3508ec1-6ce5-456c-aa5e-5b81f868b30c","html_url":"https://github.com/logicmonitor/logstash-output-lmlogs","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/logicmonitor/logstash-output-lmlogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flogstash-output-lmlogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flogstash-output-lmlogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flogstash-output-lmlogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flogstash-output-lmlogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicmonitor","download_url":"https://codeload.github.com/logicmonitor/logstash-output-lmlogs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flogstash-output-lmlogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-07T23:27:34.359Z","updated_at":"2026-02-02T13:14:14.494Z","avatar_url":"https://github.com/logicmonitor.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/logstash-output-lmlogs.svg)](https://badge.fury.io/rb/logstash-output-lmlogs)\n\nThis plugin sends Logstash events to the [Logicmonitor Logs](https://www.logicmonitor.com)\n\n# Getting started\n\n## Installing through rubygems\n\nRun the following on your Logstash instance\n\n`logstash-plugin install logstash-output-lmlogs`\n\n## Minimal configuration\n```\noutput {\n    lmlogs {\n        portal_name =\u003e \"your company name\"\n        portal_domain =\u003e \"your LM company domain.\"\n        access_id =\u003e \"your lm access id\"\n        access_key =\u003e \"your access key\"\n    }\n}\n```\nYou would need either `access_id` and `access_id` both or `bearer_token` for authentication with Logicmonitor. \nThe portal_domain is the domain of your LM portal. If not set the default is set to `logicmonitor.com`. Eg if your LM portal URL is `https://test.lmgov.us`, portal_name should be set to `test` and portal_domain to `lmgov.us`\nThe allowed values for portal_domain are [\"logicmonitor.com\", \"lmgov.us\", \"qa-lmgov.us\"]\n\n\n\n## Important options\n\n| Option                | Description                                                                                                                                                                                                                                                                                                                                                                                     | Default           |\n|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|\n| batch_size            | Event batch size to send to LM Logs.                                                                                                                                                                                                                                                                                                                                                            | 100               |\n| message_key           | Key that will be used by the plugin as the system key                                                                                                                                                                                                                                                                                                                                           | \"message\"         |\n| lm_property           | Key that will be used by LM to match resource based on property                                                                                                                                                                                                                                                                                                                                 | \"system.hostname\" |\n| keep_timestamp        | If false, LM Logs will use the ingestion timestamp as the event timestamp                                                                                                                                                                                                                                                                                                                       | true              |\n| timestamp_is_key      | If true, LM Logs will use a specified key as the event timestamp                                                                                                                                                                                                                                                                                                                                | false             |\n| timestamp_key         | If timestamp_is_key is set, LM Logs will use this key in the event as the timestamp                                                                                                                                                                                                                                                                                                             | \"logtimestamp\"    |\n| include_metadata      | If true, all metadata fields will be sent to LM Logs                                                                                                                                                                                                                                                                                                                                            | false             |\n| include_metadata_keys | Array of json keys for which plugin looks for these keys and adds as event meatadata. A dot \".\" can be used to add nested subjson. If config `include_metadata` is set to true, all metadata will be sent regardless of this config.                                                                                                                                                            | []                |\n| resource_type         | If a Resource Type is explicitly specified, that value will be statically applied to all ingested logs. If set to `predef.externalResourceType`, the Resource Type will be assigned dynamically based on the `predef.externalResourceType` property set for the specific resource the logs are mapped to in LM. If left blank, the Resource Type field will remain unset in the ingested logs.  | \"\"                |\nSee the [source code](lib/logstash/outputs/lmlogs.rb) for the full list of options\n\nThe syntax for `message_key` and `source_key` values are available in the [Logstash Event API Documentation](https://www.elastic.co/guide/en/logstash/current/event-api.html)\n\n## Known issues\n - Installation of the plugin fails on Logstash 6.2.1.\n\n\n ## Contributing\n\n Bug reports and pull requests are welcome. This project is intended to\n be a safe, welcoming space for collaboration.\n\n ## Development\n\nWe use docker to build the plugin. You can build it by running  `docker-compose run jruby gem build logstash-output-lmlogs.gemspec `\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicmonitor%2Flogstash-output-lmlogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicmonitor%2Flogstash-output-lmlogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicmonitor%2Flogstash-output-lmlogs/lists"}