Giter Site home page Giter Site logo

Comments (9)

lennartkoopmann avatar lennartkoopmann commented on August 9, 2024

There should be no need to overwrite a facility string with another string. You could just send the correct string.

from graylog2-web-interface.

manul avatar manul commented on August 9, 2024

Ok, but I can't select it in the Add Rule drop down box, there is only the numeric values

from graylog2-web-interface.

lennartkoopmann avatar lennartkoopmann commented on August 9, 2024

Ah. Word. :) I'll add this! Thanks.

from graylog2-web-interface.

wr0ngway avatar wr0ngway commented on August 9, 2024

I'm running into this too - its especially noticeable when using ruby gelf library because it defaults its facility to "gelf-rb" which I then can't filter on in the web ui.

from graylog2-web-interface.

wr0ngway avatar wr0ngway commented on August 9, 2024

I also tried changing the ruby gelf client to use a facility of "local1" as well as "17", and even though both cases showed up in the web ui, I wasn't able to see either when I did a filter on facility == local1. Could the bug be that only syslog clients cause the facility to get stored?

from graylog2-web-interface.

wr0ngway avatar wr0ngway commented on August 9, 2024

Yes, facility ends up in mongoDB as the string "17" instead of the integer 17, so thus the webui query fails to find anything.

from graylog2-web-interface.

lennartkoopmann avatar lennartkoopmann commented on August 9, 2024

True. This change from integer to string as GELF facility type was made right before the release. This UI incosistencies show that it was to quick. :) Let's fix this for the next release!

Thanks again!

from graylog2-web-interface.

wr0ngway avatar wr0ngway commented on August 9, 2024

Any thoughts on how you'd like to see this fixed if I take a crack at it?

from graylog2-web-interface.

lennartkoopmann avatar lennartkoopmann commented on August 9, 2024

The problem is that we'd have to distinct all available facilities from the existing messages. Do you think we could arrange a short chat about this? :)

from graylog2-web-interface.

Related Issues (20)

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.