Install Pelican and configure static site in Amazon S3

Posted on July 05, 2021 in WebSite • Tagged with Pelican, Reference, Cheat Sheet

Create Virtual Environment for Pelican

python3 -m venv ~/virtualenvs/pelican
cd ~/virtualenvs/pelican/
source bin/activate

install Pelican

python3 -m pip install pelican

Validate Pelican installation

pelican --help

Install Pelican Markdown related plugins

python -m pip install "pelican[markdown]"

Pelican Validation

pelican --help

Check installed Pelican Themes

pelican-themes -l

#### Install …


Continue reading

Splunk Query Reference guide

Posted on June 21, 2021 in Splunk • Tagged with Splunk, Reference, Cheat Sheet

Simple Search with various AND index=index_name sourcetype=source_type host=host_nam source=source

Count of search criteria "LifecycleException" per day index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | bucket _time span=day |stats count by _time

Count of search criteria "LifecycleException" by app index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | stats …


Continue reading

Splunk Core Certified User Certification Quick Tips

Posted on February 19, 2020 in Splunk • Tagged with Splunk, Certification, Cheat Sheet

Simple Search with various AND I’m happy to share with you all that i have successfully completed Splunk Core Certified User certification. My personal take on the exam.

  • My background i have been using Splunk at job for day today activities, so if you have experience with Splunk then …

Continue reading