If you're just trying to connect Logstash and Graylog over TLS, I think getting AMQP would be overkill. You should start with getting the TLS cert ready, then enable a GELF TCP Input with TLS, then configure Logstash to send to that.
> On Jan 17, 2017, at 7:12 PM, Benbrahim Anass <[email protected]> wrote: > > Thanks man, it seems that rabbitMQ broker needs to be installed somewhere > first and from there graylog extract recieved messages if i got this right > using the broker URL > please correct me if i'm wrong > > about kafka, i didnt find a way to use TLS with it > > > cheers > anas > > Le mardi 17 janvier 2017 10:54:05 UTC+1, Jochen Schalanda a écrit : >> >> Hi, >> >> in case you want to use AMQP (RabbitMQ), I'd recommend reading up on the >> terminology and details first: >> https://www.rabbitmq.com/getstarted.html >> https://www.rabbitmq.com/admin-guide.html >> https://www.rabbitmq.com/how.html >> There are other ways to send messages from Logstash to Graylog, such as >> Apache Kafka or using TLS to send JSON to Graylog and extract it there with >> a JSON extractor. >> >> Cheers, >> Jochen >> >>> On Tuesday, 17 January 2017 10:42:28 UTC+1, Benbrahim Anass wrote: >>> for exemple broker hosname, when i put localhost : connexion denied , i >>> dont know what to put there. >>> routing key : no idea what is that >>> >>> cheers >>> Anas >>> >>> Le mardi 17 janvier 2017 10:05:03 UTC+1, Jochen Schalanda a écrit : >>>> >>>> Hi, >>>> >>>> On Tuesday, 17 January 2017 09:35:02 UTC+1, Benbrahim Anass wrote: >>>>> >>>>> i tried gelf AMQP but i had difficulties configuring it >>>> >>>> What exactly didn't work for you? >>>> >>>> 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/f929f4b8-95b6-408c-8f96-626b5e7f15d7%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/A75AD82C-D40E-4746-92EF-7C1F7BA4F1B5%40gmail.com. For more options, visit https://groups.google.com/d/optout.
