subham sarkar
subham sarkar
Are you guys still looking for a fix? I can help!
cc: @dominikh
@dominikh ping
Also, found a couple of more bugs with this code. Should I push them to this PR itself?
@zealws As far as I know: Skip Dirs is a post-processor i.e., **golangci-lint** being a meta linter cannot control every aspect of the linter that it is running. The loader...
For "setupaudittrail/ingest/pipeline.yml": ```diff diff --git a/x-pack/filebeat/module/salesforce/setupaudittrail/ingest/pipeline.yml b/x-pack/filebeat/module/salesforce/setupaudittrail/ingest/pipeline.yml index f7776e8e3b..5995fab56a 100644 --- a/x-pack/filebeat/module/salesforce/setupaudittrail/ingest/pipeline.yml +++ b/x-pack/filebeat/module/salesforce/setupaudittrail/ingest/pipeline.yml @@ -1,160 +1,170 @@ --- description: Pipeline for parsing Salesforce SetupAuditTrail logs processors: -- json: -...
For "logout/ingest/default.yml" ```diff diff --git a/x-pack/filebeat/module/salesforce/logout/ingest/default.yml b/x-pack/filebeat/module/salesforce/logout/ingest/default.yml index 212ad3b245..0539f1df64 100644 --- a/x-pack/filebeat/module/salesforce/logout/ingest/default.yml +++ b/x-pack/filebeat/module/salesforce/logout/ingest/default.yml @@ -4,10 +4,13 @@ processors: - json: field: message target_field: json - ignore_failure: true + on_failure:...
For "logout/ingest/eventlogfile.yml": ```diff diff --git a/x-pack/filebeat/module/salesforce/logout/ingest/eventlogfile.yml b/x-pack/filebeat/module/salesforce/logout/ingest/eventlogfile.yml index 8abd4f3bc6..c829f85d01 100644 --- a/x-pack/filebeat/module/salesforce/logout/ingest/eventlogfile.yml +++ b/x-pack/filebeat/module/salesforce/logout/ingest/eventlogfile.yml @@ -6,221 +6,228 @@ processors: target_field: "@timestamp" formats: - ISO8601 - ignore_failure: true -- rename: +...
For logout/ingest/object.yml: ```diff diff --git a/x-pack/filebeat/module/salesforce/logout/ingest/object.yml b/x-pack/filebeat/module/salesforce/logout/ingest/object.yml index 6f8db59a2b..0afeafc782 100644 --- a/x-pack/filebeat/module/salesforce/logout/ingest/object.yml +++ b/x-pack/filebeat/module/salesforce/logout/ingest/object.yml @@ -6,23 +6,26 @@ processors: target_field: "@timestamp" formats: - ISO8601 - ignore_failure: true -- rename: +...
> @shmsr : Since this is a revamp of module, are we mentioning somewhere is the documentation about this for the existing users? Thanks. Will mention.