Skip to content

Commit 37a8338

Browse files
committed
add a warning that the thing does not do what it was supposed to do
1 parent 2fccc88 commit 37a8338

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

_sources/elk/elastic/indexes/datastream.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ data streams
77
decommission a data stream
88
^^^^^^^^^^^^^^^^^^^^^^^^^^
99

10+
.. warning::
11+
This doesn't actually do what we want.
12+
1013
If a data stream won't be used any longer but the old data needs
1114
to be kept, it can be modified using the `modify_data_stream` api
1215
to not have a write index anymore.

elk/elastic/indexes/datastream.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<h1>data streams<a class="headerlink" href="#data-streams" title="Link to this heading"></a></h1>
3838
<section id="decommission-a-data-stream">
3939
<h2>decommission a data stream<a class="headerlink" href="#decommission-a-data-stream" title="Link to this heading"></a></h2>
40+
<div class="admonition warning">
41+
<p class="admonition-title">Warning</p>
42+
<p>This doesn’t actually do what we want.</p>
43+
</div>
4044
<p>If a data stream won’t be used any longer but the old data needs
4145
to be kept, it can be modified using the <cite>modify_data_stream</cite> api
4246
to not have a write index anymore.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)