Skip to content

Commit 6aa45bb

Browse files
committed
updates
Signed-off-by: ddpbsd <[email protected]>
1 parent b174c17 commit 6aa45bb

File tree

16 files changed

+222
-9
lines changed

16 files changed

+222
-9
lines changed

_sources/elk/eck.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ get the password
4545

4646
.. code-block:: console
4747
48-
$ kubectl get secret elasticsearch-es-elastic-user -o go-template='{{.data.elastic | base64decode }}'
48+
$ kubectl get secret elasticsearch-wln-es-elastic-user -o go-template='{{.data.elastic | base64decode }}'
4949
PASSWORD
5050
5151
links

_sources/elk/elastic/security/users.rst.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,18 @@ These are probably notes about the roles required?
3131
indices: `*beat*`
3232
priviledges: write create delete create_index manage manage_ilm
3333
34+
35+
saml auth
36+
^^^^^^^^^
37+
38+
Turn on debugging
39+
40+
.. code-block:: console
41+
42+
PUT _cluster/settings
43+
{
44+
"persistent": {
45+
"logger.org.elasticsearch.xpack.security.authc.saml: "debug"
46+
}
47+
}
48+

_sources/misc/junk/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
====
32
Junk
43
====
@@ -19,5 +18,6 @@ Contents:
1918
gardening/index
2019
podcasts
2120
restaurants/index
21+
tcgs
2222
minecraft/playtime2.rst
2323

_sources/misc/junk/tcgs.rst.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
====
2+
TCGs
3+
====
4+
5+
I collect or pay attention to a few Trading Card Games.
6+
7+
MTG
8+
^^^
9+
10+
Not much to say about this one at the moment.
11+
I mostly complain about the newer stuff, especially the Universes Beyond.
12+
13+
pokemon
14+
^^^^^^^
15+
16+
I've started collecting some cards, mostly the ones I find pretty.
17+
18+
19+
artists
20+
#######
21+
22+
* Tomokazu Tomiya
23+
* Taira Akitsu
24+
* Yuka Morii
25+
* Asako Ito
26+
* Akira Egawa
27+
28+
force of will
29+
^^^^^^^^^^^^^
30+
31+
This is another game with awesome art.
32+
One day I'll actually play a game.
33+

_sources/misc/mynet/dur.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dur
44

55
`dur` is a raspberry pi zero 2W.
66

7-
87
auto login
98
^^^^^^^^^^
109

elk/eck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>install kibana<a class="headerlink" href="#install-kibana" title="Link to th
6666
</section>
6767
<section id="get-the-password">
6868
<h2>get the password<a class="headerlink" href="#get-the-password" title="Link to this heading"></a></h2>
69-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>kubectl<span class="w"> </span>get<span class="w"> </span>secret<span class="w"> </span>elasticsearch-es-elastic-user<span class="w"> </span>-o<span class="w"> </span>go-template<span class="o">=</span><span class="s1">&#39;{{.data.elastic | base64decode }}&#39;</span>
69+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>kubectl<span class="w"> </span>get<span class="w"> </span>secret<span class="w"> </span>elasticsearch-wln-es-elastic-user<span class="w"> </span>-o<span class="w"> </span>go-template<span class="o">=</span><span class="s1">&#39;{{.data.elastic | base64decode }}&#39;</span>
7070
<span class="go">PASSWORD</span>
7171
</pre></div>
7272
</div>

elk/elastic/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ <h1>elasticsearch<a class="headerlink" href="#elasticsearch" title="Link to this
8888
<li class="toctree-l2"><a class="reference internal" href="security/roles.html">logstash role</a></li>
8989
<li class="toctree-l2"><a class="reference internal" href="security/users.html">logstash user</a></li>
9090
<li class="toctree-l2"><a class="reference internal" href="security/users.html#beats-user">beats user</a></li>
91+
<li class="toctree-l2"><a class="reference internal" href="security/users.html#saml-auth">saml auth</a></li>
9192
<li class="toctree-l2"><a class="reference internal" href="security/api_key.html">api_key</a></li>
9293
<li class="toctree-l2"><a class="reference internal" href="security/siem.html">siem</a></li>
9394
</ul>

elk/elastic/security/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ <h1>security<a class="headerlink" href="#security" title="Link to this heading">
4141
<li class="toctree-l1"><a class="reference internal" href="roles.html">logstash role</a></li>
4242
<li class="toctree-l1"><a class="reference internal" href="users.html">logstash user</a></li>
4343
<li class="toctree-l1"><a class="reference internal" href="users.html#beats-user">beats user</a></li>
44+
<li class="toctree-l1"><a class="reference internal" href="users.html#saml-auth">saml auth</a></li>
4445
<li class="toctree-l1"><a class="reference internal" href="api_key.html">api_key</a><ul>
4546
<li class="toctree-l2"><a class="reference internal" href="api_key.html#preparing-elasticsearch">Preparing elasticsearch</a></li>
4647
<li class="toctree-l2"><a class="reference internal" href="api_key.html#users">Users</a></li>

elk/elastic/security/users.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ <h1>beats user<a class="headerlink" href="#beats-user" title="Link to this headi
5858
<span class="go">priviledges: write create delete create_index manage manage_ilm</span>
5959
</pre></div>
6060
</div>
61+
</section>
62+
<section id="saml-auth">
63+
<h1>saml auth<a class="headerlink" href="#saml-auth" title="Link to this heading"></a></h1>
64+
<p>Turn on debugging</p>
65+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">PUT _cluster/settings</span>
66+
<span class="go">{</span>
67+
<span class="go"> &quot;persistent&quot;: {</span>
68+
<span class="go"> &quot;logger.org.elasticsearch.xpack.security.authc.saml: &quot;debug&quot;</span>
69+
<span class="go"> }</span>
70+
<span class="go">}</span>
71+
</pre></div>
72+
</div>
6173
</section>
6274

6375

misc/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ <h1>misc<a class="headerlink" href="#misc" title="Link to this heading">¶</a></
9696
<li class="toctree-l2"><a class="reference internal" href="junk/gardening/index.html">Gardening</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="junk/podcasts.html">podcasts</a></li>
9898
<li class="toctree-l2"><a class="reference internal" href="junk/restaurants/index.html">Restaurants</a></li>
99+
<li class="toctree-l2"><a class="reference internal" href="junk/tcgs.html">TCGs</a></li>
99100
<li class="toctree-l2"><a class="reference internal" href="junk/minecraft/playtime2.html">minecraft</a></li>
100101
</ul>
101102
</li>

0 commit comments

Comments
 (0)