[graylog2] GrayLog Source Code Compilation Error

2015-08-24 Thread Anant Sawant
Hi All !!, I am a newbie to graylog. I am trying to compile the graylog source code which I have downloaded from https://github.com/Graylog2/graylog2-serve https://github.com/Graylog2/graylog2-server. I have imported this code into eclipse(Luna) and using m2e to build the project. I faced some

[graylog2] Re: How to setup Graylog code on eclipse.

2015-08-24 Thread Anant Sawant
Hi Ganagadhar, I a new to Graylog and was on the same page, but did imported the project into eclipse. Now when I am trying to build the project using clean install I am geeting the following error. Failed to execute goal on project graylog2-bootstrap: Could not resolve dependencies for

[graylog2] Graylog On Apache

2015-08-25 Thread Anant Sawant
Hi, I am a newbie to Graylog and I have one question regarding Graylog installation. Is it possible to install Graylog on Apache??. As I need to integrate it with other project which is running on Apache. Thanks in Advance!! Anant :-) -- You received this message because you are subscribed

[graylog2] Bundeling/copying all executable jars after comiling graylog

2015-08-27 Thread Anant Sawant
Hi, I have successfully compiled the Graylog server component (it wasn't easy)by running maven clean install on the parent module namely graylog2-parent in eclipse using m2e. After compilation, in the m2e repository the multiple executable jars for respective modules (10 modules) are created.

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Anant Sawant
. Please upgrade to a recent version of Java 8 (as Java 7 has reached EOL). Cheers, Jochen On Monday, 24 August 2015 10:10:51 UTC+2, Anant Sawant wrote: Hi Ganagadhar, I a new to Graylog and was on the same page, but did imported the project into eclipse. Now when I am trying to build

[graylog2] Re: Graylog On Apache

2015-08-27 Thread Anant Sawant
Hi Drew, Thanks for the response, it was really helpful. Can you please tell me, how does *Graylog web interface* communicates with* Graylog server* component. I couldn't find any docs for the same. I need this to better understanding of these component. Thanks in advance. Anant :-) On

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Anant Sawant
incompatibilities are certainly welcome. Cheers, Jochen On Tuesday, 25 August 2015 09:04:53 UTC+2, Anant Sawant wrote: HI Jochen, Well I have moved to java 8 now. Thanks for the advice. But the error still persist. Just for details I am trying to build[clean install] graylog on windows 7 machine

[graylog2] Graylog Web Inteface Issue

2015-09-09 Thread Anant Sawant
Hi, I am trying to compile graylog2-web-interface-1.1.6 on windows 7 using java 8 and tysafe activator 1.3.5. After Typesafe is done with compilation when I hit "Run" from the menu Tyasafe gives the following. Setting up Play fork run ... (use Ctrl+D to cancel) Multiple resolvers having

[graylog2] Re: Unable to get the graylog web interface login page.

2015-09-14 Thread Anant Sawant
ade to the code > of your custom compiled version. > > > Cheers, > Jochen > > On Monday, 14 September 2015 14:10:29 UTC+2, Anant Sawant wrote: >> >> Hi, >> >> I am running Graylog 1.1.6 server component and Graylog web component >> 1.1.6 which I have

[graylog2] Unable to get the graylog web interface login page.

2015-09-14 Thread Anant Sawant
Hi, I am running Graylog 1.1.6 server component and Graylog web component 1.1.6 which I have compiled. I am running this on ubuntu 14.04.1. For this I have installed Elasticsearch 1.7.1, mongodb version v3.0.6 and Java 1.8.0_60. The Graylog 1.1.6 server component, Graylog web component 1.1.6,

[graylog2] Re: Unable to get the graylog web interface login page.

2015-09-15 Thread Anant Sawant
ade to the code > of your custom compiled version. > > > Cheers, > Jochen > > On Monday, 14 September 2015 14:10:29 UTC+2, Anant Sawant wrote: >> >> Hi, >> >> I am running Graylog 1.1.6 server component and Graylog web component >> 1.1.6 which I have

Re: [graylog2] Graylog shows no menu after login

2015-09-17 Thread Anant Sawant
rowser and OS you use. Please also ensure that you are > not using any plugin blocking Javascript execution for Graylog. > > Regards, > > Edmundo > > > On 16 Sep 2015, at 18:58, Anant Sawant <sawant...@gmail.com > > wrote: > > > > Hi! > > >

[graylog2] Graylog SSl configuration query.

2015-09-21 Thread Anant Sawant
Hi!! We have done the manual setup of Graylog web and Graylog server component on Ubuntu 14.04.4. From the document provided at "http://docs.graylog.org; we are unable to find setting up SSl for Graylog. I am running Graylog 1.1.6. Kindly provide/guide us with steps to configure SSL. Thanks

[graylog2] Re: Graylog SSl configuration query.

2015-09-22 Thread Anant Sawant
Hi!! I followed the following document " https://media.readthedocs.org/pdf/graylog2-docs/1.0/graylog2-docs.pdf; to perform SSL for Graylog 1.1.6 and it worked fine. Cheers!! Anant :-) On Monday, 21 September 2015 20:23:13 UTC+5:30, Anant Sawant wrote: > > Hi!! > > We have done

[graylog2] Re: Change permission for user

2015-11-26 Thread Anant Sawant
Hi!! If you are running your own compiled source code for Graylog and not the ready to run Graylog package you can simply hide this menu for end user. Just disable the System menu from app.js file located in the "graylog-web-interface.graylog-web-interface-1.1.6-assets" jar. Or under source

[graylog2] Re: Change permission for user

2015-11-30 Thread Anant Sawant
controllers.BundlesController.index().url},"Content Packs"),this._isPermitted(["INPUTS_EDIT"])&(u,{href:jsRoutes.controllers.GrokPatternsController.index().url},"Grok Patterns")):null) Just find the condition which allows certain menu/feature for adm

[graylog2] Re: Change permission for user

2015-12-01 Thread Anant Sawant
ntrollers.BundlesController.index().url},"Content Packs"),this._isPermitted(["INPUTS_EDIT"])&(u,{href:jsRoutes.controllers.GrokPatternsController.index().url},"Grok Patterns")):null) Just find the condition which allows certain menu/feature for admin

[graylog2] Updating to newer version of graylog

2015-12-01 Thread Anant Sawant
Dear All!! Greetings for the day. I am using Graylog 1.1.6, now with the latest 1.2.2 release of Graylog which really has some awesome features we are making our minds to go for the newer version but I have some queries as follows 1 :- I have made some changes in the source code of the

Re: [graylog2] Exception in thread "elasticsearch[graylog2-server][generic][T#1]"

2016-06-23 Thread Anant Sawant
Doberstein wrote: > > Hej Anant, > > > On 23. Juni 2016 at 09:40:05, Anant Sawant (sawant...@gmail.com > ) wrote: > > Graylog server is throwing following error. Exception in thread > > > > Exception: java.lang.OutOfMemoryError thrown from the &g

[graylog2] Sending http mail alerts

2016-02-11 Thread Anant Sawant
without it? Thanks in advance!! Anant Sawant -- 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: Graylog Web Compilation

2016-01-29 Thread Anant Sawant
Hi All, I am pretty stuck on this issue, not able to compile the changes made using "TypeSafe Activator". Please point me somewhere to overcome this isssue. Thanks in Advance. Anant. On Thursday, 28 January 2016 20:32:00 UTC+5:30, Anant Sawant wrote: > > > Hi All, &g

[graylog2] Graylog Web Compilation

2016-01-28 Thread Anant Sawant
Hi All, I have been using typesafe activator version 1.3.5 to compile Graylog Web Component. But it is not working efficiently, sometime it compiles the file and sometime it do not. Form today I am facing this issue. Also can anyone please point me to any other tool or method to compile

[graylog2] Re: Sending http mail alerts

2016-02-16 Thread Anant Sawant
e it. > > > Cheers, > Jochen > > On Thursday, 11 February 2016 14:37:57 UTC+1, Anant Sawant wrote: >> >> >> Hi, >> >> Well I am working on graylog since last 6 months, basically the coding >> part. Now I have started working with the configuration part

[graylog2] Re: Content Pack Query

2016-03-30 Thread Anant Sawant
ch 2016 17:52:01 UTC+5:30, Anant Sawant wrote: > > Hi all!! > > > I have installed 1.1.6 version of graylog and have been using it since > more than six months. For some reasons I have installed the same version on > another machine(new setup), but I want to create the sam

[graylog2] Re: Amazon AWS CloudTrail plugin - error

2016-05-12 Thread Anant Sawant
t;E1360FC36112F5A8", "eventID":"cab707ed-f20b-40ea-ac3f-6e208fc6eb4a","eventType":"AwsApiCall","recipientAccountId":"924399563845"}]} Setting/configuration at the AWS account(for doing this followed the following "

[graylog2] Re: Amazon AWS CloudTrail plugin - error

2016-05-12 Thread Anant Sawant
Hi Everyone!!, The plugin is still not reading the On Friday, 6 May 2016 16:32:38 UTC+5:30, Anant Sawant wrote: > > Hi Everyone!!, > > I went through the documentation for setting up the Cloudtrail plugin for > US-WEST-1, but I am getting the following error. > I have done al

[graylog2] Proffesional support query

2016-07-25 Thread Anant Sawant
u can also mail me at "ana...@leotechnosoft.net". Thanks in advance!! Anant Sawant -- 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 gr

[graylog2] Graylog compilation guideline

2016-07-19 Thread Anant Sawant
Hi, I am trying to compile Graylog 2.0.0 source code, I have previously compiled Graylog 1.1.6 successfully. For compiling 1.1.6 server component I used eclipse and for the web component I used "TypeSafe Activator", but I am not sure about how to compile the 2.0.0 version as both components

[graylog2] Re: Unble to get graylog webinterface

2016-07-15 Thread Anant Sawant
.0.1:12900/, > which is the Graylog REST API. > > Also make sure to read http://docs.graylog.org/en/2.0/pages/upgrade.html > <http://www.google.com/url?q=http%3A%2F%2Fdocs.graylog.org%2Fen%2F2.0%2Fpages%2Fupgrade.html=D=1=AFQjCNE1YuuinT_if2IzizQ81ejR_yw4NA> > > and http://docs

[graylog2] Re: Unble to get graylog webinterface

2016-07-18 Thread Anant Sawant
ote: > > Hi Anant, > > please describe first in detail what's not working for you. > > Cheers, > Jochen > > On Friday, 15 July 2016 15:20:24 UTC+2, Anant Sawant wrote: >> >> HI , >> >> Thanks for such a quick replay!! >>

[graylog2] Graylog 2.0 compilation error : Cannot run program "git

2016-06-30 Thread Anant Sawant
Hi, I am compiling the Graylog 2.0 on windows 7 using eclipse. I am facing the issue related to "Git" as follows Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.4:create (default) on project graylog2-server: Cannot get the revision information from the scm repository :

[graylog2] Rest api for Logs

2017-02-16 Thread Anant Sawant
Hi Everyone, Does any body knows if there is any REST api for graylog to get the logs based on time? For example api to get logs for last 30 days. If its not can we directly get the logs form elasticsearch by querying elaticsearch.? Thanks in advance Anant. -- You received this message

Re: [graylog2] Graylog 2.0 SSL issue

2016-08-24 Thread Anant Sawant
t; is not reachable from your browser. Please make sure that your browser can > connect to the REST API. For further information, please have a look at > http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html. > > Kind regards, > D. > > > On 24.08

[graylog2] Custom Graylog development query

2016-10-25 Thread Anant Sawant
Hi Graylog Team Is it possible to delete logs from graylog based on different inputs. I have two inputs on udp syslog from two different machines pointed to single graylog instance. Can i selectively delete particular logs based on date and time or based on the inputs. If the answer is

[graylog2] Store full message in Grayog Use??

2016-10-25 Thread Anant Sawant
Hi Graylog Team In syslog udp/tcp inputs there is the following option. "Store full message? (optional)" What is the use of this option?. Does it mean if I send logs/data to Graylog via syslog, when the above option is *unchecked *Graylog is not storing the complete log but incomplete or

[graylog2] Is it possible to delete logs in Graylog 2.0 based on source?

2016-10-19 Thread Anant Sawant
Hi Graylog Team We have a single instance of graylog running with single node. We have pointed two sensors (two systems) via syslog udp to graylog. When i do a search in all messages it shows 42 million events searched in three indices namely graylog2_0 graylog2_1 graylog2_2 Now

[graylog2] Using custom fields in drool rules

2017-01-10 Thread Anant Sawant
uot; mentioned above is successfully executed, does the original log is stored into elasticsearch or the modified logs is stored or are both logs stored? Q4. Is it possible to have multiple .drl file or only one file will have multiple rules? Attaching the logs file "graylog-server.log"