Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRD-93195- Update SQS README.md #687

Merged
merged 2 commits into from
Feb 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions input-plugin/logstash-input-sqs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## sqs input plug-in
## SQS input plug-in
### Meet SQS
* Tested versions: 3.1.3
* Developed by Elastic
Expand All @@ -15,8 +15,6 @@ This plug-in pulls events from an Amazon Web Services Simple Queue Service (SQS)

SQS is a simple, scalable queue system that is part of the Amazon Web Services suite of tools.

**Note:** If the machine on which Guardium Data Protection is installed displays an incorrect time, update the time according to your location and restart the UC by disabling and then enabling it.

### Creating the SQS queue
**_Procedure_**
1. Go to https://console.aws.amazon.com/
Expand Down Expand Up @@ -149,3 +147,17 @@ Other standard logstash parameters are available, such as:
2. Issue these commands:
• grdapi add_domain_to_universal_connector_allowed_domains domain=amazonaws.com
• grdapi add_domain_to_universal_connector_allowed_domains domain=amazon.com

### Troubleshooting
#### To adjust the time on your Guardium machine based on your location, complete the following steps.

1. Set the correct time on the Guardium machine by using the following GRADPIs.
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls replace GRDAPI with "cli commands"

store syst ntp server ntp.rtp.raleigh.ibm.com
store syst ntp state on
store sync_timezone
```
2. On the Guardium machine, go to **Setup > Tools and Views > Configure Universal Connector** page and restart the Universal Connector by disabling and then enabling it.
3. Restart the Sniffer service using the following commnad.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please switch the order so it would be
2. Restart sniffer...
3. Restart UC
Thank you

``` systemctl restart guard-snif ```
Loading