- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2023 04:42 AM - edited ‎06-23-2023 04:45 AM
I have imported csv file which contains tags through 'system import files' using 'load data' to the 'specific table' that i created( u_tag_demo_table). After that i need to discover the CI in that table( u_tag_demo_table) and should import the discovered CI in the (cmdb_key_value.list) table. Then only i can able to use tag based service mapping.
Please help me how to discover CI in that table i created (u_tag_demo_table) and how to import that discovered in key value table.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 12:15 AM
Why are you trying to import through CSV? dont you have Cloud discovery enabled?
If no and still you want to bulid a service map, try importing tags in cmdb_key_value table. However this is not a recommend approach, as it will not keep your map updated with changes in the cloud resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 12:15 AM
Why are you trying to import through CSV? dont you have Cloud discovery enabled?
If no and still you want to bulid a service map, try importing tags in cmdb_key_value table. However this is not a recommend approach, as it will not keep your map updated with changes in the cloud resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 07:14 AM
how can i able to discover tag key value for each configuration item. every document telling go thorugh cloud discovery process. can i not able to discover tag key values from normal dixcovery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2023 12:49 AM
CI discovery will not be able to discover tags. As the concept of tag is for Cloud, you need to configure Cloud discovery first, through which you will fetch the tags.
Why dont you add CI's in map manually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2023 04:40 AM
For creating tag based service mapping, I need tag key values. Is there possible to add CI manually in tag based map?
Thank you