Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 3886a82

Browse files
Merge pull request #17 from opendistro/master
merge
2 parents 4087a4e + f0619c2 commit 3886a82

File tree

227 files changed

+35780
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+35780
-41
lines changed

404.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
permalink: /404.html
3+
---

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gem "just-the-docs", "~> 0.2.7"
2121
group :jekyll_plugins do
2222
# gem "jekyll-feed", "~> 0.6"
2323
gem "jekyll-remote-theme"
24+
gem "jekyll-redirect-from"
2425
end
2526

2627
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ baseurl: "/for-elasticsearch-docs" # the subpath of your site, e.g. /blog
2020
url: "https://opendistro.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2121
permalink: pretty
2222

23-
odfe_version: 1.11.0
24-
es_version: 7.9.1
23+
odfe_version: 1.12.0
24+
es_version: 7.10.0
2525

2626
# Build settings
2727
markdown: kramdown
@@ -82,6 +82,7 @@ footer_content:
8282

8383
plugins:
8484
- jekyll-remote-theme
85+
- jekyll-redirect-from
8586

8687
# Exclude from processing.
8788
# The following items will not be processed, by default. Create a custom list

_includes/head_custom.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"></script>
33
{% endif %}
44

5+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
6+
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js"></script>
7+
58
<!-- SiteCatalyst code version: H.25.1. Copyright 1996-2012 Adobe, Inc. All Rights Reserved -->
69
<script><!--
710
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/

_sass/custom/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ code {
5959
}
6060
}
6161

62+
img {
63+
padding: 1rem 0;
64+
}
65+
6266
.img-border {
6367
border: 1px solid $grey-lt-200;
6468
}

docs/images/hot-rod.png

67.5 KB
Loading

docs/images/ta-diagram.drawio

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<mxfile host="app.diagrams.net" modified="2020-11-23T19:22:49.045Z" agent="5.0 (Macintosh)" etag="Ku95kVLzIJHlZrevsW8q" version="13.10.0" type="device"><diagram id="HFMyMVgqT-aEfhmvL3X9" name="Page-1">5Vhdb5swFP01eawEmBD62CZpp31ok1qpe5scfAPeDJca0yT79bskpoSQRYm0bCx9ifC5Juaec66vYcDG6fJe8zz5hALUwHPEcsAmA88LGaPfClhtgOHwegPEWooN5DbAg/wJFnQsWkoBRWuiQVRG5m0wwiyDyLQwrjUu2tPmqNqr5jyGDvAQcdVFn6QwiU1r6DT4O5BxUq/sOjaS8nqyBYqEC1xsQWw6YGONaDZX6XIMquKu5mVz391voq8PpiEzx9xw5Rjff35/823+dTLxnp30qRBXweZfXrgqbcL2Yc2qZgAEEWKHqE2CMWZcTRv0VmOZCaiWcWjUzPmImBPoEvgdjFlZdXlpkKDEpMpG55gZG3QDGndTs9kWWOoIDuRTW4TrGMyBeTbNKretBSxx94ApGL2iCRoUN/KlbQZuPRW/zmtopwvL/AkquB0VbvJcyYiWxqwjSEN3xd0ikQYecr6mZUE1uEOtVGqMCvX6XiY4hPOI8MJo/AFbkSAKYTY/RYwX0AaWB+mzUd+WgN0D3NCOF01FuXWZJFvVFDhnIjy8MNt7R9qe9cr2XkeFzzlkj6Cgfg7yp6JdnTz6/xeBF/atCq4vrArYkVXg96oKWEeFCTeckC8a8hz+sPWHEAp/n/VDb8aC4DzWH3p9s747ujDv+0d63w16ZX6/2wImd9PqPK/KwlyE+UdB78zfPW8+6opDek1bbz07nFOipk1sm8AMM9hh20JcyTijYUT0kZjstqKNzrXqxgZSKcS6lPYp2S6vM0jj7kozOlIa/2zS7CmInTPR25LId3on0bAj0VTxgjgrgOsoqSTCqEwp5+Lt6BTsvuP9e5263zY+yBnP+LqGimSGXIsD/cU5ub+ASx1mtK+/XAcjxv9Sf/HO2F9o2HywWse2vvqx6S8=</diagram></mxfile>
186 KB
Loading

docs/images/ta-kibana-services.png

232 KB
Loading

docs/images/ta-kibana-trace.png

263 KB
Loading

0 commit comments

Comments
 (0)