Skip to content

Commit

Permalink
chore(docs): Note the 140-character limit for SMS messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dbellinghoven committed Jun 19, 2019
1 parent 2f702d2 commit 17b455b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 3 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/user/demo.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/user/install.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/user/intro.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/user/setup.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/user/usage.doctree
Binary file not shown.
6 changes: 5 additions & 1 deletion docs/build/html/_sources/user/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,15 @@ AWS SNS Output Parameters
- :code-no-background:`template` (string: ``""``) - The message template that will
define what alert messages will look like. This template is based on `Go templates
<https://golang.org/pkg/text/template/>`__. It allows you to interpolate an array
of `alert records
of `alert records
<https://godoc.org/github.com/morningconsult/go-elasticsearch-alerts/command/alert#Record>`__
into the template to expose custom message formatting for your alerts. This field is
required.

**IMPORTANT**: If sending SMS messages with your SMS topic, a strict 140-character
limit is enforced. Please take this into consideration when writing your message
template.

As an example, let's say you have this output method in one of your rule files:

.. code-block:: json
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/build/html/user/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ <h3>AWS SNS Output Parameters<a class="headerlink" href="#aws-sns-output-paramet
into the template to expose custom message formatting for your alerts. This field is
required.</li>
</ul>
<p><strong>IMPORTANT</strong>: If sending SMS messages with your SMS topic, a strict 140-character
limit is enforced. Please take this into consideration when writing your message
template.</p>
<p>As an example, let&#8217;s say you have this output method in one of your rule files:</p>
<div class="highlight-json"><div class="highlight"><pre>{
&quot;name&quot;: &quot;Filebeat Errors&quot;,
Expand Down
6 changes: 5 additions & 1 deletion docs/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,15 @@ AWS SNS Output Parameters
- :code-no-background:`template` (string: ``""``) - The message template that will
define what alert messages will look like. This template is based on `Go templates
<https://golang.org/pkg/text/template/>`__. It allows you to interpolate an array
of `alert records
of `alert records
<https://godoc.org/github.com/morningconsult/go-elasticsearch-alerts/command/alert#Record>`__
into the template to expose custom message formatting for your alerts. This field is
required.

**IMPORTANT**: If sending SMS messages with your SMS topic, a strict 140-character
limit is enforced. Please take this into consideration when writing your message
template.

As an example, let's say you have this output method in one of your rule files:

.. code-block:: json
Expand Down

0 comments on commit 17b455b

Please sign in to comment.