Top 5 books mentioned on The Minimalists podcast

Joshua Fields Millburn & Ryan Nicodemus discuss living a meaningful life with less. With more than 100 million downloads, The Minimalists Podcast is one of the most popular podcasts in the world.

Here are the Top 5 books mentioned on The Minimalists podcast (excluding the books authored by Joshua and Ryan themselves).

Continue reading Top 5 books mentioned on The Minimalists podcast

Splunk Eventgen Jinja templating

I’ve recently dipped my toes into Splunk Eventgen (Jinja templating). It’s an awesome app that allows you to generate sample events that can be ingested by Splunk (or for any other reason).

EventGen has two ways of configuring the event content generation:

  • Traditional – where you specify a sample file and provide regexes that will be used to replace static content in the sample file with the required values
  • Jinja Templating – where you use Jinja templating engine to create the events.

While the traditional way is quite straightforward, the event’s format that I was after had a few nuances that made it not suitable for me, thus I had to fiddle with Splunk Eventgen Jinja templating.

Continue reading Splunk Eventgen Jinja templating