Hi all,
thanks for your help...
I have managed to find deleted items through the dspace logs, but how to 
interpret the following character string of the deleted item?

Example: 

delete_item:item_id=28671506-697c-4785-9a62-603a73b1980f

thank You very much! 

El viernes, 26 de junio de 2020 a la(s) 18:52:31 UTC-5, Jeffrey Sheldon 
escribió:

> Saul,
>
> This generally takes some minor detective work within the main dspace.log 
> files. If you know the item ID, that makes it easier. 
>
> In Linux, I would do something along the lines of:
>
> grep "delete_item:item_id=12345" dspace.log.2020.06.26
>
> Only substitute the item ID and only search the log (or span of logs) that 
> cover the timeframe when you believe the record was deleted. This approach 
> just tells you if the event occurred, when, and where. So once you know the 
> log file, start parsing it and look for the user session - which makes it 
> pretty clear - immediately surrounding that event. The handle is also 
> expressed in some of those lines, so that's another way to search for the 
> deletion, but you want to at least search for "delete_item" to make your 
> life a lot easier.
>
>
> -Jeff
>
>
> ________________________________________
> From: [email protected] <[email protected]> on behalf of 
> Saul Hernandez O. <[email protected]>
> Sent: Thursday, June 25, 2020 8:11 PM
> To: DSpace Technical Support
> Subject: [dspace-tech] item deleted
>
> Hello! to everybody
>
> how to find a deleted item within the dspace logs or how to identify the 
> person who deleted that item
>
> There are logs, queries or where you can see which files are tagged as 
> deleted:?
>
> Thank you very much!
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of 
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected]<mailto:
> [email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/ba6e8b9c-2f57-48e7-a2b7-ab024ecb89fbn%40googlegroups.com
> <
> https://groups.google.com/d/msgid/dspace-tech/ba6e8b9c-2f57-48e7-a2b7-ab024ecb89fbn%40googlegroups.com?utm_medium=email&utm_source=footer
> >.
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/bb2a6fa9-329d-4a14-a97d-c9af20196531n%40googlegroups.com.

Reply via email to