diff --git a/ArtifactProcessors/TableauDesktopLogProcessor/Properties/AssemblyInfo.cs b/ArtifactProcessors/TableauDesktopLogProcessor/Properties/AssemblyInfo.cs index 8130a86..124eecb 100644 --- a/ArtifactProcessors/TableauDesktopLogProcessor/Properties/AssemblyInfo.cs +++ b/ArtifactProcessors/TableauDesktopLogProcessor/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Make internal classes visible to the unit test project. [assembly: InternalsVisibleTo("Logshark.Tests")] \ No newline at end of file diff --git a/ArtifactProcessors/TableauServerLogProcessor/Properties/AssemblyInfo.cs b/ArtifactProcessors/TableauServerLogProcessor/Properties/AssemblyInfo.cs index 3a602ca..4ffc80b 100644 --- a/ArtifactProcessors/TableauServerLogProcessor/Properties/AssemblyInfo.cs +++ b/ArtifactProcessors/TableauServerLogProcessor/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Make internal classes visible to the unit test project. [assembly: InternalsVisibleTo("Logshark.Tests")] \ No newline at end of file diff --git a/LogParsers.Base/Properties/AssemblyInfo.cs b/LogParsers.Base/Properties/AssemblyInfo.cs index 3241116..2b58c12 100644 --- a/LogParsers.Base/Properties/AssemblyInfo.cs +++ b/LogParsers.Base/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Logshark.ArtifactProcessorModel/Properties/AssemblyInfo.cs b/Logshark.ArtifactProcessorModel/Properties/AssemblyInfo.cs index d2f0100..9b37bf8 100644 --- a/Logshark.ArtifactProcessorModel/Properties/AssemblyInfo.cs +++ b/Logshark.ArtifactProcessorModel/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Logshark.CLI/Properties/AssemblyInfo.cs b/Logshark.CLI/Properties/AssemblyInfo.cs index 8870989..b4e9d63 100644 --- a/Logshark.CLI/Properties/AssemblyInfo.cs +++ b/Logshark.CLI/Properties/AssemblyInfo.cs @@ -31,8 +31,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Required for log4net. [assembly: log4net.Config.XmlConfigurator(Watch = true)] \ No newline at end of file diff --git a/Logshark.Common/Properties/AssemblyInfo.cs b/Logshark.Common/Properties/AssemblyInfo.cs index c2bf605..1ced737 100644 --- a/Logshark.Common/Properties/AssemblyInfo.cs +++ b/Logshark.Common/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] \ No newline at end of file diff --git a/Logshark.ConfigSection/Properties/AssemblyInfo.cs b/Logshark.ConfigSection/Properties/AssemblyInfo.cs index 5ffa041..a2597de 100644 --- a/Logshark.ConfigSection/Properties/AssemblyInfo.cs +++ b/Logshark.ConfigSection/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Make internal classes visible to the unit test project. [assembly: InternalsVisibleTo("Logshark.Tests")] \ No newline at end of file diff --git a/Logshark.ConfigSectionGenerator/Properties/AssemblyInfo.cs b/Logshark.ConfigSectionGenerator/Properties/AssemblyInfo.cs index 6a870b8..50b6033 100644 --- a/Logshark.ConfigSectionGenerator/Properties/AssemblyInfo.cs +++ b/Logshark.ConfigSectionGenerator/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Logshark.ConnectionModel/Properties/AssemblyInfo.cs b/Logshark.ConnectionModel/Properties/AssemblyInfo.cs index 1bc121d..6ace75e 100644 --- a/Logshark.ConnectionModel/Properties/AssemblyInfo.cs +++ b/Logshark.ConnectionModel/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Required for log4net. [assembly: log4net.Config.XmlConfigurator(Watch = true)] diff --git a/Logshark.Core/Properties/AssemblyInfo.cs b/Logshark.Core/Properties/AssemblyInfo.cs index cbaf5a2..eb453b8 100644 --- a/Logshark.Core/Properties/AssemblyInfo.cs +++ b/Logshark.Core/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Required for log4net. [assembly: log4net.Config.XmlConfigurator(Watch = true)] diff --git a/Logshark.PluginLib/Properties/AssemblyInfo.cs b/Logshark.PluginLib/Properties/AssemblyInfo.cs index 3e4fcc2..e07e507 100644 --- a/Logshark.PluginLib/Properties/AssemblyInfo.cs +++ b/Logshark.PluginLib/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] \ No newline at end of file diff --git a/Logshark.PluginModel/Properties/AssemblyInfo.cs b/Logshark.PluginModel/Properties/AssemblyInfo.cs index 4c8acbc..64d2ab2 100644 --- a/Logshark.PluginModel/Properties/AssemblyInfo.cs +++ b/Logshark.PluginModel/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] \ No newline at end of file diff --git a/Logshark.RequestModel/Properties/AssemblyInfo.cs b/Logshark.RequestModel/Properties/AssemblyInfo.cs index a804e28..191a239 100644 --- a/Logshark.RequestModel/Properties/AssemblyInfo.cs +++ b/Logshark.RequestModel/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Make internal classes visible to the unit test project. [assembly: InternalsVisibleTo("Logshark.Tests")] \ No newline at end of file diff --git a/Logshark.Tests/Properties/AssemblyInfo.cs b/Logshark.Tests/Properties/AssemblyInfo.cs index ec4e7db..8d98f41 100644 --- a/Logshark.Tests/Properties/AssemblyInfo.cs +++ b/Logshark.Tests/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Required for log4net. [assembly: log4net.Config.XmlConfigurator(Watch = true)] \ No newline at end of file diff --git a/Plugins/Apache/Properties/AssemblyInfo.cs b/Plugins/Apache/Properties/AssemblyInfo.cs index c5f0883..bea8b72 100644 --- a/Plugins/Apache/Properties/AssemblyInfo.cs +++ b/Plugins/Apache/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Backgrounder/Properties/AssemblyInfo.cs b/Plugins/Backgrounder/Properties/AssemblyInfo.cs index f18b7f4..768f50c 100644 --- a/Plugins/Backgrounder/Properties/AssemblyInfo.cs +++ b/Plugins/Backgrounder/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/ClusterController/Properties/AssemblyInfo.cs b/Plugins/ClusterController/Properties/AssemblyInfo.cs index 1e83531..22b10c9 100644 --- a/Plugins/ClusterController/Properties/AssemblyInfo.cs +++ b/Plugins/ClusterController/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] \ No newline at end of file diff --git a/Plugins/Config/Properties/AssemblyInfo.cs b/Plugins/Config/Properties/AssemblyInfo.cs index bf1dfe1..18272e6 100644 --- a/Plugins/Config/Properties/AssemblyInfo.cs +++ b/Plugins/Config/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/CustomWorkbooks/Properties/AssemblyInfo.cs b/Plugins/CustomWorkbooks/Properties/AssemblyInfo.cs index cbb0ada..70a1baf 100644 --- a/Plugins/CustomWorkbooks/Properties/AssemblyInfo.cs +++ b/Plugins/CustomWorkbooks/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Filestore/Properties/AssemblyInfo.cs b/Plugins/Filestore/Properties/AssemblyInfo.cs index 6693693..70ef20d 100644 --- a/Plugins/Filestore/Properties/AssemblyInfo.cs +++ b/Plugins/Filestore/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Hyper/Properties/AssemblyInfo.cs b/Plugins/Hyper/Properties/AssemblyInfo.cs index 49ae214..87c01c5 100644 --- a/Plugins/Hyper/Properties/AssemblyInfo.cs +++ b/Plugins/Hyper/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Netstat/Properties/AssemblyInfo.cs b/Plugins/Netstat/Properties/AssemblyInfo.cs index 5df850a..3fa647f 100644 --- a/Plugins/Netstat/Properties/AssemblyInfo.cs +++ b/Plugins/Netstat/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Postgres/Properties/AssemblyInfo.cs b/Plugins/Postgres/Properties/AssemblyInfo.cs index 0ab7986..3000f09 100644 --- a/Plugins/Postgres/Properties/AssemblyInfo.cs +++ b/Plugins/Postgres/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/ReplayCreation/Models/AccessSessionInfo.cs b/Plugins/ReplayCreation/Models/AccessSessionInfo.cs index c8921d1..be96ee8 100644 --- a/Plugins/ReplayCreation/Models/AccessSessionInfo.cs +++ b/Plugins/ReplayCreation/Models/AccessSessionInfo.cs @@ -8,13 +8,13 @@ namespace Logshark.Plugins.ReplayCreation.Models /// internal class AccessSessionInfo { - public string apache_request_id { get; set; } - public string request_method { get; set; } - public string request_ip { get; set; } - public string resource { get; set; } - public DateTime request_time { get; set; } - public string load_time { get; set; } - public string status_code { get; set; } + public string ApacheRequestID { get; set; } + public string RequestMethod { get; set; } + public string RequestID { get; set; } + public string Resource { get; set; } + public DateTime RequestTime { get; set; } + public string LoadTime { get; set; } + public string StatusCode { get; set; } /// /// Parse logLine and extract required data from it @@ -22,20 +22,20 @@ internal class AccessSessionInfo /// public AccessSessionInfo(BsonDocument logLine) { - apache_request_id = logLine.GetValue("request_id").AsString; - request_method = logLine.GetValue("request_method").AsString; - request_ip = logLine.GetValue("request_ip").AsString; - resource = logLine.GetValue("resource").AsString; - load_time = logLine.GetValue("request_time").AsString; + ApacheRequestID = logLine.GetValue("request_id").AsString; + RequestMethod = logLine.GetValue("request_method").AsString; + RequestID = logLine.GetValue("request_ip").AsString; + Resource = logLine.GetValue("resource").AsString; + LoadTime = logLine.GetValue("request_time").AsString; var offset = logLine.GetElement("ts_offset").Value.ToString(); var timeOffSet = int.Parse(offset); var ts = new System.TimeSpan(timeOffSet / 100, timeOffSet % 100, 0); //convert the current time to UTC var browserStartTime = (DateTime)logLine.GetElement("ts").Value - ts; - request_time = browserStartTime.ToUniversalTime(); + RequestTime = browserStartTime.ToUniversalTime(); - status_code = logLine.GetValue("status_code").AsString; + StatusCode = logLine.GetValue("status_code").AsString; } } } \ No newline at end of file diff --git a/Plugins/ReplayCreation/Models/BrowserSession.cs b/Plugins/ReplayCreation/Models/BrowserSession.cs index 46d0e79..27f944a 100644 --- a/Plugins/ReplayCreation/Models/BrowserSession.cs +++ b/Plugins/ReplayCreation/Models/BrowserSession.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using Newtonsoft.Json; +using System.Collections.Generic; namespace Logshark.Plugins.ReplayCreation.Models { @@ -8,27 +9,35 @@ namespace Logshark.Plugins.ReplayCreation.Models public class BrowserSession { //URL that is being accessed + [JsonProperty("Url")] public string Url { get; set; } - + + [JsonProperty("BrowserStartTime")] public string BrowserStartTime { get; set; } //user who executed the browser session + [JsonProperty("User")] public string User { get; set; } //request status + [JsonProperty("HttpStatus")] public string HttpStatus { get; set; } //AccessRequestID from access logs + [JsonProperty("AccessRequestID")] public string AccessRequestID { get; set; } //Request time showing how long it took to load + [JsonProperty("LoadTime")] public string LoadTime { get; set; } //correlated VizqlSession matching accessRequestID + [JsonProperty("VizqlSession")] public string VizqlSession { get; set; } //commands that were executed in this session //has commands and Time + [JsonProperty("Commands")] public List Commands { get; set; } = new List(); } } \ No newline at end of file diff --git a/Plugins/ReplayCreation/Models/Command.cs b/Plugins/ReplayCreation/Models/Command.cs index 5cf00fa..5fe3fe5 100644 --- a/Plugins/ReplayCreation/Models/Command.cs +++ b/Plugins/ReplayCreation/Models/Command.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using Newtonsoft.Json; +using System.Collections.Generic; namespace Logshark.Plugins.ReplayCreation.Models { @@ -15,12 +16,15 @@ public Command(string cmmdNameSpace, string cmdName, Dictionary } // namespace of the command "tabdoc" or "tabsrv" + [JsonProperty("commandNamespace")] public string CommandNamespace { get; set; } // commandName "Select", "sort-from-indicator" + [JsonProperty("commandName")] public string CommandName { get; set; } // parameters for the command + [JsonProperty("commandParams")] public Dictionary CommandParams { get; set; } } } \ No newline at end of file diff --git a/Plugins/ReplayCreation/Models/TabCommand.cs b/Plugins/ReplayCreation/Models/TabCommand.cs index 0bba07d..94ab434 100644 --- a/Plugins/ReplayCreation/Models/TabCommand.cs +++ b/Plugins/ReplayCreation/Models/TabCommand.cs @@ -1,4 +1,5 @@ -using System; +using Newtonsoft.Json; +using System; namespace Logshark.Plugins.ReplayCreation.Models { @@ -7,8 +8,10 @@ namespace Logshark.Plugins.ReplayCreation.Models /// public class TabCommand : IComparable { + [JsonProperty("Time")] public string Time { get; set; } + [JsonProperty("Command")] public Command Command { get; set; } public TabCommand(string time, Command command) diff --git a/Plugins/ReplayCreation/Properties/AssemblyInfo.cs b/Plugins/ReplayCreation/Properties/AssemblyInfo.cs index 46c8f86..e158e8e 100644 --- a/Plugins/ReplayCreation/Properties/AssemblyInfo.cs +++ b/Plugins/ReplayCreation/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/ReplayCreation/ReplayCreation.cs b/Plugins/ReplayCreation/ReplayCreation.cs index 2010986..24a2bb9 100644 --- a/Plugins/ReplayCreation/ReplayCreation.cs +++ b/Plugins/ReplayCreation/ReplayCreation.cs @@ -415,7 +415,7 @@ private BrowserSession ProcessAccessRequest(BsonDocument accessRequest, IMongoDa Log.DebugFormat(" Exception {0}, moving on to next access request", ex.Message); return null; } - var requestURL = accessInfo.resource; + var requestURL = accessInfo.Resource; var urlParts = requestURL.Split('/'); var index = 0; //index from where search for "views" or "authoring" should start @@ -431,7 +431,7 @@ private BrowserSession ProcessAccessRequest(BsonDocument accessRequest, IMongoDa { if (urlParts[i] == "authoring" || urlParts[i] == "views") { - var dt = accessInfo.request_time; + var dt = accessInfo.RequestTime; //not interested in anything before the start time if (dt.CompareTo(m_startTime) < 0) { @@ -439,11 +439,11 @@ private BrowserSession ProcessAccessRequest(BsonDocument accessRequest, IMongoDa } var browerSession = new BrowserSession(); - browerSession.BrowserStartTime = accessInfo.request_time.ToString(m_dateFormat); + browerSession.BrowserStartTime = accessInfo.RequestTime.ToString(m_dateFormat); browerSession.Url = requestURL; - browerSession.AccessRequestID = accessInfo.apache_request_id; - browerSession.HttpStatus = accessInfo.status_code; - browerSession.LoadTime = accessInfo.load_time; + browerSession.AccessRequestID = accessInfo.ApacheRequestID; + browerSession.HttpStatus = accessInfo.StatusCode; + browerSession.LoadTime = accessInfo.LoadTime; try { diff --git a/Plugins/ResourceManager/Properties/AssemblyInfo.cs b/Plugins/ResourceManager/Properties/AssemblyInfo.cs index d3024bb..2d068c8 100644 --- a/Plugins/ResourceManager/Properties/AssemblyInfo.cs +++ b/Plugins/ResourceManager/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/SearchServer/Properties/AssemblyInfo.cs b/Plugins/SearchServer/Properties/AssemblyInfo.cs index 5276718..0cefa1a 100644 --- a/Plugins/SearchServer/Properties/AssemblyInfo.cs +++ b/Plugins/SearchServer/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] \ No newline at end of file diff --git a/Plugins/Tabadmin/Properties/AssemblyInfo.cs b/Plugins/Tabadmin/Properties/AssemblyInfo.cs index e497769..80aec35 100644 --- a/Plugins/Tabadmin/Properties/AssemblyInfo.cs +++ b/Plugins/Tabadmin/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Vizportal/Properties/AssemblyInfo.cs b/Plugins/Vizportal/Properties/AssemblyInfo.cs index 4711a04..ca49021 100644 --- a/Plugins/Vizportal/Properties/AssemblyInfo.cs +++ b/Plugins/Vizportal/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Plugins/Vizql/Properties/AssemblyInfo.cs b/Plugins/Vizql/Properties/AssemblyInfo.cs index efa3093..9350049 100644 --- a/Plugins/Vizql/Properties/AssemblyInfo.cs +++ b/Plugins/Vizql/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] diff --git a/Tableau.ExtractApi/Properties/AssemblyInfo.cs b/Tableau.ExtractApi/Properties/AssemblyInfo.cs index ae9cf19..d1291a3 100644 --- a/Tableau.ExtractApi/Properties/AssemblyInfo.cs +++ b/Tableau.ExtractApi/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] // Make internal classes visible to the unit test project. [assembly: InternalsVisibleTo("Logshark.Tests")] \ No newline at end of file diff --git a/Tableau.RestApi/Properties/AssemblyInfo.cs b/Tableau.RestApi/Properties/AssemblyInfo.cs index 4851c59..63bfdc7 100644 --- a/Tableau.RestApi/Properties/AssemblyInfo.cs +++ b/Tableau.RestApi/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.1.0")] +[assembly: AssemblyFileVersion("3.0.1.0")] \ No newline at end of file