Skip to content

fix(deps): Update module github.com/bshuster-repo/logrus-logstash-hook to v1.1.0#153

Open
cloudquery-ci[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-bshuster-repo-logrus-logstash-hook-1.x
Open

fix(deps): Update module github.com/bshuster-repo/logrus-logstash-hook to v1.1.0#153
cloudquery-ci[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-bshuster-repo-logrus-logstash-hook-1.x

Conversation

@cloudquery-ci

@cloudquery-ci cloudquery-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/bshuster-repo/logrus-logstash-hook v1.0.0v1.1.0 age confidence

Release Notes

bshuster-repo/logrus-logstash-hook (github.com/bshuster-repo/logrus-logstash-hook)

v1.1.0

Compare Source

Move to RFC3339Nano as the default timestamp format in the logstash JSON.
In case you want to use RFC3339 (the old one) set the formatter in the following way:

logstashFieldMap := logrus.Fields{"@​version": "1", "type": "log"}
fields := logrus.FieldMap{
	logrus.FieldKeyTime: "@​timestamp",
	logrus.FieldKeyMsg:  "message",
}
logstashFmt := LogstashFormatter{
		Formatter: &logrus.JSONFormatter{
			FieldMap:        logstashFieldMap,
			TimestampFormat: time.RFC3339,
		},
		Fields: fields,
	}

logrustashHook := logrustash.New(conn, logstashFmt)

v1.0.2

Compare Source

fix module naming in go.mod from bshuster-repo/logrus-logstash-hook to github.com/bshuster-repo/logrus-logstash-hook

v1.0.1

Compare Source

Add support to entry caller in Logstash JSON.

When ReportCaller is set to true through logrus Logger the filename and function name will be added to the Logstash JSON as "file" and "function" respectively.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@cloudquery-ci cloudquery-ci Bot added the automerge Add to automerge PRs once requirements are met label Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants