Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed SSL heartbeat vulnerability faq

In this Page

Table of Contents
maxLevel2

...

The recommended minimum screen resolution is 1024 x 768.

Am I at risk with the Heartbleed SSL vulnerabitity?

SnapLogic was vulnerable to Heartbleed, but the services were patched early the week of April 7th in Amazon's update to their platform. We advise, as a precaution, that customers should change their passwords to avoid risk. We will continue to keep customers informed if there are any known breaches as a result of this or other vulnerabilities.

Which devices are supported?

...

Navigate to the “Files” tab from within the Manager. This will show you files that have been uploaded - and from here you can upload files from your local computer. To use a file in sldb (SnapLogic database) in a pipeline property you must use the sldb scheme: sldb:///Snaplogic/alpha/<your file path>. This can be used for output files as well. Read more about the file system. 

  • Database Query

Example: 

select m.smtpid as message_id, m.messagedt as date, s.email as from_address, s.name as from_name, m.subject as subject, b.body as body from messages m join people s on m.senderid=s.personid join bodies b on m.messageid=b.messageid limit 10;

...