{"id":69787,"library":"evalphobia-logrus-fluent","title":"Logrus Fluentd Hook","description":"A Logrus hook for sending log entries to Fluentd.","status":"active","version":"0.5.4","language":"go","source_language":null,"source_url":"https://github.com/evalphobia/logrus_fluent","tags":["logging","fluentd","logrus","hook"],"install":[{"cmd":"go get github.com/evalphobia/logrus_fluent","lang":"bash","label":"Install github.com/evalphobia/logrus_fluent"}],"dependencies":[],"imports":[{"symbol":"logrus_fluent","correct":"github.com/evalphobia/logrus_fluent"}],"quickstart":{"code":"package main\n\nimport (\n    \"github.com/evalphobia/logrus_fluent\"\n    \"github.com/sirupsen/logrus\"\n)\n\nfunc main() {\n    hook, err := logrus_fluent.NewWithConfig(logrus_fluent.Config{\n        Host: \"localhost\",\n        Port: 24224,\n    })\n    if err != nil {\n        logrus.Fatal(err)\n    }\n    logrus.AddHook(hook)\n    logrus.Info(\"hello fluentd\")\n}","lang":"go","description":"Initialize a Fluentd hook and add it to Logrus."},"warnings":[],"env_vars":null,"search_vec":"'entri':10 'fluentd':2,12,14 'hook':3,6,16 'log':9,13 'logrus':1,5,15 'send':8","created_at":"2026-06-17T18:05:54.157949+00:00","updated_at":"2026-06-17T18:05:54.157949+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/evalphobia/logrus_fluent","github":"https://github.com/evalphobia/logrus_fluent","docs":"https://pkg.go.dev/github.com/evalphobia/logrus_fluent#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["logging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}