Hi Team,
I have one use case of using resilient for Asset Management, I am thinking to use the Utilities examples for (query and search) to extract info from Excel Sheet and then search it later, simply my Idea is as follows:
- Extract the Asset information from an Excel Sheet that contains IPs, Description, OS,...etc and upload it to an incident (which will be used as reference for company assets), and append results to a Data table.
- Then I need to update the data table when new and changed info added to the excel sheet and reupload it and not to add everything again.
- How can I search for Specific artifact like IP, DNS name, ...etc, and get the result based on the Data table records
Can You help me achieve this.