question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make it easier to visualize collected data

See original GitHub issue

It would be awesome to have something like this:

make start-crawler-and-elk # or ./crawl.sh all or ./launch.sh all

Or something similar that starts a crawler for containers (in a container), and an ELK stack in a container (use https://github.com/cloudviz/crawler-elk-stack) receiving data from that crawler. The output of that make start-crawler-and-elk should be a URL for where to look at the pretty data (some kibana dashboard).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ricarkolcommented, Jul 28, 2016

@nadgowdas that’s a great idea. Yes, it will make things easier to query for.

So should we make elk deployment the default output format? –> the default format is whatever looks best when doing stdout (want that to be the easiest example)

In ‘make’ approach you mentioned, so user specify input arguments (eg. features etc.) as input parameters to make ? –> Yes, and also default to container crawling mode. The most important output of that make is having the two containers running in the background (1. crawler container and 2. elk container), and output a URL to see the data in kibana (running in the elk container). Something like this:

$ make launch-all
Starting crawler container.... Done
Starting elk container.... Done

You can see the collected data at http://1.2.3.4/awesome-kibana-dashboard
$

So, now when you start a container, you automagically get the data in that kibana dashboard at http://1.2.3.4/awesome-kibana-dashboard.

0reactions
canturkiscicommented, Feb 8, 2017

Thanks Shripad.

Read more comments on GitHub >

github_iconTop Results From Across the Web

13 Powerful Methods for Data Visualization Success l Sisense
13 Powerful Ways to Visualize Your Data (with Examples) · 1. Indicators show one KPI, clearly · 2. Line charts display trends ·...
Read more >
How to Visualize Data: 6 Rules, Tips and Best Practices
1. Keep it simple · 2. Add white space · 3. Use purposeful design principles · 4. Focus on these three elements ·...
Read more >
Data Visualization Makes Your Life Easier — See for Yourself!
Data visualization for sales makes it easy to see the ebb and flow of web traffic and how it correlates to sales and...
Read more >
8 ways to improve your data visualizations | Packt Hub
Data visualization is one such process that easily translates the collected information into engaging visuals. It's easy, cheap and doesn't ...
Read more >
What is data visualization and why is it important? - TechTarget
Data visualization is the practice of translating information into a visual context, such as a map or graph, to make data easier for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found