[graylog2] Re: Read Only Users and Search and/or Stream which matches all messages

2015-05-19 Thread Mark Moorcroft
FWIW my solution to this was to create a second graylog virtual machine where all users are admin level. The second instance uses the elasticsearch index of the primary. This gives users full search ability without any way to go deleting the inputs by mistake. So far it appears to be a workable

[graylog2] Re: Read Only Users and Search and/or Stream which matches all messages

2015-05-19 Thread Roddy Rodstein
Thank you Jochen, I missed the obvious, clicking the Streams link. We are 100% whole, and our read only users are searching and solving problems. We really like your code, keep up the good work! Respectfully, Roddy On Monday, May 18, 2015 at 10:40:19 AM UTC-7, Roddy Rodstein wrote: > > Greeti

[graylog2] Re: Read Only Users and Search and/or Stream which matches all messages

2015-05-19 Thread Jochen Schalanda
Hi Roddy, once the user has selected a stream from the streams overview page (might be just the one stream the user has access to) and the actual stream page opens, there will be a search bar at the top.

[graylog2] Re: Read Only Users and Search and/or Stream which matches all messages

2015-05-18 Thread Roddy Rodstein
Hi Jochen, Thank you for your support! We created a stream with a single stream rule which checks for the presence of "message", then granted read and edit access to the stream to the read only user. The read only user authenticates then lands on the stream page, but still no way to search.

[graylog2] Re: Read Only Users and Search and/or Stream which matches all messages

2015-05-18 Thread Jochen Schalanda
Hi Roddy, for the first option you've described (creating a stream matching all messages), you basically just need to create a stream with a single stream rule which checks for the presence of a field that's always there, like "timestamp" or "message". Please refer to the documentation at http