{"id":18433457,"url":"https://github.com/jorgelbg/dissect-tester","last_synced_at":"2025-04-07T19:31:26.650Z","repository":{"id":37634665,"uuid":"239888927","full_name":"jorgelbg/dissect-tester","owner":"jorgelbg","description":"Simple API/UI for testing filebeat dissect patterns against a collection of sample log lines.","archived":false,"fork":false,"pushed_at":"2023-12-19T21:12:47.000Z","size":10825,"stargazers_count":121,"open_issues_count":8,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-22T23:04:02.347Z","etag":null,"topics":["dissect","elasticsearch","filebeat","filter","hacktoberfest","logstash"],"latest_commit_sha":null,"homepage":"https://dissect-tester.jorgelbg.me/","language":"HTML","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/jorgelbg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["jorgelbg"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-02-11T23:50:34.000Z","updated_at":"2025-02-26T09:51:24.000Z","dependencies_parsed_at":"2022-08-08T21:01:47.342Z","dependency_job_id":"34512c32-e69b-478b-ac63-fef2da675924","html_url":"https://github.com/jorgelbg/dissect-tester","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgelbg%2Fdissect-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgelbg%2Fdissect-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgelbg%2Fdissect-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgelbg%2Fdissect-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgelbg","download_url":"https://codeload.github.com/jorgelbg/dissect-tester/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247716256,"owners_count":20984208,"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":["dissect","elasticsearch","filebeat","filter","hacktoberfest","logstash"],"created_at":"2024-11-06T05:34:38.161Z","updated_at":"2025-04-07T19:31:26.221Z","avatar_url":"https://github.com/jorgelbg.png","language":"HTML","funding_links":["https://github.com/sponsors/jorgelbg"],"categories":[],"sub_categories":[],"readme":"# dissect-tester\n\n![Filebeat](https://img.shields.io/badge/Beats-7.13.x-blueviolet?style=flat\u0026logo=beats\u0026color=00BFB3)\n![Docker pulls](https://badgen.net/docker/pulls/jorgelbg/dissect-tester?icon=docker\u0026color=purple)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg class=\"center\" src=\"static/logo.svg\" width=\"100\" alt=\"dissect-tester logo\"/\u003e\n\u003c/p\u003e\n\nThis project presents a simple web UI to test a collection of log line samples against a pattern\nsupported by the [Filebeat dissect processor](https://www.elastic.co/guide/en/beats/filebeat/master/dissect.html).\n\n\u003e Both [Logstash](https://www.elastic.co/guide/en/logstash/current/plugins-filters-dissect.html) and\n\u003e [Elasticsearch pipelines](https://www.elastic.co/guide/en/elasticsearch/reference/master/dissect-processor.html)\n\u003e have a similar filter/processor that uses the same configuration pattern. Therefore, this UI can be\n\u003e used to test a pattern that will be used in either Logstash or Elasticsearch pipelines.\n\n## 🎮 Installing / Getting started\n\n🔗 If you only want to test some samples you can go directly to the demo instance running in http://dissect-tester.jorgelbg.me/.\n\nNew releases are published to a public [Docker image](https://hub.docker.com/repository/docker/jorgelbg/dissect-tester). To run it you can use the following command:\n\n```shell\ndocker run --rm -ti -p 8080:8080 jorgelbg/dissect-tester\n```\n\nThe terminal should print a couple of messages similar to\n```json\n{\"level\":\"info\",\"timestamp\":\"2020-06-30T01:42:16.838+0200\",\"caller\":\"dissect-tester/main.go:112\",\"msg\":\"maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined\"}\n{\"level\":\"info\",\"timestamp\":\"2020-06-30T01:42:16.838+0200\",\"caller\":\"dissect-tester/main.go:137\",\"msg\":\"Server is running\",\"port\":8080}\n```\n\nIndicating the the server is running. Head your browser to http://localhost:8080/ and enjoy 🎉.\n\nYour browser should show the following:\n\n![Screenshot](http://screen.jorgelbg.me/jorgelbg-dropshare/Screen-Shot-2020-02-19-5-43-11.30-PM.png)\n\n## 👨🏻‍💻 Developing\n\n```shell\ngit clone https://github.com/jorgelbg/dissect-tester\ncd dissect-tester/\nmake\n```\n\nThis will build a binary placed in `bin/github.com/jorgelbg/dissect-tester` for your native platform.\n\nIf you want to build a new Docker image use the following command:\n\n```shell\nmake docker\n```\n\nFor running all tests you can use:\n\n```shell\nmake test\n```\n\n## 🤚🏻 Contributing\n\nIf you'd like to contribute, please fork the repository and use a feature\nbranch. Pull requests are warmly welcome.\n\n## 🚀 Links\n\n- Project homepage/Demo: http://dissect-tester.jorgelbg.me/\n- The project icon is based on the icon made by [monkik in www.flaticon.com](https://www.flaticon.com/free-icon/checklist_1085842)\n- Icons made by [Pixel perfect from www.flaticon.com](https://www.flaticon.com/authors/pixel-perfect)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgelbg%2Fdissect-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgelbg%2Fdissect-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgelbg%2Fdissect-tester/lists"}