Giter Site home page Giter Site logo

Comments (4)

tstack avatar tstack commented on June 13, 2024

Is the following the exact command you're using?

:create-search-table mytable ^.*x=(?\d+)

That doesn't work for me, I get this error:

✘ error: “^.*x=(?\d+)” is not a valid regular expression
 reason: unrecognized character after (? or (?-
 --> pattern
 | ^.*x=(?\d+)                                    
 |        ^ unrecognized character after (? or (?-
 --> command-option:1
 | :create-search-table mytable ^.*x=(?\d+)
 = help: :create-search-table table-name [pattern]
         ══════════════════════════════════════════════════════════════════════
           Create an SQL table based on a regex search

Using this command works for me:

:create-search-table mytable ^.*x=(?<val>\d+)

from lnav.

paulelong avatar paulelong commented on June 13, 2024

Your create-search-table command works for me, but even using that the next command doesn't work for me:

;select log_time, val from mytable

I'm using 0.12.1 now, and it still fails.

It also fails when I try something like ";select * from syslog_axon", which is my log file def. Yet I can see syslog_axon in the schema definition.

from lnav.

tstack avatar tstack commented on June 13, 2024

Can you run lnav with -d /tmp/lnav-debug.log and send the resulting debug log. I'm not sure what is happening. Thanks and sorry for the trouble.

from lnav.

paulelong avatar paulelong commented on June 13, 2024

Attached is the debug log. I ran ";select host from syslog_axon"

I think in the log it starts here:
2024-05-29T12:01:39.529 I t0 command_executor.cc:312 Executing SQL: select host from syslog_axon 2024-05-29T12:01:39.529 E t0 sql_util.cc:552 (1) no such table: syslog_axon in "select host from syslog_axon" 2024-05-29T12:01:42.130 D t0 hotkeys.cc:169 executing key sequence x71: |lnav-pop-view ${keyseq}
Uploading lnav-debug.log…

from lnav.

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.