GithubHelp home page GithubHelp logo

Comments (4)

Fudge avatar Fudge commented on July 24, 2024

Sounds like the parser isn't understanding the output of your logs.. Could
I see an example line?

-- Erlend

On Thu, Jun 4, 2015 at 6:04 PM, gpatmore [email protected] wrote:

on OSX 10.10.3
when running in debug mode I can see the logs streaming in from the remote
servers, but nothing gets rendered on the display.

I've tried installing from this source and installing from community gem,
same behavior. In the console output stream this is the only feedback
indicating anything is going wrong (this is printed out every so often)

543 frames in 10.000 seconds = 54.300 FPS
Elements[0], Activities[0], Blobs[0/0]

not sure where to go from here. any help would be appreciated.


Reply to this email directly or view it on GitHub
#31.

from gltail.

gpatmore avatar gpatmore commented on July 24, 2024

output when running gltail with -d -v. I've just changed the endpoint URI and the ip addy for obvious reasons

hostname[gpatmore]: ###.###.###.### - - [09/Jun/2015:17:09:15 +0000] "POST /path/to/endpoint HTTP/1.1" 200 4220 "-" "-"

from gltail.

Fudge avatar Fudge commented on July 24, 2024

That isn't a standard Apache/Nginx log format, so you'll have to add an
initial match to the regexp used by the parser to eat the
hostname[gpatmore]: part.

Edit lib/gl_tail/parsers/apache.rb, and change the first line in the parse
function to something like:
_, syslog, host, user, domain, date, url, status, size, referrer, useragent
= /([^:]+): ([\d\S.]+) (\S+) (\S+) [([^]]+)] "(.+?)" (\d+) ([\S]+)
"([^\"]+)" "([^\"]+)"/.match(line).to_a

-- Erlend

On Tue, Jun 9, 2015 at 7:12 PM, gpatmore [email protected] wrote:

output when running gltail with -d -v

hostname[gpatmore]: ###.###.###.### - - [09/Jun/2015:17:09:15 +0000] "POST /path/to/endpoint HTTP/1.1" 200 4220 "-" "-"


Reply to this email directly or view it on GitHub
#31 (comment).

from gltail.

gpatmore avatar gpatmore commented on July 24, 2024

thanks a bunch! love the app.

from gltail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.