frontail | 📝 streaming logs to the browser

 by   mthenw JavaScript Version: v4.9.2 License: MIT

kandi X-RAY | frontail Summary

kandi X-RAY | frontail Summary

frontail is a JavaScript library typically used in Logging applications. frontail has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can install using 'npm i frontail' or download it from GitHub, npm.

frontail is a Node.js application for streaming logs to the browser. It's a tail -F with UI.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              frontail has a medium active ecosystem.
              It has 1648 star(s) with 240 fork(s). There are 42 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 40 open issues and 120 have been closed. On average issues are closed in 156 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of frontail is v4.9.2

            kandi-Quality Quality

              frontail has 0 bugs and 0 code smells.

            kandi-Security Security

              frontail has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              frontail code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              frontail is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              frontail releases are available to install and integrate.
              Deployable package is available in npm.
              Installation instructions, examples and code snippets are available.
              frontail saves you 66 person hours of effort in developing the same functionality from scratch.
              It has 176 lines of code, 0 functions and 17 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed frontail and discovered the below as its top functions. This is intended to give you an instant insight into frontail implemented functionality, and help decide if they suit your requirements.
            • tail logger .
            • Initialize a new StatsTracker .
            • Initialize ConnectBuilder .
            • Server builder .
            • An ANSI color .
            Get all kandi verified functions for this library.

            frontail Key Features

            No Key Features are available at this moment for frontail.

            frontail Examples and Code Snippets

            No Code Snippets are available at this moment for frontail.

            Community Discussions

            Trending Discussions on frontail

            QUESTION

            Best way of monitoring multiple log files
            Asked 2020-May-19 at 17:12

            I need to know what is the best tools to monitor multiple log files suitable to my needs.

            What I need :

            • Send and monitor multiple log files at once
            • Support real-time viewing
            • Better graphical User Interface whenever possible
            • Capable of searching or filtering the logs
            • Setup with minimum effort whenever possible

            I have gathered some tools, they are :

            1. multitail, a simple multiple log files viewer, but I prefer a better graphical UI
            2. lnav, it's like multitail, but I don't know what's the pros and cons between the two
            3. FrontTail, I think this is much better than the previous two
            4. GrayLog, I have used this once, it has great searching or filtering features, but it was setup by someone, not sure if the setup would be complex or not
            5. LogStash, I never use it, but many people say it's great, but is it easy to setup?

            the source of logs coming from these :

            • gridpane.com log
            • nginx access log
            • nginx error log
            • PHP error log
            • MySQL query log
            • MySQL error log
            ...

            ANSWER

            Answered 2020-May-19 at 17:12

            I finally found the one that suits my needs.

            I'm sharing this in case anyone who wants to use the same solution.

            Thanks to sourav19, I followed your advice, even though it took me 8-10 hours to install and configure everything, but it's really what I want.

            I had to buy a Digital Ocean droplet, cost me $20 to get a 4 GB of RAM, but I think it's much cheaper than buying the other log monitoring applications which are way too expensive.

            Before installing docker, we have to enable Virtual Private Cloud (VPC), we will use the provided IP Address for our docker containers, so they can communicate between each other, by following this article.

            I used a dockerized ELK, link is here

            All we need to do is to clone the dockerized ELK to our server, and then go inside the cloned folder, and build the Dockerfile

            Source https://stackoverflow.com/questions/61843408

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install frontail

            npm i frontail -g or download a binary file from Releases page
            frontail /var/log/syslog
            visit http://127.0.0.1:9001
            download a binary file from Releases pagegit st
            using npm package: npm i frontail -g
            using Docker image: docker run -d -P -v /var/log:/log mthenw/frontail /log/syslog

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mthenw/frontail.git

          • CLI

            gh repo clone mthenw/frontail

          • sshUrl

            git@github.com:mthenw/frontail.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link