[graylog2] Multiple Index Read and Timefilter option !

2015-12-14 Thread Gugan K
Hi,

First of all , Thanks to this great project. 

I'm new to Graylog2. I have done the setup successfully. But have some 
queries. 

1. Does Graylog2 only read the logs from its own Index [ what we defined in 
graylos-server conf file ] ?.  It won't read the data from multiple index ?
2. Is there any option to enable timefilter for Read-Only users ?. As I 
created dashboard for demo purpose to clients. But there is no option to 
view the previous history.

Thanks

-- 
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 
https://groups.google.com/d/msgid/graylog2/c8aa578d-78c7-44df-8072-7f38f8c7166e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Did not find meta info of this node. Re-registering.

2015-12-14 Thread Alexander Gerasimenko
Hello,

The only solution i've found is that there is difference in time between 
graylog and mongodb instances. But it seems that's not my case. Even though 
mongodb and graylog are installed on same server which have ntpd installed 
and running i'm getting warned with

[NodePingThread] Did not find meta info of this node. Re-registering.
>

Thanks for 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 
https://groups.google.com/d/msgid/graylog2/9dd33782-1b35-4b41-a4ff-e8112e435885%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] how to send file logs to graylog console using nxlog in centos6 ?

2015-12-14 Thread Amit Sharma
HI,

I am trying to get logs from tomcat through nxlog.

can you please suggest what changes i need to make in config file of 
nxlog.conf ?

Linux - Centos 6.6
tomcat logs file location - /vol1/apache-tomcat-8.0.15/logs/catalina.out
graylog host - lb01-graylog
port - lb01-graylog



## This is a sample configuration file. See the nxlog reference manual 
about the
## configuration options. It should be installed locally under
## /usr/share/doc/nxlog-ce/ and is also available online at
## http://nxlog.org/docs


# Global directives#

User nxlog
Group nxlog

LogFile /var/log/nxlog/nxlog.log
LogLevel INFO


# Modules  #


Module  xm_syslog



Module  im_udp
Port514
Execparse_syslog_bsd();



Module  im_tcp
Port514



Module  om_file
File"/var/log/logmsg.txt"
Execif $Message =~ /error/ $SeverityValue = 
syslog_severity_value("error");
Execto_syslog_bsd();



Module  om_file
File"/var/log/logmsg2.txt"



# Routes   #


Pathin1 => fileout1



Pathin2 => fileout2


-- 
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 
https://groups.google.com/d/msgid/graylog2/3a818638-5cb8-4ea5-a80a-45f6e4fe9409%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.