1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Olog Features |
From: | "Leblanc, Gregory via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Larregui, Julian" <larregui1 at llnl.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 26 Apr 2022 14:02:16 +0000 |
Julian, I am not the expert here, but when I talked to Kunal (one of the core olog hackers) he said that they intentionally did not expose delete functionality. I was needing to delete all entries for some testing, so I just clobbered elasticsearch
and mongodb’s datastores. Greg -- Gregory Leblanc Accelerator Engineer Edwards Accelerator Lab - Ohio University 123 University Terrace Athens, OH 45701 USA M: (401) 52-OUAL1 or (401) 526-8251 From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Larregui, Julian via Tech-talk NOTICE: This
message was sent from outside Ohio University. Please use caution when clicking links or opening attachments in this message. Hello, Is there an export/import feature in Olog? I've been looking around if Olog has that feature, but turned up nothing. Currently planning to put olog in
a container so if an export/import function is already built in then I wouldn't have to use elasticdump and mongoexport to achieve the same result. Lastly, is there a way to delete a log entry? Only way I can think of is by going to the command line and using "curl -X DELTE ..." Thank you for your time, |