ContributionsMost RecentMost LikesSolutionsRe: Not able to load all logs in ultra task Dashboard @jaganpusuluri As far as i am aware it might not be possible to get the details of the data or logs for the number of records pushed to target system. When you open runtime statistics > it shows the number of documents posted > May be it might be worth trying to run the pipeline manually by stopping the existing one and see how the logs for a known record or data. What is the end point you have posted the data to? Re: SnapLogic REST Endpoint to get pipeline runtime details using ruuid wani-amol: It has been running successfully so far. Is there a way to know if the endpoint is changed or if there are any other changes due to which the existing pipeline could break? When you say it has been running successfully so far > has it returned an error or do you see any changes in the data captured at the endpoint. You can try validating the account and see if any changes caused this behavior. There is another way to get the logs from the snaplex using LogAPI https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438932/Log+API If you are trying to read only failed runtimes it would be simpler and use the runtime API based on state of the pipeline. You are using this anyway. Re: Not able to load all logs in ultra task Dashboard @jaganpusuluri Can you please provide more details on the exact information you are referring to. Logs keep rolling to backup based on the number of pipelines and the size configured in the snaplex properties Are you referring to the runtimes of the ultra task for each document or is it the complete log data. Re: No space available to perform operation @walkerline117 Snaplogic use the /tmp as the temp space for large operations (JOIN, SORT, etc.). To change the temporary folder to a different volume which is large size, you can use the following JVM option in the snaplex and you have to restart the plex to have these changes applied jcc.jvm_options = -Djava.io.tmpdir=/new/tmp/folder Re: Date filter in MongoDB snap Try the following: {“INSERT_TIMESTAMP”: {‘$gte’: ISODate(“2018-09-01”), ‘$lte’: ISODate(“2018-12-01”)}} Based on MongoDB documentation it should be in the above format and the API is expecting the same from Snap Re: Can we read/write files from/to Sharepoint using File Reader/File Writer snap? Using REST snaps you can definitely connect to SharePoint both write and read files. what type of Auth mechanism you would be using to connect to sharepoint. If it is using OAuth2 you can achieve this only via REST snaps. Re: Email Reader Snap very slow Hi Rahul, I ran the pipeline on UAT with email reader for an attachment nearly 1 MB and see it is quick to process Screenshot for reference. This is with few advanced properties in the account Another run by removing advanced properties The above is on UAT with master 4.17 update. Re: How to read a picture(.jpeg,.jpg,.png) in snaplogic I Was able to read image from Snaplogic or from any Email inbox and process it to send it via email sender. Screenshot of the pipeline for reference. If you are looking for anything specific please let us know Re: Extract in-line image from HTML format email With 4.15 update - Email reader snap can now read inline images.