Join the community today
Become a Member

Nginx log files entries from 4 server in another server

Discussion in 'System Administration' started by pamamolf, May 8, 2018.

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    2:57 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Hello

    Is there any software/way to have all the Nginx log files entries to another extra server all together?

    Maybe having an interface also to search on them?

    Thank you

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:57 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Yes you can use 3rd party like logentries.com I use this for centminmod.com cluster of VPSes in the past. Or loggly.com or splunk.com - you'd need to pay eventually.

    Or nginx native syslog see
    Configuration of rsyslog/syslog for such is let up to you to figure out. If you want GUI interface to search logs, then google for nginx and centralized log and/or aggregate logging. Plenty of guides out there.

    Quick google led me to Access Watch: Open Source Web Traffic Processor as well
     
  3. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    2:57 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    I prefer to find a solution out of the cloud as I don’t want to push users data on any company.....

    It will be great to setup a server and push the data there....