Code Monkey home page Code Monkey logo

Comments (3)

rashidkpc avatar rashidkpc commented on June 25, 2024

Haven't been able to reproduce this, though I did fix a but that affected streaming in IE today that could have been the cause. Going to close for now, if this is still happening with the latest version please reopen with your browser/ruby version

Thanks

from kibana2.

dkowis avatar dkowis commented on June 25, 2024

I can reproduce it. No errors though.

Ruby 1.9.3p286 Firefox browser on the linux.

Nothing is displayed, and I just see a request every 10 seconds in the sinatra logs. I do see log entries showing up when I search for it, so they're getting into elastic, just not onto the stream.

Perhaps it's because my logstash index is

output {
  elasticsearch {
    cluster => 'logstash'
    embedded => false
    index => "logstash-%{+YYYY.MM}"
  }
}

I have in Kibana/KibanaConfig.rb

  Smart_index = true
  Smart_index_pattern = 'logstash-%Y.%m'

That should be correct as I understand it.

from kibana2.

emadum avatar emadum commented on June 25, 2024

Made some progress since I initially posted this comment, and the information I included was irrelevant. Turned out it is an issue involving timezones. My data is getting indexed into ES with timestamps that are 3 hours behind the actual time. Still haven't figured out why; but modifying the code for the /api/stream request in kibana.rb to look 3 hours in the past causes the stream to work. I should add that changing the Timezone setting in KibanaConfig.rb had no effect on the times being used to query ES in /api/stream.

It is likely that others experiencing this issue have a similar time mismatch problem.

from kibana2.

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.