You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ssh signed commits an `allowedSignersFile` needs to be defined and present.
44
+
The format of this file is `email_address public_key` (although `email_address namespaces="git" public_key` also works?).
45
+
46
+
Next, add the following to your `~/.gitconfig` file (this might work as a local config option as well), changing the path to the `allowed_signers` file as necessary:
47
+
48
+
.. code-block:: ini
49
+
50
+
[gpg "ssh"]
51
+
allowedSignersFile = ~/.ssh/allowed_signers
52
+
53
+
After this change, the `--show-signature` flag can be used to check the signatures.
<h2>enrichment policies can only have 1 match<aclass="headerlink" href="#enrichment-policies-can-only-have-1-match" title="Link to this heading">¶</a></h2>
40
+
<p>I guess we need to make sure there is only 1 field you want to match against.
41
+
I could not find information about this in the documentation, but that is not a surprise.</p>
42
+
</section>
43
+
<sectionid="race-conditions">
44
+
<h2>race conditions<aclass="headerlink" href="#race-conditions" title="Link to this heading">¶</a></h2>
45
+
<p>If a new enrichment policy is put in place and executed, wait until it is finished before installing an ingest pipeline that uses it.</p>
Copy file name to clipboardExpand all lines: elk/elastic/index.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,11 @@ <h1>elasticsearch<a class="headerlink" href="#elasticsearch" title="Link to this
50
50
<liclass="toctree-l1"><aclass="reference internal" href="dev.html#get-pipeline-statistics-for-troubleshooting-ingest-processing-times">get pipeline statistics for troubleshooting ingest processing times</a></li>
51
51
<liclass="toctree-l1"><aclass="reference internal" href="dev.html#get-number-of-indexing-failures-for-all-indices">get number of indexing failures for all indices</a></li>
52
52
<liclass="toctree-l1"><aclass="reference internal" href="dev.html#show-the-current-write-thread-pool-statistics">show the current write thread pool statistics</a></li>
<liclass="toctree-l2"><aclass="reference internal" href="enrich_policy.html#enrichment-policies-can-only-have-1-match">enrichment policies can only have 1 match</a></li>
0 commit comments