We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab0236 commit 9d990caCopy full SHA for 9d990ca
lib/Scot/App/Responder/Stretch.pm
@@ -28,6 +28,11 @@ sub process_message {
28
29
$log->debug("[Wkr $$] Processing Message $action $type $id");
30
31
+ if ( $type eq "user" or $type eq "group" ) {
32
+ $log->debug("skipping putting user or group into elasticsearch");
33
+ return 1;
34
+ }
35
+
36
if ( $action eq "deleted" ) {
37
$es->delete($type, $id, 'scot');
38
$log->debug("after sending delete");
0 commit comments