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.

Populate a Seq instance with sample data

See original GitHub issue

It would be great for demonstrations, exploring the Seq features etc to be able to populate an instance of Seq with sample data.

I would imagine it should be possible to do it from some admin menu, or through the CLI.

Ideally it would insert in Seq :

  • tons of events with a variety of SourceContext, MachineName, AppName etc … but enough in common to show correlation and similar stuff
  • with a property that allows to distinguish them from real data (an arbitrary property), and possibly allows to delete it easily

RavenDb has a similar feature, and it is super helpful to do demos or simply learn about the tool.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
nblumhardtcommented, Feb 11, 2021

seqcli sample setup (create signals and dashboards) and seqcli sample ingest (stream in high-quality sample events) is now on dev! 😎

Great to finally move this forward, it’s been on the radar so long - if you have a chance to check it out, we’d love to hear your thoughts.

1reaction
nblumhardtcommented, Oct 15, 2018

Thanks for the suggestion - we have one of these internally, definitely would be handy for others if we could find a way to bundle/release it 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Populate a Seq instance with sample data · Issue #133
Ideally it would insert in Seq : tons of events with a variety of SourceContext , MachineName , AppName etc ... but enough...
Read more >
Getting Started with Seq
Seq is the easiest way for .NET developers to capture, search and integrate structured log events! This page will walk you through the...
Read more >
Scala Seq class: Method examples (map, filter, fold, reduce)
Summary: This page contains many examples of how to use the methods on the Scala Seq class, including map , filter , foldLeft...
Read more >
CREATE SEQUENCE (Transact-SQL) - SQL Server
The following example creates a sequence named DecSeq using the decimal data type, having a range from 0 to 255. The sequence starts...
Read more >
Creating a Sequence
Use the CREATE SEQUENCE statement to create a sequence, which is a database object from which multiple users may generate unique integers.
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