<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: uploading sqlaudit files into Splunk in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679538#M2884</link>
    <description>&lt;P&gt;Also, yes, your proposal to install Splunk Enterprise on Server B and Splunk Universal Forwarder on Server C will allow you to run queries against Server A, assuming you have connectivity and a database account with appropriate access, and forward the evens to Server C and downstream to Splunk Cloud.&lt;/P&gt;&lt;P&gt;Note, however, that &lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-get-audit-file-transact-sql" target="_self"&gt;sys.fn_get_audit_file&lt;/A&gt;&amp;nbsp;&lt;EM&gt;does not scale&lt;/EM&gt;. If you query .sqlaudit files through this function, your SQL Server administrator should store only the .sqlaudit files necessary to allow Splunk to execute queries and index events in a timely manner. I.e. Rotation and retention of live .sqlaudit files should be configured with Splunk and fn_get_audit_file performance in mind. You'll need to test performance in your environment to understand its constraints.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 01:47:50 GMT</pubDate>
    <dc:creator>tscroggins</dc:creator>
    <dc:date>2024-03-05T01:47:50Z</dc:date>
    <item>
      <title>uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/678857#M2860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In our unique environment, we face some limitations. We cannot directly install Splunk forwarders on the database servers, nor can we create a Splunk user account within the databases.&lt;/P&gt;&lt;P&gt;Here’s the situation:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Server A (DB server)&lt;/STRONG&gt;: Our databases generate SQLAudit files.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server B (Relay)&lt;/STRONG&gt;: These SQLAudit files are transmitted from server A to a different 'relay' server (let’s call it Server B). Unfortunately, Server B also cannot accommodate Splunk forwarders.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server C (Universal Forwarder)&lt;/STRONG&gt;: From Server B, the audit files are further transmitted to another server (Server C). On Server C, we have a Splunk Universal forwarder that should upload the SQLAudit files to our Splunk Cloud instance.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The challenge lies in the fact that SQLAudit files are in a native format that Splunk cannot directly interpret.&lt;/P&gt;&lt;P&gt;While the ideal solution would be to install forwarders directly on the original DB servers (which is not feasible for us), we also recognize that using DB connect and creating a Splunk account on the DB is not an option.&lt;/P&gt;&lt;P&gt;Given these constraints, are there any other viable options we can explore?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/678857#M2860</guid>
      <dc:creator>Ismail_BSA</dc:creator>
      <dc:date>2024-02-27T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/678923#M2861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250444"&gt;@Ismail_BSA&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Splunk cannot convert/read these binary files. Maybe you can install SQLServer on Server C, import these audit files into that SQLServer, and query with DBConnect.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 05:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/678923#M2861</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2024-02-28T05:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679339#M2873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will test this option and see if works.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679339#M2873</guid>
      <dc:creator>Ismail_BSA</dc:creator>
      <dc:date>2024-03-01T19:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679434#M2875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250444"&gt;@Ismail_BSA&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We can use the SqlServer PowerShell module to read SQL Server audit files.&lt;/P&gt;&lt;P&gt;As an administrator, install the SqlServer PowerShell module under PowerShell 5.1, which should be installed by default on all modern Windows releases:&lt;/P&gt;&lt;P&gt;PS&amp;gt;&amp;nbsp;Install-Module SqlServer&lt;/P&gt;&lt;P&gt;With the module installed, we can read .sqlaudit files created by SQL Server using &lt;A href="https://learn.microsoft.com/en-us/powershell/module/sqlserver/read-sqlxevent" target="_self"&gt;Read-SqlXEvent&lt;/A&gt;. Column/field information is available at &lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-records" target="_self"&gt;https://learn.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-records&lt;/A&gt;. Columns with type bigint or varbinary will be read as byte arrays and must be converted to strings using a .NET object of the appropriate type.&lt;/P&gt;&lt;P&gt;We can write a small PowerShell script to act as a stream reader for .sqlaudit files read by Splunk's archive processor (see below). Note that Read-SqlXEvent uses System.IO.Stream internally and calls Stream.Length, which throws "Stream does not support seeking" for forward-only streams. We'll work around this isssue by copying the stream to a temporary file, reading the temporary file, and finally, deleting the temporary file.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Temp\Stream-SqlAudit.ps1&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$file = New-TemporaryFile
$output = $file.Open([System.IO.FileMode]::Append, [System.IO.FileAccess]::Write)
$stdin = [System.Console]::OpenStandardInput()
$stdout = [System.Console]::Out
$buffer = New-Object byte[] 16384
[int]$bytes = 0

while (($bytes = $stdin.Read($buffer, 0, $buffer.Length)) -gt 0) {
    $output.Write($buffer, 0, $bytes)
}

$output.Flush()
$output.Close()

Read-SqlXEvent -FileName "$($file.DirectoryName)\$($file.Name)" | %{
    $event = $_.Timestamp.UtcDateTime.ToString("o")
    $_.Fields | %{
        if ($_.Key -eq "permission_bitmask") {
            $event += " permission_bitmask=`"0x$([System.BitConverter]::ToInt64($_.Value, 0).ToString("x16"))`""
        }
        elseif ($_.Key -like "*_sid") {
            $sid = $null
            $event += " $($_.Key)=`""

            try {
                $sid = New-Object System.Security.Principal.SecurityIdentifier($_.Value, 0)
                $event +=  "$($sid.ToString())`""
            }
            catch {
                $event += "`""
            }
        }
        else {
            $event +=  " $($_.Key)=`"$([System.Web.HttpUtility]::JavaScriptStringEncode($_.Value.ToString()))`""
        }
    }

    $stdout.WriteLine($event)
}

$file.Delete()&lt;/LI-CODE&gt;&lt;P&gt;We can use the invalid_cause and unarchive_cmd props.conf settings to call the PowerShell script.&amp;nbsp;Note that unarchive_cmd strips or escapes quotes depending on the value unarchive_cmd_start_mode, so we've stored the PowerShell script in a path without spaces to avoid the use of quotes. If PowerShell can't find the path specified in the -File argument, it will exit with code -196608.&lt;/P&gt;&lt;P&gt;Sample props.conf on forwarders, receivers (heavy forwarders or indexers), and search heads:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[source::....sqlaudit]
unarchive_cmd = powershell.exe -ExecutionPolicy RemoteSigned -File C:\Temp\Stream-SqlAudit.ps1
unarchive_cmd_start_mode = direct
sourcetype = preprocess-sqlaudit
NO_BINARY_CHECK = true

[preprocess-sqlaudit]
invalid_cause = archive
is_valid = False
LEARN_MODEL = false

[sqlaudit]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)
EVENT_BREAKER_ENABLE = true
EVENT_BREAKER = ([\r\n]+)
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%N%Z
MAX_TIMESTAMP_LOOKAHEAD = 30
KV_MODE = auto_escaped&lt;/LI-CODE&gt;&lt;P&gt;We can use a batch or monitor stanza to monitor the directory containing .sqlaudit files. Use a batch stanza if the files are moved to the monitored directory atomically to allow Splunk Universal Forwarder to delete the files after they're indexed.&lt;/P&gt;&lt;P&gt;Sample inputs.conf:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[monitor://C:\Temp\*.sqlaudit]
index = main
sourcetype = sqlaudit&lt;/LI-CODE&gt;&lt;P&gt;The script can be refactored as a scripted input; however, using the archive processor allows Splunk to perform file and change tracking on our behalf.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 01:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679434#M2875</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-03-04T01:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679435#M2876</link>
      <description>&lt;P&gt;Note that I used System.Web.HttpUtility.JavaScriptStringEncode as a shortcut for encoding/escaping strings. KV_MODE = auto_escaped only handles a few escape sequences. If you prefer, you can simply replace \ and " with \\ and \", respectively, in strings before writing them.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 01:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679435#M2876</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-03-04T01:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679471#M2877</link>
      <description>Nice! Have you planned to create a TA for this in splunkbase? I think that there are quite many of us, who are interested about it!&lt;BR /&gt;r. Ismo</description>
      <pubDate>Mon, 04 Mar 2024 12:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679471#M2877</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-03-04T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679516#M2879</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your follow up. However, I am not sure that we can apply this solution to our environment since our Server C (the one with the universal forwarder) is not a Windows server . The other servers (type A and B) are not connected to any external networks.&lt;/P&gt;&lt;P&gt;After some internal discussions, a new idea was proposed and I am not sure if it could work,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;I appreciate if you share your feed backs about it.&lt;/P&gt;&lt;P&gt;The idea is to deploy a heavy forwarder on server B and a Universal forwarder on server C (the one connected to Splunk cloud)&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Servers A (DB server)&lt;/STRONG&gt;: Our databases generate SQLAudit files (and probably some Oracle DB audit files from similar servers). No external connections are allowed to these category of servers.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server B (Relay)&lt;/STRONG&gt;: This is the only server that can establish communications with the DB servers (category A). On this server, we can install a havy forwarder + DB connect to collect MSsql audit logs ( and Oracle audit logs from oracle servers). Please note that there are no external connections to this server and it cannot directly forwarder to Splunk Cloud.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server C (Universal Forwarder)&lt;/STRONG&gt;: The only one with allowed external connections. Havy forwarder on server B sends the collected logs to the universal forwarder on server C.&amp;nbsp; The Universal forwarder then uploads the SQLAudit files and oracle audit files to the Splunk Cloud instance.&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think that this is a feasable set up ?&amp;nbsp;&lt;/P&gt;Best regards,&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 20:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679516#M2879</guid>
      <dc:creator>Ismail_BSA</dc:creator>
      <dc:date>2024-03-04T20:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679520#M2880</link>
      <description>&lt;P&gt;The SqlServer module is available for PowerShell Core on various platforms. I can test a solution on Linux x86-64, but I don't have access to a macOS or ARM host. What platform is Server C?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 20:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679520#M2880</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-03-04T20:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679522#M2881</link>
      <description>&lt;P&gt;Maybe? The prototype is here for anyone to grab. I'd need to find the time and resources for long-term maintenance of an app: development, build and integration, support, etc.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 20:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679522#M2881</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-03-04T20:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679537#M2883</link>
      <description>&lt;P&gt;This should work on Linux:&lt;/P&gt;&lt;P&gt;Install &lt;A href="https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux" target="_self"&gt;PowerShell Core&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;As the Splunk Universal Forwarder user--splunk or splunkfwd--install the SqlServer module as before:&lt;/P&gt;&lt;P&gt;$ /bin/pwsh&lt;BR /&gt;&lt;SPAN&gt;PS&amp;gt;&amp;nbsp;Install-Module SqlServer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If Splunk Universal Forwarder runs as root, install the SqlServer module as root.&lt;/P&gt;&lt;P&gt;Copy Stream-SqlAudit.ps1 to an appropriate directory, e.g. $SPLUNK_HOME/bin/scripts. Note the addition of the interpreter directive on the first line.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;#!/bin/pwsh
$file = New-TemporaryFile
$output = $file.Open([System.IO.FileMode]::Append, [System.IO.FileAccess]::Write)
$stdin = [System.Console]::OpenStandardInput()
$stdout = [System.Console]::Out
$buffer = New-Object byte[] 16384
[int]$bytes = 0

while (($bytes = $stdin.Read($buffer, 0, $buffer.Length)) -gt 0) {
    $output.Write($buffer, 0, $bytes)
}

$output.Flush()
$output.Close()

Read-SqlXEvent -FileName "$($file.DirectoryName)\$($file.Name)" | %{
    $event = $_.Timestamp.UtcDateTime.ToString("o")
    $_.Fields | %{
        if ($_.Key -eq "permission_bitmask") {
            $event += " permission_bitmask=`"0x$([System.BitConverter]::ToInt64($_.Value, 0).ToString("x16"))`""
        }
        elseif ($_.Key -like "*_sid") {
            $sid = $null
            $event += " $($_.Key)=`""

            try {
                $sid = New-Object System.Security.Principal.SecurityIdentifier($_.Value, 0)
                $event +=  "$($sid.ToString())`""
            }
            catch {
                $event += "`""
            }
        }
        else {
            $event +=  " $($_.Key)=`"$([System.Web.HttpUtility]::JavaScriptStringEncode($_.Value.ToString()))`""
        }
    }

    $stdout.WriteLine($event)
}

$file.Delete()&lt;/LI-CODE&gt;&lt;P&gt;Make sure the file is executable, e.g.:&lt;/P&gt;&lt;P&gt;$ chmod 0750 $SPLUNK_HOME/bin/scripts/Stream-SqlAudit.ps1&lt;/P&gt;&lt;P&gt;Update props.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[source::....sqlaudit]
unarchive_cmd = $SPLUNK_HOME/bin/scripts/Stream-SqlAudit.ps1
unarchive_cmd_start_mode = direct
sourcetype = preprocess-sqlaudit
NO_BINARY_CHECK = true

[preprocess-sqlaudit]
invalid_cause = archive
is_valid = False
LEARN_MODEL = false

[sqlaudit]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)
EVENT_BREAKER_ENABLE = true
EVENT_BREAKER = ([\r\n]+)
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%N%Z
MAX_TIMESTAMP_LOOKAHEAD = 30
KV_MODE = auto_escaped&lt;/LI-CODE&gt;&lt;P&gt;Update inputs.conf:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[monitor:///tmp/*.sqlaudit]
index = main
sourcetype = sqlaudit&lt;/LI-CODE&gt;&lt;P&gt;/tmp is just an example. Use whatever file system and path makes the most sense for your deployment. The Splunk Universal Forwarder user must have read and execute access to all directories in the path and read access to the .sqlaudit files.&lt;/P&gt;&lt;P&gt;As before, your temporary directory should have enough free space to accommodate your largest .sqlaudit file. Depending on your Splunk configuration, Splunk Universal Forwarder may process multiple files concurrently. If that's the case, ensure you have enough free space for all temporary files.&lt;/P&gt;&lt;P&gt;Finally, let us know how it goes!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 01:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679537#M2883</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-03-05T01:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679538#M2884</link>
      <description>&lt;P&gt;Also, yes, your proposal to install Splunk Enterprise on Server B and Splunk Universal Forwarder on Server C will allow you to run queries against Server A, assuming you have connectivity and a database account with appropriate access, and forward the evens to Server C and downstream to Splunk Cloud.&lt;/P&gt;&lt;P&gt;Note, however, that &lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-get-audit-file-transact-sql" target="_self"&gt;sys.fn_get_audit_file&lt;/A&gt;&amp;nbsp;&lt;EM&gt;does not scale&lt;/EM&gt;. If you query .sqlaudit files through this function, your SQL Server administrator should store only the .sqlaudit files necessary to allow Splunk to execute queries and index events in a timely manner. I.e. Rotation and retention of live .sqlaudit files should be configured with Splunk and fn_get_audit_file performance in mind. You'll need to test performance in your environment to understand its constraints.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 01:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679538#M2884</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2024-03-05T01:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679627#M2886</link>
      <description>&lt;P&gt;Server C is SUSE 15&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 18:40:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679627#M2886</guid>
      <dc:creator>Ismail_BSA</dc:creator>
      <dc:date>2024-03-05T18:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: uploading sqlaudit files into Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679628#M2887</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 18:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/uploading-sqlaudit-files-into-Splunk/m-p/679628#M2887</guid>
      <dc:creator>Ismail_BSA</dc:creator>
      <dc:date>2024-03-05T18:41:30Z</dc:date>
    </item>
  </channel>
</rss>

