Hi Sam, On Tuesday, 27 September 2016 01:29:02 UTC+2, sam wrote: > > As said like elastic search is responsible for storing the logs. Other > than graylog web interface, is there anyway I could look for those stored > logs in elastic search (where the logs are stored) URL (If there such kind > of search exists) >
You can query the stored logs via the Graylog REST API or directly in Elasticsearch, see https://www.elastic.co/guide/en/elasticsearch/guide/2.x/_search_lite.html for details. > And mongo db stores configuration data , why do we need this for graylog > server, as we don't configure anything during gray log installation ? > Runtime configuration such as user accounts, inputs, streams, and dashboards are stored in MongoDB. Cheers, 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/fa82b459-4c54-41fe-b3f2-f40a6710d5f4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
