Giter Site home page Giter Site logo

kibana3's People

Contributors

bleskes avatar bobrik avatar chocobn69 avatar electrical avatar immunochomik avatar kopf avatar lark avatar marceldegraaf avatar martinseener avatar mattweber avatar nikicat avatar nodashi avatar olorin avatar oneironautics avatar pheaver avatar polyfractal avatar rashidkpc avatar remip2 avatar robin13 avatar sakalajuraj avatar scottbessler avatar selvakn avatar shyam0586 avatar simianhacker avatar spenceralger avatar tomjowitt avatar torkelo avatar vaionicle avatar wiibaa avatar wilfred 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  avatar

kibana3's Issues

Filtering with "mustNot" does not work

When I try to filter my logs using "mustNot" to exclude certain logs, it does not work.
This is the query that gets executed and does not have logic to exclude Hostname:sqvwbbbt001, even though I created a filtering to exclude it.

curl -XGET 'http://sqvlhglr002.test.cm.com:9200/logstash-2017.09.14/_search?pretty' -d '{
"query": {
"bool": {
"filter": [
{
"range": {
"@timestamp": {
"from": 1505406407057,
"to": 1505492807057
}
}
},
{
"query_string": {
"query": "type:("eventlog")"
}
},
{
"query_string": {
"query": "Hostname:("sqvwbbbt001")"
}
}
],
"should": [
{
"query_string": {
"query": "*"
}
}
]
}
},
"highlight": {
"fields": {},
"fragment_size": 2147483647,
"pre_tags": [
"@start-highlight@"
],
"post_tags": [
"@end-highlight@"
]
},
"size": 500,
"sort": [
{
"@timestamp": {
"order": "desc"
}
}
]
}'

image

Table pane is working not correct

Hi,

thanks for a great work! Just tested and it seems, that there is an issue with a table pane.
If no results are found, table pane shows irrelevant data instead of showing zero results.
Terms pane works as expected.
To replicate this just make a query on your data with qery like aaaaaaaaaaaa, and you will see, that terms pane shows no results, but table pane shows irrelevant data.
Tested on elastic 5.3.1.

Regards,
Audrius

Wildcard search results may or may not be related

This is related to issue #4, however there is a scenario that is not covered in that issue so I'm adding it here.

When typing in the query search with something like: mymessage

I've noticed results returned may contain that value, but also the results will have numerous individual records that have no such value inside them.

Just like issue #4, if I query for a value that I know doesn't exist at all rather than getting no results it always returns (unrelated) results.

Kibana with es5 failed

Hello,

We already have a kibana v5 setup with ELS 5.2 (working great) , I tried to run your src because kibana 3 looks better but It seems it does not work .In the console I got "Error: undefined is not an object (evaluating 'response.data')"

mean doesn't work

my histogram panels displaying the average don't work. min and max do

Table doesn't apply queries properly

Hi, thanks a lot for your work! I tried your kibana3 fork with the latest ES 5.6 and it works great. However I noticed that table doesn't apply queries the same way as other panels e.g. if you add new query all panels will render results according to the query but not table panel. Table will have query related results in the top followed by all other docs making it up to 500 (default limit). It works fine with filters though, just not with queries.
I can probably have a look too and send you a pul request just let me know where to start.
Thanks!

Kibana -- Connection Failed

Hello,

I'm trying this version of Kibana so I can run it with ELS 2.3.

This solution worked for like 1 or 2 days but after that, it seems like Kibana won't reach ELS anymore.
Of course I added cors on all of my ELS instances and I have no memory usage issues either.

No idea where I should look into for this. At first I was thinking about a NGINX conf problem but if I point Kibana to an actual ELS 1.7 cluster, I have no problem at all.

thanks in advance

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.