-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add Sample Data Set to Kibana #16473
Comments
subscribe |
The idea of the separate tab is appealing. All the more so as I would suspect its visibility could be potentially governed by usage rights. And now that I think about it, it also leaves us room to grow along various categories within that tab. |
Hmmm ... now that I think about it ... if y'all do go with a separate tab for samples, does it make sense to drive it from entries, contributions made to the git repo? |
This concept continues to evolve. My initial thoughts of having separate use case sample data or separate sample data sets in general may be replaced by a simple opt-in process. Notes from today's call
Next steps
|
/cc @nreese Would you be interested in tag-teaming the engineering on this? We've had two meetings, but we can get you up to speed with the current design/direction. |
Some conversation designs can be found at http://snid.es/0S1j2u1o3a1g . As usual, these are designs from a moment in time and likely to change significantly as this project progresses. |
Description and title updated based on the past few conversations. I'll provide a Google Doc tomorrow to start brainstorming tour steps cc: @AlonaNadler @archanid @snide @cchaos @asawariS @jamiesmith |
I like the idea of a user-guided tour using a small portion of their own data to walk their own small use case. I guess the real trick here would be answering the question "what guardrails do we put in place" to ensure a positive user experience ... and to avoid individuals floundering with issues in their own data that they perceive as bugs? This in turn could lead to individuals/evangelists creating their own "how-to" repos with their own data rather than weighing down the product itself. |
@stacey-gammon and I had a conversation about this. We thought the simplest approach would be to break the sample data set and tour into separate tasks. The first task should be to create a sample data set with some visualizations and dashboards and make that accessible via the existing @stacey-gammon suggested using anonymized Elasticon enrollment data. It has the following benefits.
|
@nreese that was my initial thought as well (adding to Add Data directly). As I understand it, the design team had planned to introduce a Product Tour component as soon as we can commit engineering to work on this feature. Happy to discuss splitting up these tasks. Anonymized Elasticon is an interesting idea, it definitely checks the a number of boxes for the types of visualizations we can portray. Even if it is anonymized, I don't believe we could share geo points for privacy reasons, these would need to be completely stubbed or randomized. I know @asawariS and @jamiesmith had some ideas around data sets as well. Would be interested in hearing what they've thought about. @nreese would love to sync up on this, let's see if we can touch base tomorrow. I'll add a quick 30 min slot |
If we used locations of Elasticon tour stops, that would give us a geo location that wouldn't cause privacy issues. Funny thing is that I actually thought that was the proposal as I started skimming this issue with sample data - I saw the word "tour" and thought that was the sample data set proposed. :) hehe. |
I'd like to propose a sample data set idea - mock flight data. This will provide us with a data set that includes geo data, time series data and a variety of metrics. Flights are also globally understood in just about every culture. This is loosely based off of https://transtats.bts.gov/DL_SelectFields.asp. In order to index a usable and recent amount of data while limiting the size of data we package with Kibana (<10MB), I imagine we'll need to rely heavily on a script to provide mocked data. We can have some fun here with carrier names, reasons for delays, etc. and really "Elasticize" this data set. As far as visualizations go, this will open the door to coordinate maps, region maps, heatmaps, point series charts, pie charts, metrics / gauges, vega, nested input controls, TSVB, etc. I threw this example data set together pretty quickly below. Let me know what you think.
|
Maybe AverageTicketPrice?
|
+1 on AverageTicketPrice If we have buy in from the group, I'm sure we can pursue this in more detail. Any thoughts / feedback from @asawariS @jamiesmith @stacey-gammon @nreese @jimgoodwin would be great. |
I am +1 on this data. Happy to help with creating pretty visualizations :) @alexfrancoeur |
@nyurik Could vega be used to create a flight route map in Kibana? |
Yes, and I'm pretty sure I posted a small demo on how to do this somewhere, but might be hard to find. In 6.3, just use the |
Either way, we could use region maps / coordinate maps to show most popular destinations, heavily used airports, etc. I agree that this would be an awesome visualization to showcase with flights as well |
Updated description to only focus on sample data. Follow #18787 for progress on the Product Tour |
Yes @nreese! |
How we add sample log to kibana |
After we create index in the management setting we need to view sample log in dashboard but log cant display on dashboard so how we view log file on dashboard of kibana file type is modsecurity and index is logstash.json all guy please help me ?? |
The current implementation of Sample data ships 3 data sets (weblogs, flights, eCommerce) with Kibana. There is not a sample data set for modsecurity at this time |
Updated on May 3, 2018
In order to improve the getting started experience, we'd like to add sample data to Kibana so users can take Kibana for a test ride
Sample Data
To do
Related to #10813
WIP PR: #17807
The text was updated successfully, but these errors were encountered: