Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usecase anomoly detection #3516

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
AnomalyDetection page created. Herobanner styled.
Signed-off-by: kaimmej <kaimmej@gmail.com>
kaimmej committed Dec 12, 2024
commit d08afe0ce7ee694b5ca1a69728e382e695636a50
84 changes: 84 additions & 0 deletions AnomalyDetection/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
---
layout: default
title: Anomaly Detection
primary_title: Anomaly Detection
body_class: usecase-page

---


<main>


<!-- MAIN DATAFILE -->
{% assign AnomalyDetection_pageContent = site.data.usecases.page_anomalyDetection_datafile['AnomalyDetection'] %}

{% assign data_HeroBanner = AnomalyDetection_pageContent['HeroBanner'] %}
{% assign data_MainBody = AnomalyDetection_pageContent['MainBody'] %}



<!-- {% assign data_CTABanner = solutionProviders_pageContent['Banner_CallToAction'] %}


{% assign data_SearchBar = solutionProviders_pageContent['SearchBar'] %}
{% assign data_SearchBar_ProviderType = data_SearchBar['ProviderType_Dropdown'] %}
{% assign data_SearchBar_OpenSearchSpeciality = data_SearchBar['OpenSearchSpecialization_Dropdown'] %}
{% assign data_SearchBar_Region = data_SearchBar['Regions_Dropdown'] %}
{% assign data_SearchBar_FilterButton = data_SearchBar['FilterButton'] %} -->


<!-- DESKTOP HERO -->
<div class="container-fluid usecase-hero-banner-background-wrapper d-none d-lg-block">
<div class="container usecase-hero-heading-background-container d-flex px-5">
<div class="align-self-center">
<div class="d-flex flex-row mb-4">
<img src="{{ data_HeroBanner.Icon }}" alt="{{page.title}} image" class="iconography icon-div-box me-3">
<span class="h4--category-text my-auto">{{ data_HeroBanner.Category }}</span>
</div>
<h1 class="h1--hero-heading ps-5 ms-3">{{ data_HeroBanner.Title }}</h1>
<p class="h4--text-hero-subtext ps-5 ms-3">{{ data_HeroBanner.SubText }}</p>
</div>
</div>
</div>


<!-- MAIN SECTION -->
<div class="container usecase-mainbody-container">

<!-- OPENING PARAGRAPH -->
<p class="h4--text pt-5">{{ data_MainBody.BeginningParagraph }}</p>

<!-- THREE CARDS -->

</div>


<!-- CTA BANNER -->
<div class="container-fluid OpenSearch-banner-dark-backgroundBanner shadow py-1">
<div class="container OpenSearch-banner-dark-backgroundBanner-container px-1 px-md-5">
<div class="row justify-content-center">
<div class="col-12 col-lg-11 col-xl-10 col-xxl-8 px-0">
<p class="text-center my-1">
<span class="openSearch-banner-dark-bannerText">{{ data_CTABanner.Text_startSpan }}</span>
<a href="{{ data_CTABanner.Link_URL }}" class="openSearch-banner-dark-bannerLink link-offset-1 link-offset-2-hover"> {{ data_CTABanner.Link_Text }}</a>
<span class="openSearch-banner-dark-bannerText">{{ data_CTABanner.Text_endSpan }}</span>
</p>
</div>
</div>
</div>
</div>






</main>







2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate"
gem "jekyll-last-modified-at"
gem "jekyll-sitemap"
# gem "jekyll-sitemap"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
7 changes: 6 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-last-modified-at
- jekyll-sitemap
# - jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
@@ -109,10 +109,15 @@ defaults:
type: opensearchcon_workshops
values:
layout: opensearchcon_individual_session


collections:
solutionsProviders:
sort_by: name
output: true
AnomalyDetection:
sort_by: name
output: true
community_projects:
javadocs:
output: true
2 changes: 1 addition & 1 deletion _data/header_navmenu_datafile.json
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@
},
{
"Name": "Anomaly Detection",
"URL": "/docs/latest/observing-your-data/ad/index/"
"URL": "/AnomalyDetection/"
}
]
},
64 changes: 64 additions & 0 deletions _data/usecases/page_anomalyDetection_datafile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@




{

"AnomalyDetection": {
"HeroBanner": {
"Title": "Anomaly Detection",
"SubText": "Detect and resolve anomalies at scale to prevent downtime",
"PathHeroImageDesktop": "",
"PathHeroImageMobile": "",
"Icon": "/assets/img/iconography/OpenSearch-AI.png",
"Category": "Machine Learning & AI"
},
"MainBody": {
"BeginningParagraph": "Wherever you work with data, you’ll find anomalies. In increasingly rich information ecosystems, manually detecting and resolving those anomalies can seem like an impossible task. OpenSearch’s built-in plugin gives you the power to create automated, intelligent workflows that identify anomalies so you can resolve them proactively and minimize disruption.",
"ImageLeft_row" : {
"ImagePath": "",
"Subheader": "View results in real time",
"SubText": "Eliminate delays to detection and resolution, minimize manual monitoring and troubleshooting, and bridge gaps in visibility to provide insights at scale. With OpenSearch, you can create and configure detectors that expose anomalies, deliver highly observable results, and send alerts in near real-time."
},
"ThreeImage_row" : [
{
"ImagePath": "",
"classValue": "card-usecase-img-top",
"SubText": "<strong>Discover point anomalies</strong> or global outliers like unusually large transfers of funds."
},
{
"ImagePath": "",
"classValue": "card-usecase-img-top",
"SubText": "<strong>Uncover contextual anomalies.</strong> For example - an unexpected surge in usage or consumption."
},
{
"ImagePath": "",
"classValue": "card-usecase-img-top",
"SubText": "<strong>Observe collective anomalies,<strong> including unusual web traffic from a cluster of IP addresses"
}
],
"TwoColumn_Row" : {
"left_BlogColumn" : {
"title": "Correlating security events across different log sources ",
"blog_array": [
{
"title": "Correlating security events across different log sources "
}
]
},
"right_LargeImageColumn" : {
"header": "Some kind of subheader for this section",
"ImagePath": ""
}
}

}






}
}

78 changes: 78 additions & 0 deletions _sass/_usercasepages.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@





// HEROBANNER
$mobile-banner-height: 200px;
$desktop-banner-height: 450px;
.usecase-hero-banner-background-wrapper {
position: relative;
height: $desktop-banner-height;
overflow: hidden;
background-image: url(/assets/img/pageAssets_usecasepages/Herobanner-AnomalyDetection.png);
background-size: cover;
background-repeat: no-repeat;
.usecase-hero-heading-background-container {
height: $desktop-banner-height;
}
.h4--category-text {
color: white;
font-size: 24px;
font-family: 'Open Sans Condensed';
font-weight: 700;
line-height: 42px;
word-wrap: break-word;
}
.h1--hero-heading {
color: white;
font-size: 64px;
font-family: Open Sans;
font-weight: 800;
line-height: 72px;
word-wrap: break-word;
}
.h4--text-hero-subtext {
color: white;
font-size: 20px;
font-family: Open Sans;
font-weight: 700;
line-height: 30px;
word-wrap: break-word;
}

// Bottom Border
&::after {
content: "";
position: absolute;
height: 6px;
width: 100%;
background-color: $secondary-seafoam-mint;
bottom: 0px;
left: 0;
}
}


.usecase-mainbody-container {
.h4--text{
color: black;
font-size: 24px;
font-family: Open Sans;
font-weight: 400;
line-height: 48px;
word-wrap: break-word;
}

.h2--subheader {
color: #003551;
font-size: 24px;
font-family: Open Sans;
font-weight: 700;
line-height: 42px;
word-wrap: break-word;
}
}



1 change: 1 addition & 0 deletions assets/css/output.scss
Original file line number Diff line number Diff line change
@@ -34,3 +34,4 @@
@import "navbar";
@import "main-imports";
@import "common/OpenSearch_typography";
@import "usercasepages"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.