Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added basic timestamp conversion support #181

Closed
wants to merge 1 commit into from

Conversation

rnavarro
Copy link

This should help fix #95

It's pretty basic, but:

  1. I don't know any angular.js
  2. I don't know any underscore.js

So feel free to help clean it up a bit!

@rashidkpc
Copy link
Contributor

The issue this solution has is that it does not know the date format. While most user use ISO8601, it is possible to create a elasticsearch mapping where the stored value is something else, which will break the new Date(v). There would need to be some way to specify the format

This is also changing the actual data in the set, instead of making it clear that only the presentation is being altered. Have you tested to be sure that clicking the search button on the timestamp field when expanding an event still functions as expected?

I'd also like to see the timezone be configurable

@rnavarro
Copy link
Author

Great feedback!

I'll work on getting some changes in that incorporate what you mentioned. Especially since the date searching is indeed broken with this patch.

@dpzmick
Copy link

dpzmick commented Jul 18, 2013

Are there any updates on this idea?

@monowai
Copy link

monowai commented Jul 19, 2013

Watching .... http://xkcd.com/1179/

@rashidkpc
Copy link
Contributor

Going to close this for now.

@rashidkpc rashidkpc closed this Jul 30, 2013
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 3, 2016
- added a (temporary) cluster state event that ships the cluster state without the meta data section
- Updating files to comply with JSHint settings; Adding a way to fake the cluster data
- Adding react.js rendering to shard_allocation
- ClusterState Service & Additional Fixes
  - Created ClusterState service
  - Added EventEmitter2 Library
  - Removed annimations from css (eating up too much cpu)
  - Added option to hide header if embeded
  - Reconfigured system to use update event from ClusterState to update
    the visualiztion
  - Refactored transformers to only use state
  - Reordered nodes and indicies by name
- Add livereload to test:dev
- Add Angular-mocks to test framework
- Added getIndices method and tests
- Moved from state version to state @timestamp
- Cleaned up some potential issues with the $scope in changeData based
  on errors I was seeing in the console.
- Adding player functionality
- Changed identifier for node to ip_port
- Collapse the timeline on nodes/indices dashboard
- Show hidden indices by default Fixes elastic#181
- Extend cover to show popover on wider portion of the timeline (to
  cover the day markers)
- Lower case cluster health status in ClusterEvents
- Adding explain feature to cluster state
- Only displaying the difference of red vs. yellow indexes
- Renamed countByIndices to incrementIndexShardStatusCount
- Renamed getEndPoint to popFirstIndexAndReturnEndpoint
- Updated filterShards to only filter initializing shards that have
  relocating_node set
- Refactored getTimelineData to use size/range for pagination
- Fixed typos
- Optimized the initial render so it does it once instead of twice from
  the init() method and the $clusterState.$on('update')
- Changed all the panel variables to player variables
- Fix a bug with the fastForward feature
- Change Cluster Allocation to Shard Allocation
- Created a lightweight event bus
- Added mouseEnter and mouseLeave events to highlight corresponding
  shards.
spalger pushed a commit to spalger/kibana that referenced this pull request Mar 3, 2016
…anel

The cluster panel's status now has an info icon to explain non-green state
The indices stats table now takes index status into consideratio when choosing what indices to show.
Indices stats table also sorts indices names with a .prefix  lower then normal names.

Closes elastic#143, Closes elastic#186, Relates to elastic#181
harper-carroll pushed a commit to harper-carroll/kibana that referenced this pull request Jul 11, 2016
…ge-formats

Added a new message type DataMsg; prototype protobuffer message to Stora...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@timestamp in local time
4 participants