Populate a Seq instance with sample data
See original GitHub issueIt 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:
- Created 5 years ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
seqcli sample setup
(create signals and dashboards) andseqcli sample ingest
(stream in high-quality sample events) is now ondev
! 😎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.
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 👍