Get EventLogFile - Salesforce input plugin

Hi,

input {
salesforce {
client_id => 'XXXXXXXXXXXXXrEIKI89zOgB8e8Uo9PrZk..9jFs'
client_secret => '7C4D2BXXXXXXXXXXXXX'
username => 'XXXXXXXXXXXXX@test-pkxswlXXXXXXXXXXXXX'
password => 'XXXXXXXXXXXXX'
security_token => 'XXXXXXXXXXXXXeOzVfSq'
sfdc_object_name => 'EventLogFile'
sfdc_fields => 'id'
use_test_sandbox => true
}
}

output {
stdout {
codec => rubydebug
}
}

i get following error : Pipeline aborted due to error {:pipeline_id=>"main", :exception=>#Faraday::ResourceNotFound,

If i change object name, it works...

Did you get sucess collecting EventLogFile data .. ?

Thank you,

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.