[graylog2] graylog 1.3 and ldap (again ?)

2016-02-24 Thread Drew Miranda
Are there an errors in the graylog server and web interface logs? -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to graylog2+unsubscr...@googlegroups.com. To

[graylog2] New message pipeline in Graylog2 2.0?

2016-02-24 Thread Victor Hooi
Hi, I saw on the Graylog2 homepage about a new message pipeline in Graylog 2 2.0 (surely I can't be the only one that finds that naming confusing...haha): INGEST AND ENRICH ALL YOUR DATA > Message processing pipeline > It's easy to parse and enrich logs from any data source using Graylog's >

[graylog2] Graylog generates exception from Gelf HTTP input

2016-02-24 Thread maxwellmessages
Does anyone know why this Windows Client side HTTP Gelf input would give me the following error in the Graylog log? java.lang.IllegalStateException: GELF message is too short. Not even the type header would fit. static void Main(string[] args) { string url =

[graylog2] Error generated from Gelf HTTP input

2016-02-24 Thread maxwellmessages
Does anyone know why this Windows Client side HTTP Gelf input would give me the following error in the Graylog log? *Error Message: java.lang.IllegalStateException: GELF message is too short. Not even the type header would fit.* static void Main(string[] args) { string url =

[graylog2] Graylog generating error in log from a gelf http input

2016-02-24 Thread maxwellmessages
*Does anyone know why this Windows Client side HTTP Gelf input would give me the following error in the Graylog log?* *java.lang.IllegalStateException: GELF message is too short. Not even the type header would fit.* static void Main(string[] args) { string url =

[graylog2] Graylog Collector Failed to Start

2016-02-24 Thread Clay Beyer
This is my server and the message I get when trying to start or run the Graylog Collector. Linux lamp 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 Welcome to Lamp, TurnKey GNU/Linux 14.0 / Debian 8.3 Jessie System information (as of Wed Feb 24 15:43:39 2016)

[graylog2] Re: Replace Timestamp

2016-02-24 Thread Walter Kacynski
Did you try changing the field name to lowercase "timestamp"? On Wednesday, February 17, 2016 at 12:26:23 PM UTC-5, Juan Andres Ramirez wrote: > > Hello Guys, > Is posibble replace the Timestamp?. Graylog create a timestamp when > the logs are send to Graylog, but I need replace the

[graylog2] Plaintext input problem

2016-02-24 Thread Walter Kacynski
I have launched a new plaintext input on Graylog 1.3. I can verify with tcpdump that the packets are arriving at the interface and that my server.log reports: 2016-02-24T12:07:40.141-05:00 TRACE [56cdb323a78e6e9257161f5b] Recv network data: 1969 bytes via input 'Raw/Plaintext TCP'

[graylog2] Re: fullyCutByExtractor - Remove fields

2016-02-24 Thread Jochen Schalanda
Hi Rui, unfortunately that's currently not possible in Graylog by using extractors. You could use Drools to rewrite your messages accordingly (see http://docs.graylog.org/en/1.3/pages/drools.html for details) but that introduces a whole lot of other problems. Cheers, Jochen On Wednesday, 24

[graylog2] fullyCutByExtractor - Remove fields

2016-02-24 Thread Rui Goncalves
Hi all. I would like to prevent “fullyCutByExtractor” fields from being indexed into elasticsearch. I just want to rename a few fields from an incoming JSON in a RAW input and convert them to correct type. Is that possible? Thanks. -- You received this message because you are subscribed

[graylog2] Re: Customize class org.graylog2.restclient.models.UniversalSearch

2016-02-24 Thread Jochen Schalanda
Hi, the UniversalSearch class is part of the graylog2-server repository: https://github.com/Graylog2/graylog2-server/blob/1.2.2/graylog2-rest-client/src/main/java/org/graylog2/restclient/models/UniversalSearch.java Cheers, Jochen On Wednesday, 24 February 2016 05:46:01 UTC+1,