GithubHelp home page GithubHelp logo

Comments (8)

nielsbasjes avatar nielsbasjes commented on June 1, 2024

I just implemented a simple way to do this in the Java API.
After creating the parser yet before actually parsing the first logline you simply call the method ignoreMissingDissectors() as you can see here:

https://github.com/nielsbasjes/logparser/blob/master/httpdlog/httpdlog-parser/src/test/java/nl/basjes/parse/httpdlog/ApacheHttpdLogParserTest.java#L468

Please have a look and try it this is what you need.

Thanks.

from logparser.

 avatar commented on June 1, 2024

Thanks for the prompt support. I did look into the code. Looks good. I will verify the same with published maven jar

from logparser.

 avatar commented on June 1, 2024

Is the 2.7-snapshot published?

The below maven dependency seems missing

nl.basjes.parse.httpdlog
httpdlog-parser
2.7-snapshot

from logparser.

 avatar commented on June 1, 2024

Could you publish latest httpdlog-parser and parser-core in maven

from logparser.

nielsbasjes avatar nielsbasjes commented on June 1, 2024

Yes, I published the 2.7-SNAPSHOT version (Note: it is "SNAPSHOT" not "snapshot").
See here: https://oss.sonatype.org/content/groups/public/nl/basjes/parse/parser-core/2.7-SNAPSHOT/
To use in your project add this to your pom.xml:

<repositories>
  <repository>
    <id>sonatype-oss-public</id>
    <url>https://oss.sonatype.org/content/groups/public/</url>
    <releases>
      <enabled>true</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>



from logparser.

nielsbasjes avatar nielsbasjes commented on June 1, 2024

I'm considering this request to be fixed.

from logparser.

 avatar commented on June 1, 2024

Thanks. Its working as expected. Btw, any time line in mind to publish stable version of 2.7?

from logparser.

nielsbasjes avatar nielsbasjes commented on June 1, 2024

I released version 2.7 yesterday.

from logparser.

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.