Git Product home page Git Product logo

logstash-output-sentry's Issues

How to send Exception

Hello,
I try to send Exception like this

...
 add_field => {
        ...
	"[@metadata][sentry][exception]" => "test text"
   }

sentry {
	        ...
		exception => "[@metadata][sentry][exception]"
                ...
	}

But it doesn`t work.
How to send Exception right?

Sending `ip_address` in the `user` property

My output looks like this:

  sentry {
    key => "..."
    secret => "..."
    project_id => "..."
    user => "ip_address:%{clientip}"
    message => "errorcode"
    level => "[@metadata][sentry][level]"
  }

Unfortunately, it seems like Sentry is ignoring the user value. I also tried:

    user => { "ip_address" => "%{clientip}" }

No luck. This actually throws an error. But, really, user should take a hash ... so, what needs to happen to make this possible?

Actually trying to use a hash like the example shown is faced with this error message:

[2019-02-18T04:07:50,232][WARN ][logstash.outputs.sentry  ] Unhandled exception {:exception=>java.lang.ClassCastException: Cannot cast org.jruby.specialized.RubyArrayTwoObject to org.jruby.RubyString}

Any ideas?

<unlabeled event>

Hi,

Everything works fine but all my events from logstash into Sentry are seen as "<unlabeled event>".
Setting exception doesn't work, tried:
sentry { .. 'exception' => "Test" }

Please advise.

Tag creation

Hi ,

Can you explain me how can i create a new tag using one of my fields in logstash o/p

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.