This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cc1af3cb [auto] Generated docs from Apache Ozone master 
5e28acb71de7bf9fcc70c17b2fe8db85b2f354db
cc1af3cb is described below

commit cc1af3cb35b143ccabe610d34fb807ed0119f441
Author: Github Actions <[email protected]>
AuthorDate: Thu Mar 13 12:46:05 2025 +0000

    [auto] Generated docs from Apache Ozone master 
5e28acb71de7bf9fcc70c17b2fe8db85b2f354db
---
 docs/edge/en/sitemap.xml            |  2 +-
 docs/edge/sitemap.xml               |  4 ++--
 docs/edge/tools/auditparser.html    | 10 +++++-----
 docs/edge/tools/index.xml           |  2 +-
 docs/edge/zh/sitemap.xml            |  2 +-
 docs/edge/zh/tools/auditparser.html | 10 +++++-----
 docs/edge/zh/tools/index.xml        |  2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 6db223e7..9c055acc 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -737,7 +737,7 @@
                 />
   </url><url>
     <loc>/tools/auditparser.html</loc>
-    <lastmod>2021-01-14T11:18:08+08:00</lastmod>
+    <lastmod>2025-03-13T10:19:47+05:30</lastmod>
     <xhtml:link
                 rel="alternate"
                 hreflang="zh"
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index 9d3e53bc..8f4fb9de 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,14 +4,14 @@
   <sitemap>
     <loc>/en/sitemap.xml</loc>
     
-      <lastmod>2025-02-13T04:23:56+05:30</lastmod>
+      <lastmod>2025-03-13T10:19:47+05:30</lastmod>
     
   </sitemap>
   
   <sitemap>
     <loc>/zh/sitemap.xml</loc>
     
-      <lastmod>2025-01-21T00:21:41-08:00</lastmod>
+      <lastmod>2025-03-13T10:19:47+05:30</lastmod>
     
   </sitemap>
   
diff --git a/docs/edge/tools/auditparser.html b/docs/edge/tools/auditparser.html
index 056bfb66..e532ae84 100644
--- a/docs/edge/tools/auditparser.html
+++ b/docs/edge/tools/auditparser.html
@@ -524,15 +524,15 @@ result varchar(7),
 exception text,
 UNIQUE(datetime,level,logger,user,ip,op,params,result))</p>
 <p>Usage:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;path to db file&gt; <span 
style="color:#f92672">[</span>COMMAND<span style="color:#f92672">]</span> <span 
style="color:#f92672">[</span>PARAM<span 
style="color:#f92672">]</span></span></span></code></pre></div></p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;path to db file&gt; <span 
style="color:#f92672">[</span>COMMAND<span style="color:#f92672">]</span> <span 
style="color:#f92672">[</span>PARAM<span 
style="color:#f92672">]</span></span></span></code></pre></div></p>
 <p>To load an audit log to database:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;path to db file&gt; load &lt;path to audit 
log&gt;</span></span></code></pre></div>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;path to db file&gt; load &lt;path to audit 
log&gt;</span></span></code></pre></div>
 Load command creates the audit table described above.</p>
 <p>To run a custom read-only query:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;path to db file&gt; query &lt;<span 
style="color:#66d9ef">select</span> query enclosed within double 
quotes&gt;</span></span></code></pre></div></p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;path to db file&gt; query &lt;<span 
style="color:#66d9ef">select</span> query enclosed within double 
quotes&gt;</span></span></code></pre></div></p>
 <p>Audit Parser comes with a set of templates(most commonly used queries).</p>
 <p>To run a template query:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;path to db file&gt; template 
&lt;templateName&gt;</span></span></code></pre></div></p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;path to db file&gt; template 
&lt;templateName&gt;</span></span></code></pre></div></p>
 <p>Following templates are available:</p>
 <table>
   <thead>
@@ -579,7 +579,7 @@ Load command creates the audit table described above.</p>
 <footer class="footer">
   <div class="container">
     <span class="small text-muted">
-      Version: 2.0.0-SNAPSHOT, Last Modified: January 14, 2021 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/bc49c45a4cf2ee48e39047c038a11773e47326fa";>bc49c45a4c</a>
+      Version: 2.0.0-SNAPSHOT, Last Modified: March 13, 2025 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/9a3433b0d2b4d41f63cfdbc72c4352ff36f1d4cb";>9a3433b0d2</a>
     </span>
   </div>
 </footer>
diff --git a/docs/edge/tools/index.xml b/docs/edge/tools/index.xml
index 3c2b47f0..56ace173 100644
--- a/docs/edge/tools/index.xml
+++ b/docs/edge/tools/index.xml
@@ -6,7 +6,7 @@
     <description>Recent content in Tools on Ozone</description>
     <generator>Hugo</generator>
     <language>en</language>
-    <lastBuildDate>Wed, 30 Oct 2024 12:13:52 +0530</lastBuildDate>
+    <lastBuildDate>Thu, 13 Mar 2025 10:19:47 +0530</lastBuildDate>
     <atom:link href="/tools/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Ozone Debug</title>
diff --git a/docs/edge/zh/sitemap.xml b/docs/edge/zh/sitemap.xml
index 136db409..91e83083 100644
--- a/docs/edge/zh/sitemap.xml
+++ b/docs/edge/zh/sitemap.xml
@@ -614,7 +614,7 @@
                 />
   </url><url>
     <loc>/zh/tools/auditparser.html</loc>
-    <lastmod>2020-04-16T07:20:31+08:00</lastmod>
+    <lastmod>2025-03-13T10:19:47+05:30</lastmod>
     <xhtml:link
                 rel="alternate"
                 hreflang="en"
diff --git a/docs/edge/zh/tools/auditparser.html 
b/docs/edge/zh/tools/auditparser.html
index 0d3c3fb0..9b064f94 100644
--- a/docs/edge/zh/tools/auditparser.html
+++ b/docs/edge/zh/tools/auditparser.html
@@ -450,15 +450,15 @@ result varchar(7),
 exception text,
 UNIQUE(datetime,level,logger,user,ip,op,params,result))</p>
 <p>用法:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;数据库文件的路径&gt; <span style="color:#f92672">[</span>命令<span 
style="color:#f92672">]</span> <span style="color:#f92672">[</span>参数<span 
style="color:#f92672">]</span></span></span></code></pre></div></p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;数据库文件的路径&gt; <span style="color:#f92672">[</span>命令<span 
style="color:#f92672">]</span> <span style="color:#f92672">[</span>参数<span 
style="color:#f92672">]</span></span></span></code></pre></div></p>
 <p>将审计日志加载到数据库:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;数据库文件的路径&gt; load 
&lt;审计日志的路径&gt;</span></span></code></pre></div>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;数据库文件的路径&gt; load 
&lt;审计日志的路径&gt;</span></span></code></pre></div>
 Load 命令会创建如上所述的审计表。</p>
 <p>运行一个自定义的只读查询:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;数据库文件的路径&gt; query &lt;双引号括起来的 <span 
style="color:#66d9ef">select</span> 查询&gt;</span></span></code></pre></div></p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;数据库文件的路径&gt; query &lt;双引号括起来的 <span 
style="color:#66d9ef">select</span> 查询&gt;</span></span></code></pre></div></p>
 <p>审计解析起自带了一些模板(最常用的查询)</p>
 <p>运行模板查询:
-<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
auditparser &lt;数据库文件的路径 template 
&lt;模板名称&gt;</span></span></code></pre></div></p>
+<div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-bash" data-lang="bash"><span style="display:flex;"><span>ozone 
debug auditparser &lt;数据库文件的路径 template 
&lt;模板名称&gt;</span></span></code></pre></div></p>
 <p>Ozone 提供了以下模板:</p>
 <table>
   <thead>
@@ -505,7 +505,7 @@ Load 命令会创建如上所述的审计表。</p>
 <footer class="footer">
   <div class="container">
     <span class="small text-muted">
-      Version: 2.0.0-SNAPSHOT, Last Modified: April 16, 2020 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/5936594b7a25134aeb880eed941256af5563ef03";>5936594b7a</a>
+      Version: 2.0.0-SNAPSHOT, Last Modified: March 13, 2025 <a 
class="hide-child link primary-color" 
href="https://github.com/apache/ozone/commit/9a3433b0d2b4d41f63cfdbc72c4352ff36f1d4cb";>9a3433b0d2</a>
     </span>
   </div>
 </footer>
diff --git a/docs/edge/zh/tools/index.xml b/docs/edge/zh/tools/index.xml
index 1ffbbc52..3f5a39e1 100644
--- a/docs/edge/zh/tools/index.xml
+++ b/docs/edge/zh/tools/index.xml
@@ -6,7 +6,7 @@
     <description>Recent content in 工具 on Ozone</description>
     <generator>Hugo</generator>
     <language>zh</language>
-    <lastBuildDate>Wed, 30 Oct 2024 12:13:52 +0530</lastBuildDate>
+    <lastBuildDate>Thu, 13 Mar 2025 10:19:47 +0530</lastBuildDate>
     <atom:link href="/zh/tools/index.xml" rel="self" 
type="application/rss+xml" />
     <item>
       <title>Ozone Debug</title>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to