Service Mapping Hands On Lab Query : Ruby On Rails Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 12:04 AM
Question :
After further discussions with the PostgreSQL application owner, it was requested that the database time zone attribute be collected and made visible from the service map
The application owner has provided you with the information that the time zone information is stored in the PostgreSQL configuration file.
Hint: You must add a custom attribute to the PostgreSQL table
I am learning service mapping new to this one. Need help to achieve this.
Thanks in advance!
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2024 05:02 AM
Hi,
You will have to think about the discovery of the custom attribute. Basically, you will have to extend discovery pattern for Postgresql application.
You can get an idea by what you have performed for "Ruby on Rails" pattern and check the identificationn pahse of "PostgreSQL" pattern. Check where is config file location (properties in service map).
Thanks,
SB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2024 05:25 AM
Also, if you scroll down on ebook, you will get more details for completing the challenge. Please mark answer helpful/solution. If this resolves your query.