Want to follow along? Check out [add YT link when published].
You need cUrl installed: try here.
{ | |
$schema: https://vega.github.io/schema/vega-lite/v5.json | |
data: { | |
url: { | |
%context%: true | |
%timefield%: @timestamp | |
/* tells the visualization which index to use */ | |
index: opensearch_dashboards_sample_data_logs | |
/* This sets up the buckets used for X and Y axis values */ | |
body: { |
OPENSEARCH_HOST='' | |
OPENSEARCH_UNAME='icopensearch' | |
OPENSEARCH_PASS='' |
OPENSEARCH_HOST='' | |
OPENSEARCH_UNAME='icopensearch' | |
OPENSEARCH_PASS='' |
Want to follow along? Check out [add YT link when published].
You need cUrl installed: try here.
You get an email from a boss or client-- "The website is running slow." You have no idea what could be causing this, but you know you need to fix it, and fast. Let's take a look at the tools and techniques available that allow us to dig into these nebulous issues, and allow us to pinpoint a more exact cause. Luckily, most of these tools have been made available by nearly all modern browsers, so we don't have to install any new software or complicate the setup.
Browser developer tools have been evolving at a high speed over the last few years, driven by the advent of more robust web applications. But these tools are seen mostly as a way to find issues with CSS and JavaScript, and debug running code. However, there are tabs in these tools that allow you to debug performance issues, such as viewing network calls, memmory usage, and code run time. These tools will help us find and diagnose our nebulous performance problems.
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
config 'dnsmasq' | |
option domainneeded 1 | |
option boguspriv 1 | |
option filterwin2k 0 | |
option localise_queries 1 | |
# disable rebind protection | |
option rebind_protection 0 | |
# end changes | |
option rebind_localhost 0 | |
option local '/lan/' |
{ | |
"name": "oauth-webinar-source", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", |