Skip to content

Instantly share code, notes, and snippets.

View njpatel's full-sized avatar
📞
Were you really going to call me?

Neil Jagdish Patel njpatel

📞
Were you really going to call me?
View GitHub Profile
section: screens
scar-win:
sarafinia:
end
section: links
scar-win:
down = sarafinia
sarafinia:
up = scar-win
black = '#3b4252';
red = '#bf616a'; // red
green = '#a3be8c'; // green
yellow = '#ebcb8b'; // yellow
blue = '#81a1c1'; // blue
magenta = '#b48ead'; // pink
cyan = '#88c0d0'; // cyan
white = '#e5e9f0'; // light gray
lightBlack = '#4c566a'; // medium gray
lightRed = '#bf616a'; // red
@njpatel
njpatel / nginx.toml
Last active April 5, 2023 14:01 — forked from yellow1912/nginx.toml
Sample Vector configuration for nginx
# you may want to skip access, you will gets tons of logs
[sources.nginx_access_logs]
type = "file"
include = ["/var/log/sites/*/*/*/*/nginx/access.log"] # supports globbing
ignore_older = 86400 # 1 day
# product json logs
[transforms.nginx_access_logs_json]
type = "json_parser"
inputs = ["nginx_access_logs"]