[GH-ISSUE #202] Mask Log Data #169

Closed
opened 2026-02-26 05:31:30 +03:00 by kerem · 1 comment
Owner

Originally created by @astutesoftware on GitHub (Nov 24, 2018).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/202

What would be an ideal approach that a log that is being streamed has a middle layer or mechanism to mask some of the sensitive data.
I have a use case where support personnel need to track logs looking for sms delivery to a particular recipient by phone number but the log contains more than required sensitive data.
Ideally this case would require a middleware which can reside at the server end and masks the data before streaming or be embedded at the client end (browser)
any thoughts?

Originally created by @astutesoftware on GitHub (Nov 24, 2018). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/202 What would be an ideal approach that a log that is being streamed has a middle layer or mechanism to mask some of the sensitive data. I have a use case where support personnel need to track logs looking for sms delivery to a particular recipient by phone number but the log contains more than required sensitive data. Ideally this case would require a middleware which can reside at the server end and masks the data before streaming or be embedded at the client end (browser) any thoughts?
kerem closed this issue 2026-02-26 05:31:30 +03:00
Author
Owner

@msmathers commented on GitHub (Jan 12, 2020):

There are currently no plans for middleware support... I'd recommend writing a separate process that reads the raw log files with sensitive data and outputs new, sanitized log files. Then point log.io at the sanitized files.

<!-- gh-comment-id:573442746 --> @msmathers commented on GitHub (Jan 12, 2020): There are currently no plans for middleware support... I'd recommend writing a separate process that reads the raw log files with sensitive data and outputs new, sanitized log files. Then point log.io at the sanitized files.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#169
No description provided.