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

Refresh the [events_]YYYY_MM_DD index on page navigation #59

Merged

Conversation

craig-cogdill
Copy link

Same way we do it for Network_*

return self.get(EVENTS_INDEX_PATTERN).then(function(indexPattern){
indexPattern.refreshFields();
});
};
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alex told me to create a second function for the events index rather than trying to reuse the first one. The next iteration of this code will be to programmatically determine which index is being used on the current page, and then just refreshing the current index instead of both

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to add refreshIndex and pass in the index name?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that makes sense.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put up a story (unscheduled) for that work?

Copy link

@KjellKod KjellKod Aug 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this something we could contribute back to the original kibana code? Obviously this is something that annoys many.

What would the changes (not for this release) be that would make this useful for other users in the community?

@KjellKod
Copy link

KjellKod commented Aug 24, 2016

👍 but please think and if you can respond to my question in regard to contribution back to the kibana community.

@craig-cogdill craig-cogdill merged commit 87767a5 into logrhythm:4.1.10_NM Aug 24, 2016
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.

3 participants