[graylog2] Re: Graylog2 Regex extractor help

2016-07-04 Thread kaiser
My test was done on my graylog test server. Which graylog version do you have? Which kind of input did you use? Gelf (in that case maybe the (?mi) could solve the issue) ? I have made the test with graylog 2.0.3 If it still doesn't work you should try the grok pattern -- You received

[graylog2] Re: Graylog2 Regex extractor help

2016-07-04 Thread kaiser
Your regex is ok. Worked for me. You can otherwise try: (?mi)Nom du compte : ([a-zA-Z0-9.-]{1,50}) And for the second one you just need to capture Compte cible :D: (?mi)Compte cible : .*Nom du compte : ([a-zA-Z0-9.-]{1,50}) @peluche Le lundi 4 juillet 2016 11:52:03 UTC+2, Zoizo a écrit

[graylog2] Re: help with Gork pattern

2016-07-01 Thread kaiser
NUMBER is based on BASE10NUM variable so replace NUMBER with BASE10NUM. The same for IP is based on IPV4 and IPV6 If you have only IPV4 replace IP by IPV4 Le vendredi 1 juillet 2016 15:05:38 UTC+2, Keamas M a écrit : > > This looks good now: > > I added some additional fields: > > >

[graylog2] Re: help with Gork pattern

2016-07-01 Thread kaiser
Would you try the good command please? You tried with /| instead of \| %{GREEDYDATA:UNWANTED}srcIP=%{IP:srcip}\|scrPort=%{NUMBER:srcport} OR %{GREEDYDATA:UNWANTED}.*srcIP=%{IP:srcip}\|scrPort=%{NUMBER:srcport} -- You received this message because you are subscribed to the Google Groups

[graylog2] Re: help with Gork pattern

2016-07-01 Thread kaiser
t; > Am Donnerstag, 30. Juni 2016 09:23:11 UTC+2 schrieb kaiser: >> >> '|' stands for a logic OR so you have to escape it with '\|'. >> >> >> srcIP=%{IP:srcip}\|scrPort=%{NUMBER:srcport}\|dstIP=%{IP: >> dstip}\|dstPort=%{NUMBER:dstport} >> >> Le

[graylog2] Re: help with Gork pattern

2016-06-30 Thread kaiser
'|' stands for a logic OR so you have to escape it with '\|'. srcIP=%{IP:srcip}\|scrPort=%{NUMBER:srcport}\|dstIP=%{IP: dstip}\|dstPort=%{NUMBER:dstport} Le jeudi 30 juin 2016 07:18:30 UTC+2, Keamas M a écrit : > > Hey, > > I log my firewall logs into Graylog. > > The log File looks like this:

[graylog2] Re: How to setup tls security?

2016-06-09 Thread kaiser
Maybe you can give it a try: http://www.pc-freak.net/blog/auto-insert-password-for-a-trusted-ssl-certificate-automatically-enter-password-for-an-ssl-certificate-during-apache-startup-on-debian-lenny/ -- You received this message because you are subscribed to the Google Groups "Graylog Users"

[graylog2] Re: How to setup tls security?

2016-06-07 Thread kaiser
If you access graylog with ip you will have to add exception each time You have to access to graylog with https://.:9000 or https://.:12900 because you created the certificate with the hostname not the ip address You have to set the https link with hostname in your config server file.

[graylog2] Re: How to setup tls security?

2016-06-07 Thread kaiser
keytool -genkey -alias buildforge -keyalg RSA -keysize 2048 -validity 5475 -dname "CN=.domain>" -keystore buildForgeKeyStore.p12 -storepass PASS -storetype pkcs12 -alias graylog2 keytool -importkeystore -deststorepass "***PASS***" -destkeypass "***PASS***" -destkeystore

[graylog2] Re: How to setup tls security?

2016-06-06 Thread kaiser
I have created my keystore like this: keytool -genkey -alias buildforge -keyalg RSA -keysize 2048 -validity 5475 -dname "CN=.domain>" -keystore buildForgeKeyStore.p12 -storepass PASS -storetype pkcs12 -alias graylog2 keytool -importkeystore -deststorepass "***PASS***" -destkeypass

[graylog2] Re: How to setup tls security?

2016-06-06 Thread kaiser
Are you working in a company? In that case you should ask for your enterprise certificate (with the passphrase for graylog) and do the following http://mikepilat.com/2011/05/adding-a-certificate-authority-to-the-java-runtime.html Le lundi 9 mai 2016 11:24:09 UTC+2, Earest a écrit : > >

[graylog2] [Disable TLS REST only]

2016-06-06 Thread kaiser
Hello, is there a way to enable TLS web only and disabling TLS rest api? Regards. -- 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] Re: How to setup tls security?

2016-05-27 Thread kaiser
Hi Earest, did you managed to resolve your problem? Regards. Le lundi 9 mai 2016 11:24:09 UTC+2, Earest a écrit : > > Hello, > > After some hours trying to configure tls encripting without success, i > come here to ask for some help. > > *Server configuration :* > > Derbian 8 > Graylog 2.0.0 >

[graylog2] Re: [Graylog WEB TLS] proxiedresource error

2016-05-27 Thread kaiser
Here is the issue: https://github.com/Graylog2/graylog2-server/issues/2193 "The remaining error (sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (class

[graylog2] Re: [Graylog WEB TLS] proxiedresource error

2016-05-27 Thread kaiser
Hello I have got the message that issuer certificate CN is invalid Le jeudi 26 mai 2016 15:55:13 UTC+2, kaiser a écrit : > > Hello, > > I tried to setup the tls security for web and rest api. > > Everything is ok; I managed to access the graylog-web but all inputs are > n

[graylog2] [Graylog WEB TLS] proxiedresource error

2016-05-26 Thread kaiser
Hello, I tried to setup the tls security for web and rest api. Everything is ok; I managed to access the graylog-web but all inputs are not running. In my logs I have the following type of logs: 2016-05-05T13:38:03.685Z WARN [ProxiedResource] Unable to call

[graylog2] Re: load balancer

2016-05-25 Thread kaiser
hello, Someone have a clue on this subject? Thank you :) -- 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 view this

[graylog2] Re: [Pipeline] verifying dropped messages

2016-05-25 Thread kaiser
Hi Jochen, Great answer :D Thank you very much. Regards -- 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 view this

[graylog2] [Pipeline] verifying dropped messages

2016-05-25 Thread kaiser
Hello, I have created a pipeline rule so that some messages are dropped. Someone knows how to check that the message has been dropped? Regards. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop

[graylog2] [Source] doesn't display the servers

2016-05-25 Thread kaiser
Hello, With graylog 2.0 when I try to display sources, no servers are shown if I select last hour or last day. Nevertheless the servers are displayed if I select last week. How can I display the servers for the last hour or last day? Regards -- You received this message because you are

[graylog2] Re: load balancer

2016-05-23 Thread kaiser
Hello, When setting multiple nodes, is it possible to set one node as the web server only and the other nodes as data server only? Regards. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving

[graylog2] Re: How to setup tls security?

2016-05-20 Thread kaiser
I solved my problem using my keystroke file located in /opt/graylog-key/graylog.keystore regards -- 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] Re: How to setup tls security?

2016-05-20 Thread kaiser
Hello, I am trying to set tls security from graylog 2.0 documentation. When trying to generate graylog-key.pem and graylog-pkcs5.pem the two files are empty: -rw-r--r-- 1 root root0 20 mai 11:55 graylog-key.pem -rw-r--r-- 1 root root0 20 mai 11:56 graylog-pkcs5.pem Someone

[graylog2] Re: How to setup tls security?

2016-05-20 Thread kaiser
Hello, I am trying to set tls security from graylog 2.0 documentation. I have the following issue when following the instructions: read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY My two following files are empty: -rw-r--r-- 1 root root0 20 mai 11:55 graylog-key.pem

[graylog2] Re: load balancer

2016-05-20 Thread kaiser
Thank you very much Jochen. -- 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 view this discussion on the web visit

[graylog2] Re: Graylog indicies

2016-05-19 Thread kaiser
gt; as expected. > > On Thursday, May 12, 2016 at 11:52:22 PM UTC-7, kaiser wrote: >> >> Hello, >> >> I have updated graylog with current version 2.0 >> >> After the update new indices are prefixed with graylog. >> >> My indices prefixed by graylog2 from

[graylog2] Re: load balancer

2016-05-18 Thread kaiser
Hi Jochen Is load balancer mandatory to use multiple graylog nodes? Regards -- 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] load balancer

2016-05-14 Thread kaiser
Hello, I would like to create 2 graylog nodes. I have 3 servers: What is the best load balancer? Is there a free load balancer? Is there some specific hardware to buy to use a load balancer? Regards -- You received this message because you are subscribed to the Google Groups "Graylog

[graylog2] Re: Graylog indicies

2016-05-13 Thread kaiser
Ok thank you for your help -- 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 view this discussion on the web visit

[graylog2] Re: [Graylog2.0] experiencing

2016-05-13 Thread kaiser
Hello Jochen, Thank you for your reply. I have managed to install graylog successfuly and make it work. I will post details on how to upgrade on a centos6 ; I think it could be useful for someone else. Regards, -- You received this message because you are subscribed to the Google Groups

[graylog2] [Graylog2.0] experiencing

2016-05-12 Thread kaiser
Hello, I have installed graylog 2.0 on centos6 I have acces to the web interface. Nevertheless I have the folowing issue: 1=> When makjing a search , I have got a prompt telling "...service unvailable, we are experiencing problem connecting to http://10.X.X.X:12900 curl -XGET

Re: [graylog2] [Graylog 2.0] Web interface

2016-05-12 Thread kaiser
Hi Jochen, I managed to access graylog web interface. Nevertheless I obtain graylog interface with empty inputs, empty streams, empty dashboard. I have followed the instructions on elasticsearch website and the graylog documentation ... -- You received this message because you are

[graylog2] Re: [Graylog multi node]

2016-05-12 Thread kaiser
Hi guys, Could someone help me on this subject please? regards. Le lundi 9 mai 2016 15:16:05 UTC+2, kaiser a écrit : > > Hello, > > Is there some documents talking about how to install graylog multi nodes, > how to install load balancer, what to replicate, > which log to

Re: [graylog2] [Graylog 2.0] Web interface

2016-05-11 Thread kaiser
Hello Edmundo, my graylog server is on a specific machine. I am trying to acces the web page from my local computer. In the previous graylog version the configuration was set to 127.0.0.1 I have tried with the network ip address instead but it doesn't work. -- You received this message

[graylog2] Re: [Graylog 2.0] Web interface

2016-05-11 Thread kaiser
here is my log: 2016-05-11T10:18:28.909+02:00 INFO [AbstractJerseyService] Enabling CORS for HTTP endpoint 2016-05-11T10:18:31.209+02:00 INFO [NetworkListener] Started listener bound to [127.0.0.1:9000] 2016-05-11T10:18:31.211+02:00 INFO [HttpServer] [HttpServer] Started.

[graylog2] [Graylog 2.0] Web interface

2016-05-11 Thread kaiser
Hello, I have installed graylog 2.0 with elasticsearch 2.3.2 on centos 6 I started graylog-server but I canno't get any web interface Any idea? regards. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and

[graylog2] [Graylog multi node]

2016-05-09 Thread kaiser
Hello, Is there some documents talking about how to install graylog multi nodes, how to install load balancer, what to replicate, which log to put in which node, ... I already red the official graylog document but it's very light on this subject. Regards. -- You received this message

[graylog2] Re: [Upgrade] 1.3.4 to 2.0

2016-04-28 Thread kaiser
Ok Thank you Jochen > >> -- 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 view this discussion on the web visit

[graylog2] Re: [Upgrade] 1.3.4 to 2.0

2016-04-28 Thread kaiser
My system is centos 6 Le jeudi 28 avril 2016 11:35:50 UTC+2, kaiser a écrit : > > Hello, > > Is there a method to ugrade from 1.3.4 to 2.0 please? > > regards. > > -- You received this message because you are subscribed to the Google Groups "Graylog Users" gro

[graylog2] [Upgrade] 1.3.4 to 2.0

2016-04-28 Thread kaiser
Hello, Is there a method to ugrade from 1.3.4 to 2.0 please? regards. -- 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.

[graylog2] Drools and Graylog

2016-04-25 Thread kaiser
Hello, I would like to use drools with graylog. Do I need to install some drool plugin so that I can write some drool rules? Regards. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails

[graylog2] Re: [CSV separator]

2016-03-22 Thread kaiser
Ok Jochen, Do I have to add a csv converter for each extractor of each input to have the separator ";" each time? Reagrds. -- 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,

[graylog2] Re: [CSV separator]

2016-03-21 Thread kaiser
Hi Jochen, thank you for your answer. Graylog converter is a graylog plugin? regards. -- 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] [CSV separator]

2016-03-21 Thread kaiser
Hello, is it possible to config graylog so that the csv separator field is ";" instead of ","? regards. -- 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

Re: [graylog2] Re: [Disk Journal] Deletion

2016-03-21 Thread kaiser
Hello Joi, I ll make a try. Thx. Regards. -- 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 view this discussion on

[graylog2] Re: [Export CSV] full_message field

2016-03-21 Thread kaiser
Hello Jochen, The full_message field is present in my logs. I have filtered on the full_message field on my query search. For me to make it work I have to modify the export csv url with full_message field. regards, -- You received this message because you are subscribed to the Google Groups

[graylog2] Re: [Disk Journal] Deletion

2016-03-20 Thread kaiser
Ok thank you Jochen. if I delete some events in the journal files by filtering only on a specific host, would it be safe? Regards. -- 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

[graylog2] [Disk Journal] Deletion

2016-03-19 Thread kaiser
Hello, One of my server had a script generating a lot of errors: 5 millions logs in ten minutes As a consequence, my graylog process buffer is used at 100% The disk journal utilization is at 70% with millions of unprocessed messages. Is it possible to delete the unprocessed messages because

[graylog2] Re: Truncated message field

2016-03-15 Thread kaiser
Thank you very much. regards. -- 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 view this discussion on the web visit

[graylog2] Re: Truncated message field

2016-03-15 Thread kaiser
Ok thank you Jochen. The problem is that the message field doesn't contain all the information given in the full_message. How does graylog process to create the message field? Regards. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To

[graylog2] Re: Truncated message field

2016-03-15 Thread kaiser
Hello Jochen, I am using graylog 1.3.3 I have an input for cisco with udp protocol. full_message is set in the input Here is an example: application_name [user: facility syslogd full_message <45>36551: Feb 5 23:45:44: %SEC_LOGIN-5-LOGIN_SUCCESS: Login Success [user: _user1] [Source:

[graylog2] Truncated message field

2016-03-15 Thread kaiser
Hello, I have activated the full message field on some input. Nevertheless sometimes the message field is truncated. How does the message field is computed? How to avoid the message field to be truncated? Regards. -- You received this message because you are subscribed to the Google Groups

[graylog2] Re: [Indicies retention]

2016-03-07 Thread kaiser
Hello, Thank you for your answer. When does an indice is reopened? Regards. -- 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] [Indicies retention]

2016-03-01 Thread kaiser
Hello, I have reach my indices retention number:20 I have now a new indice. What I see is that the oldest indice one is reopened. Why is it reopened? How many time does it take to delete the oldest indice? Regards. -- You received this message because you are subscribed to the Google

[graylog2] [Email alert] Issue

2016-02-19 Thread kaiser
Hello, I have set a lot of alert conditions in one stream. I have set an email alert call back. I am not receiving all the alerts by mail; just some of them. Can you tell me how to verify if there is a problem when sending the email alert call back? Regards. -- You received this message

[graylog2] [Email alert]

2016-02-17 Thread kaiser
Hello, I have some questions about email alert. [Email alert conditions] --One can use regex in alert conditions. Is there a way to specify that the string matches is not case sensitive? For instance the condition : "*hello*" will match "HeLlO" string? --Will it be possible to add

[graylog2] Re: [Graylog] Mysql

2016-02-08 Thread kaiser
Thank you Jochen, I ll give it a try. -- 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 view this discussion on the web

[graylog2] [Wrong Timestamp] in alert email callback

2016-02-04 Thread kaiser
Hi, I have configured a set of alert email callback. The alert is configured with the date value: Date: ${check_result.triggeredAt} I have configured graylog-web, graylog-server, node server with UTC+1 On graylog web interface the time information is set to UTC+1 When receiving the mail, the

[graylog2] Re: Email notifications using extractors

2016-01-27 Thread kaiser
Documentation is not specifying the way you access specific fields. Assuming Ip and Command are specific fields you extracted, Just try: ${foreach backlog message}${message.fields.Ip} ${message.fields.Command} - my version ${end} -- You received this message because you are subscribed to

[graylog2] Re: Email notifications using extractors

2016-01-27 Thread kaiser
Hi Stan This should work: ${foreach backlog message}${message.fields.Ip} ${message.fields.Command} - my version ${end} -- 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

[graylog2] Re: Intermittent Stream Throughput Display Errors

2016-01-20 Thread kaiser
Hello, Same problem on 1.3.0 Did you figure out how to solve this problem? Regards. -- 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] Re: Upgrade

2016-01-11 Thread kaiser
Hi, Did you try this? http://docs.graylog.org/en/1.3/pages/installation/operating_system_packages.html Le lundi 11 janvier 2016 20:33:25 UTC+1, Phil Bailey a écrit : > > Hi Everyone > > Very new to both Ubuntu and Graylog, was wondering if somebody could help > me, i have followed this guide

[graylog2] [Email callback] Variables issue

2016-01-11 Thread kaiser
Hello, I try to add some fields variables in the subject field of my email alert callback. When trying subject:${message.source} it only returns subject: Is it possible to use variables in subject email field? Regards. -- You received this message because you are subscribed to the Google

[graylog2] Re: Alert email Callback link returns no result

2016-01-08 Thread kaiser
I have to recalculate indices each time to access the alert email link. Any clue? Regards. Le jeudi 7 janvier 2016 12:27:37 UTC+1, kaiser a écrit : > > Hello, > > I have set some email alert callback in graylog. > > When the email is received there is a link ref

[graylog2] Alert email Callback link returns no result

2016-01-07 Thread kaiser
Hello, I have set some email alert callback in graylog. When the email is received there is a link refering to the event in the related stream. When I click on this link it returns no results. Nevertheless when manually searching on the stream the event can be found. Any idea on this

[graylog2] Re: Concatenating Fields or Charting two fields

2016-01-07 Thread kaiser
Hello, To do that I guess I would make a first copy of the log into another field. Then I would use several replace extractors to replace "user:" with empty string, ",Machine:" with | and ",VirusFound:(true|false)" with empty string. I would also add the condition that the log would contain

[graylog2] Re: Concatenating Fields or Charting two fields

2016-01-07 Thread kaiser
When selecting the field of your message choose create extractor for field message -> replace with regular expression in regular expression you can for instance try User: or something like (User:|,VirusFound:(Yes|No)) and in replacement "" only attempt if field matches regular expression:

[graylog2] Re: Cant find Regex command for extractor

2016-01-07 Thread kaiser
you can try: categoryname="[a-zA-Z \/]+" or (?m)categoryname="([a-zA-Z \/]+)" regards Le jeudi 7 janvier 2016 14:59:45 UTC+1, toni.fro...@scaltel.de a écrit : > > Hello! > > We are new at Graylog and would like to discover several functionality of > it, for that reason we had to extract

[graylog2] Re: Cant find Regex command for extractor

2016-01-07 Thread kaiser
Hello, Hope this message to be displayed correctly :] You can try : categoryname="[a-zA-Z \/]+" or (?m)categoryname="([a-zA-Z \/]+)" regards Le jeudi 7 janvier 2016 14:59:45 UTC+1, toni.fro...@scaltel.de a écrit : > > Hello! > > We are new at Graylog and would like to discover several

[graylog2] Re: Update Graylog 1.2 -> 1.3 via repositories

2015-12-11 Thread kaiser
Hi, I have upgraded graylog 1.3 from 1.2.1 by: /etc/init.d/mongod stop /etc/init.d/elasticsearch stop /etc/init.d/graylog-server stop /etc/init.d/graylog-web stop wget https://packages.graylog2.org/el/6/1.3/x86_64/graylog-web-1.3.0-3.noarch.rpm wget

[graylog2] Re: How to make a version check on Graylog2 server and web interface

2015-12-11 Thread kaiser
yum info graylog-server Le lundi 29 septembre 2014 16:12:06 UTC+2, Spirit a écrit : > > Where can I find the current version of my Graylog server and web > interface? > > Just out of curiosity.. > > > -- You received this message because you are subscribed to the Google Groups "Graylog

[graylog2] Re: Upgrade from 1.2 to 1.3 yum

2015-12-11 Thread kaiser
Hi, I have upgraded graylog 1.3 from 1.2.1 by: /etc/init.d/mongod stop /etc/init.d/elasticsearch stop /etc/init.d/graylog-server stop /etc/init.d/graylog-web stop Choose your distrib from https://packages.graylog2.org

[graylog2] Re: importing old logs from syslog server

2015-12-11 Thread kaiser
Hello, in graylog doc: the y re saying : Reading from files Graylog is currently not providing an out-of-the-box way to read log messages from files. We do however recommend two fantastic tools to do that job for you. Both come with native Graylog (GELF) outputs: - fluentd

[graylog2] [Saved_searches] exexute save search from any stream

2015-11-20 Thread kaiser
Hi guys, Need some help on save_search. I have two streams: stream1 stream2 I have build two saved_searches save_search_on_stream1 save_search_on_stream2 -- When I am on stream1 page, the execution of save_search_on_stream1 return the wanted result. -- When I am on stream2 page, the

[graylog2] Key=value pairs of field

2015-10-30 Thread kaiser
Hi, Could you explain me how does the converter key=value pairs of field work? Do you have an example? Regards. -- 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

[graylog2] Re: Hash and split conversion examples

2015-10-27 Thread kaiser
n > delimiter and replaces the value with the number of elements in the input > value (e. g. "one, two, three" with delimiter "," would result in 3). > > > Cheers, > Jochen > > On Monday, 26 October 2015 21:23:20 UTC+1, kaiser wrote: >> >&g

[graylog2] Hash and split conversion examples

2015-10-26 Thread kaiser
Hi, Does anybody have some examples on how hash and split conversion are working? Didn't find any example on graylog documentation. Thanx a lot! -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop

[graylog2] Graylog: set default value with GROK

2015-10-14 Thread kaiser
Hello, I would like to generate charts from string value: "AUDIT_SUCCESS" I can't do that with strings. As a consequence, is there a way to set default value for the string AUDIT_SUCCESS to 1 with grok pattern? Regards. -- You received this message because you are subscribed to the Google

[graylog2] Re: Graylog: set default value with GROK

2015-10-14 Thread kaiser
that string into a dedicated message field and then use > quick values to come up with a pie chart (and data table) for that field. > > > Cheers, > Jochen > > On Wednesday, 14 October 2015 09:49:19 UTC+2, kaiser wrote: >> >> Hello, >> >> I would like to generate c

[graylog2] Delete Saved Queries With No Results

2015-10-13 Thread kaiser
Hello, someone knows how to delete a saved search queries in graylog web? Saved search queries with results can be deleted but saved search queries with no results couldn't be deleted from graylog-web interface. Any ideas? Regards. -- You received this message because you are subscribed to

[graylog2] Graylog GROK and INPUTS

2015-10-13 Thread kaiser
Hello, could you please tell me in which file GROK patterns and INPUT configuration are stored? Regards, Kaiser. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails fro

[graylog2] Re: Graylog GROK and INPUTS

2015-10-13 Thread kaiser
Thanx a lot :) Le mardi 13 octobre 2015 22:30:58 UTC+2, Jochen Schalanda a écrit : > > Hi, > > the configuration of inputs and grok patterns are stored in MongoDB in the > inputs and grok_patterns collections. > > > Cheers, > Jochen > > On Tuesday, 13 October