Coder Social home page Coder Social logo

kibana-logbrowser's People

Contributors

elessarkrin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kibana-logbrowser's Issues

Index List exceeds page width

Hello,
we have many indices and the list in this plugin exceeds page.
We can use filter, but it would be nice to have a drop down menu with indices list.

thank you

Text aggregations are failing

When generating the list of hosts I get the following error in the Kibana logs:
"Fielddata is disabled on text fields by default. Set fielddata=true on [type] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory"

Should the source, host, and type aggregations be using the .raw or .keyword fields?

Tool abandonded?

Has the tool been abandoned? It has had no updates in 2 years anywhere.

Installation fails due to version conflict (not compatible to Kibana 6)

Hi,

I'm aware the requirements state Kibana5 but I just wanted to report that the installation fails for Kibana 6 (probably as expected):

bash-4.2$ kibana-plugin install https://github.com/searchtechnologies/kibana-logbrowser/releases/download/1.0.2/log_browser.zip Attempting to transfer from https://github.com/searchtechnologies/kibana-logbrowser/releases/download/1.0.2/log_browser.zip Transferring 705316 bytes.................... Transfer complete Retrieving metadata from plugin archive Extracting plugin archive Extraction complete Plugin installation was unsuccessful due to error "Incorrect Kibana version in plugin [log_browser]. Expected [6.1.1]; found [5.2.2]"

Thank you

Sebastian

Right scroll bar issue

Hi,

Sometimes, when i use the right scroll bar to jump to a specific line, the blue line get stuck at it's initial place.

For exemple i have 1000 logs, i want to jump to the line 250, i use the right cursor, then it's written 250 but the blue line is still at line 0.

It is also not possible to go back to line 0 it's written 0 near the cursor but the blue line is on another line.

X-Pack Authenitcation Incompatibility

X-Pack authentication breaks the plugin.

To start the calls to callWithInternalUser need to be replaced with callWithRequest and passed the request from the handler so that the session id is included in the request. Otherwise, the request will throw a security error trying to use the default 'kibana' user.

Example:
const call = dataCluster.callWithRequest;
...
handler(req, reply) {
...
call(req, 'search', config).then(function (resp) {
...
});
}

This will get the 'Choose Files to Browse' functioning but I've been unable to get any results from 'Browse Selected Files' as yet. I suspect it's still a security issue as the request header on calls to '/api/log_browser/ browsePages' doesn't appear to contain the cookie and sid but I haven't been able to track down exactly why that is as yet.

'Select All' from Hosts does not apply filter

Repo steps:

1-If you have 5 hosts named
filterhost1
filterhost2
filterhost3
test1
test2

2-Then filter them by "filter" -> you will only see the 3 first hosts.
3-Select all hosts one by one (do not use the Select All button). You will see the files for those 3 hosts.
4-After that click the "Select All" button.

Issue: After clicking the Select All button the files from "test1" and "test2" appear in the list of files.
Expectation: The list of files shouldn't change, since we already select all of hosts manually.
The 'Select All' should work with the filter that has been applied (if any).

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.