ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Starting Clean - Kibana

    Scheduled Pinned Locked Moved IT Discussion
    68 Posts 6 Posters 6.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      Looking right so far?

      0_1471372534761_putty_2016-08-16_14-35-28.png

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Yup, it is up and running now. Now monitor the logs, it should tell you when log egress happens.

        1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403
          last edited by DustinB3403

          So in a sidebar conversation with @scottalanmiller

          I don't have any new logs in /var/log on XS6.5

          0_1471373503538_putty_2016-08-16_14-51-37.png

          So where else should I look for this?

          (Same on the logging server)

          DanpD 1 Reply Last reply Reply Quote 0
          • DanpD
            Danp @DustinB3403
            last edited by

            @DustinB3403 Did you use XC to change the logging to a remote location?

            DustinB3403D 1 Reply Last reply Reply Quote 1
            • DustinB3403D
              DustinB3403 @Danp
              last edited by

              @Danp said in Starting Clean - Kibana:

              @DustinB3403 Did you use XC to change the logging to a remote location?

              Yes.

              DanpD scottalanmillerS 2 Replies Last reply Reply Quote 0
              • DanpD
                Danp @DustinB3403
                last edited by

                @DustinB3403 Then it stops writing to the local logs in some cases as described at the bottom of this article.

                1 Reply Last reply Reply Quote 1
                • DustinB3403D
                  DustinB3403
                  last edited by

                  OK I'm done with this trial......

                  I'm just going in circles and before I break something I need a breather...

                  1 Reply Last reply Reply Quote -1
                  • DashrenderD
                    Dashrender
                    last edited by

                    Damn - I'm glad Dustin ran through this first I think I would have been pulling my hair out LONG before he did.

                    Dustin (and I) want NO local logging on our XS boxes. We would love to have this log information inside something like ELK where we can do easy searches and graphs on it.

                    If Filebeat forwards the local logs to the ELK server how do we get a situation where no local logs are stored on the XS boxes?

                    Do we seriously have to setup a syslog server in the middle that does nothing but collect logs and run Filebeat, which then forwards the syslog's logs to the ELK server?

                    BRRABillB 1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender
                      last edited by

                      Hopefully there is a way to send the logs to Logstash directly, instead of sending them via Filebeat.

                      scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @DustinB3403
                        last edited by

                        @DustinB3403 said in Starting Clean - Kibana:

                        @Danp said in Starting Clean - Kibana:

                        @DustinB3403 Did you use XC to change the logging to a remote location?

                        Yes.

                        Check the logs there, then.

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @Dashrender
                          last edited by

                          @Dashrender said in Starting Clean - Kibana:

                          Hopefully there is a way to send the logs to Logstash directly, instead of sending them via Filebeat.

                          Of course, syslog, which you are already running. But Filebeat makes Logstash ingest easier.

                          DashrenderD 1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by

                            @scottalanmiller said in Starting Clean - Kibana:

                            @DustinB3403 said in Starting Clean - Kibana:

                            @Danp said in Starting Clean - Kibana:

                            @DustinB3403 Did you use XC to change the logging to a remote location?

                            Yes.

                            Check the logs there, then.

                            I'm guessing there is not there - because the 'there' that he is forwarding them to is the ELK server.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @Dashrender
                              last edited by

                              @Dashrender said in Starting Clean - Kibana:

                              @scottalanmiller said in Starting Clean - Kibana:

                              @DustinB3403 said in Starting Clean - Kibana:

                              @Danp said in Starting Clean - Kibana:

                              @DustinB3403 Did you use XC to change the logging to a remote location?

                              Yes.

                              Check the logs there, then.

                              I'm guessing there is not there - because the 'there' that he is forwarding them to is the ELK server.

                              You can't both forward to ELK and use Filebeat!!
                              Of course this isn't working.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @Dashrender
                                last edited by

                                @Dashrender said in Starting Clean - Kibana:

                                Hopefully there is a way to send the logs to Logstash directly, instead of sending them via Filebeat.

                                https://www.digitalocean.com/community/tutorials/how-to-centralize-logs-with-rsyslog-logstash-and-elasticsearch-on-ubuntu-14-04

                                1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  @scottalanmiller migth I ask you try doing this very same thing on an XS installation and outline exactly what you do so that others can replicate it.

                                  As it is now, I'm beyond upset with just trying to get this going.

                                  1 Reply Last reply Reply Quote -1
                                  • BRRABillB
                                    BRRABill @Dashrender
                                    last edited by

                                    @Dashrender said

                                    Dustin (and I) want NO local logging on our XS boxes.

                                    The only way I ever got this to work was the "dirty little trick" that is mentioned in the comments of that article.

                                    Because on mine, it kept writing locally REGARDLESS of what I did.

                                    @scottalanmiller determined the best way was to move /var/logs

                                    1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Starting Clean - Kibana:

                                      @Dashrender said in Starting Clean - Kibana:

                                      Hopefully there is a way to send the logs to Logstash directly, instead of sending them via Filebeat.

                                      Of course, syslog, which you are already running. But Filebeat makes Logstash ingest easier.

                                      You've lost me. you say of course, syslog, but Dustin took down the syslog server when he stood the ELK server up, because the assumption was/is that the ELK server replaced the syslog server.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @Dashrender
                                        last edited by

                                        @Dashrender said in Starting Clean - Kibana:

                                        @scottalanmiller said in Starting Clean - Kibana:

                                        @Dashrender said in Starting Clean - Kibana:

                                        Hopefully there is a way to send the logs to Logstash directly, instead of sending them via Filebeat.

                                        Of course, syslog, which you are already running. But Filebeat makes Logstash ingest easier.

                                        You've lost me. you say of course, syslog, but Dustin took down the syslog server when he stood the ELK server up, because the assumption was/is that the ELK server replaced the syslog server.

                                        Huh? If he turned off the syslogging server, then there ARE no logs to send on. So that explains everything. Syslog is the logging service. Without it, there are no logs to send anywhere.

                                        DashrenderD 1 Reply Last reply Reply Quote 2
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Syslog is the process that writes the logs. Without it, logs don't exist. They don't get written locally, they don't get sent anywhere, Filebeat has nothing to read....

                                          DashrenderD 1 Reply Last reply Reply Quote 1
                                          • DashrenderD
                                            Dashrender @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in Starting Clean - Kibana:

                                            @Dashrender said in Starting Clean - Kibana:

                                            @scottalanmiller said in Starting Clean - Kibana:

                                            @Dashrender said in Starting Clean - Kibana:

                                            Hopefully there is a way to send the logs to Logstash directly, instead of sending them via Filebeat.

                                            Of course, syslog, which you are already running. But Filebeat makes Logstash ingest easier.

                                            You've lost me. you say of course, syslog, but Dustin took down the syslog server when he stood the ELK server up, because the assumption was/is that the ELK server replaced the syslog server.

                                            Huh? If he turned off the syslogging server, then there ARE no logs to send on. So that explains everything. Syslog is the logging service. Without it, there are no logs to send anywhere.

                                            I think I'm even more confused now.

                                            Syslog is a service that accepts logs from other sources (sure one of those sources could the the server syslog is intalled on - but has nothing to do with the logging system of the syslog host server - I hope you follow that) - or at least that's how I understand it.

                                            So, if he has the following:

                                            XS1 - Xenserver generating logs (configs say to send all logs to syslog1 server)
                                            syslog1 - accepting logs

                                            This was working for him. But when he moved to the following:

                                            XS1 - configs say to send all logs to ELK server)
                                            ELK - accepting logs

                                            This does not work. why not? Does he need to install a syslog daemon on this box, then install Filebeat on that syslog server.

                                            • many posts have been writen before I posted this, but I'm leaving it for learning.
                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 4 / 4
                                            • First post
                                              Last post