{"id":20381620,"url":"https://github.com/douglasmoraisdev/elk_iris","last_synced_at":"2026-04-19T02:02:31.503Z","repository":{"id":211454145,"uuid":"200863450","full_name":"douglasmoraisdev/elk_iris","owner":"douglasmoraisdev","description":"docker-compose para um stack ELK (Elasticsearch, Logstash, Kibana), para monitorar postagens do Twitter baseado em keywords definidos em configuração no Logstash","archived":false,"fork":false,"pushed_at":"2020-03-23T21:54:43.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T22:36:09.234Z","etag":null,"topics":["docker","docker-compose","elasticsearch","filebeats","fluentd","kibana","logstash","twitter","twitter-api","twitter-bot"],"latest_commit_sha":null,"homepage":"","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/douglasmoraisdev.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}},"created_at":"2019-08-06T14:03:54.000Z","updated_at":"2020-03-23T21:59:05.000Z","dependencies_parsed_at":"2023-12-08T16:50:52.395Z","dependency_job_id":null,"html_url":"https://github.com/douglasmoraisdev/elk_iris","commit_stats":null,"previous_names":["douglasmoraisdev/elk_iris"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/douglasmoraisdev/elk_iris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Felk_iris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Felk_iris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Felk_iris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Felk_iris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/douglasmoraisdev","download_url":"https://codeload.github.com/douglasmoraisdev/elk_iris/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglasmoraisdev%2Felk_iris/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["docker","docker-compose","elasticsearch","filebeats","fluentd","kibana","logstash","twitter","twitter-api","twitter-bot"],"created_at":"2024-11-15T02:14:33.766Z","updated_at":"2026-04-19T02:02:31.467Z","avatar_url":"https://github.com/douglasmoraisdev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elk_iris - A Elasticsearch, Logstash, Kibana stack for Twitter Post Monitoring\n\n## Subindo o stack\n\n\u003e$ docker-compose up\n\n## Kibana Dashboard\n\n\u003e http://localhost:5601/app/kibana\n\n## Configurando o Logstash\nEm `logstash/pipeline/twitter.conf`:\n\n```\ninput {\n  twitter {\n    id =\u003e \"twitter_input\"\n    consumer_key =\u003e \"\u003cYOUR_CONSUMER_KEY\u003e\"\n    consumer_secret =\u003e \"\u003cYOUR_SECRET\u003e\"\n    oauth_token =\u003e \"\u003cYOUR_OAUTH_TOKEN\u003e\"\n    oauth_token_secret =\u003e \"\u003cYOU_ALREADY_KNOW...\u003e\"\n    ignore_retweets =\u003e true\n    keywords =\u003e [\"some_key_words\"]\n  }\n\n}\n\nfilter {}\n\noutput {\n  elasticsearch {\n    hosts =\u003e [\"http://elasticsearch:9200\"]\n    index =\u003e \"twitter_input\"\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglasmoraisdev%2Felk_iris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouglasmoraisdev%2Felk_iris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglasmoraisdev%2Felk_iris/lists"}