Skip to content

Commit

Permalink
Cheatsheet: Fix merge/filter example in docs!
Browse files Browse the repository at this point in the history
- Another thanks to John B Splunker for pointing out the typo in this example!
  • Loading branch information
lowell80 committed Mar 11, 2022
1 parent b701b1a commit c42ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Say you need to build a single TA containing all the index-time settings for you
.. code-block:: sh
ksconf merge etc/apps/*TA*/{default,local}/props.conf \
| ksconf filter --output=TA-for-indexers/default/props.conf \
| ksconf filter - --output=TA-for-indexers/default/props.conf \
--include-attr 'TRANSFORMS*' \
--include-attr 'TIME_*' \
--include-attr 'MUST_BREAK*' \
Expand Down

0 comments on commit c42ff85

Please sign in to comment.