Skip to content

Instantly share code, notes, and snippets.

View sumit-gupta91's full-sized avatar

Sumit Gupta sumit-gupta91

View GitHub Profile
@sumit-gupta91
sumit-gupta91 / alb_sumo.txt
Created October 29, 2021 08:14 — forked from rupertbg/alb_sumo.txt
AWS Application Load Balancer (ALB, ELB v2) log message parse query for Sumologic
parse "* * * * * * * * * * * * \"*\" \"*\" * * * \"*\" \"*\" \"*\" * * \"*\" \"*\" \"*\"" as type, timestamp, elb, client, target, request_processing_time, target_processing_time, response_processing_time, elb_status_code, target_status_code, received_bytes, sent_bytes, request, user_agent, ssl_cipher, ssl_protocol, target_group_arn, trace_id, domain_name, chosen_cert_arn, matched_rule_priority, request_creation_time, actions_executed, redirect_url, error_reason
@sumit-gupta91
sumit-gupta91 / phoenix_project_notes.md
Created August 28, 2018 10:07 — forked from rhenning/phoenix_project_notes.md
Notes from The Phoenix Project

The Phoenix Project

Chapters 1-5

  • Bill goes out of his way during his conversation with Dick to understand the real business impact of the payroll outage.
  • IT Operations is frequently viewed as a business cost/liability rather than a valued asset, as evidenced by language used to discuss infrastructure. Steve says "IT ... should be like the toilet ... I don't ever
@sumit-gupta91
sumit-gupta91 / 0_reuse_code.js
Created December 14, 2016 06:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console