SOX Compliance - need Audit Log to ONLY show Production objects

Comments

2 comments

  • Tyler Lamparter Principal Product Manager
    Awesome Follow-up
    Engaged
    Top Contributor
    Answer Pro
    Celigo University Level 4: Legendary

    Steve Klett our apis and a database or our apis with lookups and a S3 bucket/ftp are probably the best route here. To get all audit logs across your environments and account, you can use the https://api.integrator.io/v1/audit endpoint. Now it also doesn't have environment flags within it, but it does have the id reference to the resource that was updated and that would have the environment flag. For example, if I pull the audit logs and have this example:

     

    I can then have a lookup to the import endpoint to see what environment it is in:

     

    You also could just export all IO resource data into a database and then query from there like I've done here:

     

    Or you could just have a lookup and go to an S3 bucket or some other endpoint. Flow zip here.

    0
  • Steve Klett Strategic Partner
    Celigo University Level 4: Legendary
    Answer Pro
    Great Answer
    Top Contributor
    Awesome Follow-up
    Engaged

    Tyler Lamparter - Nice solution, thank you. I continue to forget about the APIs as a solution path for some of these unusual requirements we come up with. 

    0

Please sign in to leave a comment.