Skip to content

Commit bc657a3

Browse files
author
Zawadi Done
authored
Add explanation about namespace plugins (#61)
1 parent d197031 commit bc657a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/usage/first-steps/incident-handler.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ function is not compatible (which can be seen in the log files). So there is no
137137
list for each target.
138138

139139
To further speed up this process, you could use ``xargs`` to run multiple instances of ``target-query`` at the same time.
140+
Be aware that when executing a namespace plugin like ``browser.cookies`` in conjunction with the plugin ``chrome.cookies``,
141+
the results will contain duplicated records. This is because the ``browser.cookies`` plugin will execute the ``cookies``
142+
function of all ``browser`` plugins, including ``chrome.cookies``.
140143

141144
Load records into a search platform
142145
-----------------------------------

0 commit comments

Comments
 (0)