TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Amazon Redshift

    Score8.9 out of 10
    N/AAmazon Redshift is a hosted data warehouse solution, from Amazon Web Services.

    $0.24

    per GB per month

    Splunk Enterprise Security

    Score8.3 out of 10
    N/ASplunk Enterprise Security is an analytics-driven SIEM that helps to combat threats with actionable intelligence and advanced analytics at scale.N/A
    Pricing
    Amazon RedshiftSplunk Enterprise Security
    Editions & Modules
    Redshift Managed Storage
    $0.24
    per GB per month
    Current Generation
    $0.25 - $13.04
    per hour
    Previous Generation
    $0.25 - $4.08
    per hour
    Redshift Spectrum
    $5.00
    per terabyte of data scanned
    No answers on this topic
    Offerings
    Pricing Offerings
    Amazon RedshiftSplunk Enterprise Security
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Amazon RedshiftSplunk Enterprise Security
    Considered Both Products
    Amazon AWS
    No answer on this topic
    Cisco
    No answer on this topic
    Key User Insights
    Would buy again
    78%
    Would buy again
    14 Answers
    99%
    Would buy again
    109 Answers
    Delivers good value for the price
    82%
    Delivers good value for the price
    14 Answers
    94%
    Delivers good value for the price
    90 Answers
    Happy with the feature set
    78%
    Happy with the feature set
    14 Answers
    94%
    Happy with the feature set
    103 Answers
    Lived up to sales and marketing promises
    93%
    Lived up to sales and marketing promises
    14 Answers
    91%
    Lived up to sales and marketing promises
    80 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    16 Answers
    91%
    Implementation went as expected
    90 Answers
    Features
    Amazon RedshiftSplunk Enterprise Security
    Security Information and Event Management (SIEM)
    Comparison of Security Information and Event Management (SIEM) features of Amazon Redshift and Splunk Enterprise Security
    Feature
    Amazon Redshift
    -
    Ratings
    Splunk Enterprise Security
    8.4
    107 Ratings
    6% above category average
    Centralized event and log data collection00 Ratings7.1105 Ratings
    Correlation00 Ratings8.9104 Ratings
    Event and log normalization/management00 Ratings8.9105 Ratings
    Deployment flexibility00 Ratings7.9106 Ratings
    Integration with Identity and Access Management Tools00 Ratings8.9101 Ratings
    Custom dashboards and workspaces00 Ratings9.8107 Ratings
    Host and network-based intrusion detection00 Ratings7.9101 Ratings
    Data integration/API management00 Ratings7.9103 Ratings
    Behavioral analytics and baselining00 Ratings8.899 Ratings
    Rules-based and algorithmic detection thresholds00 Ratings7.9100 Ratings
    Response orchestration and automation00 Ratings7.992 Ratings
    Reporting and compliance management00 Ratings8.9100 Ratings
    Incident indexing/searching00 Ratings8.0106 Ratings
    Best Alternatives
    Amazon RedshiftSplunk Enterprise Security
    Small Businesses
    No answers on this topic
    No answers on this topic
    Medium-sized Companies
    Snowflake
    Score8.7 out of 10
    IBM Security QRadar SIEM
    Score8.9 out of 10
    Enterprises
    Snowflake
    Score8.7 out of 10
    SolarWinds Security Event Manager (SEM)
    Score8 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Amazon RedshiftSplunk Enterprise Security
    Likelihood to Recommend
    9.0
    (38 ratings)
    7.1
    (109 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.1
    (4 ratings)
    Usability
    9.0
    (10 ratings)
    7.0
    (12 ratings)
    Availability
    -
    (0 ratings)
    9.1
    (4 ratings)
    Performance
    -
    (0 ratings)
    7.0
    (4 ratings)
    Support Rating
    9.0
    (7 ratings)
    7.3
    (8 ratings)
    In-Person Training
    -
    (0 ratings)
    9.1
    (1 ratings)
    Online Training
    -
    (0 ratings)
    8.2
    (1 ratings)
    Implementation Rating
    -
    (0 ratings)
    9.1
    (1 ratings)
    Configurability
    -
    (0 ratings)
    7.3
    (1 ratings)
    Contract Terms and Pricing Model
    10.0
    (1 ratings)
    7.3
    (1 ratings)
    Ease of integration
    -
    (0 ratings)
    6.4
    (1 ratings)
    Product Scalability
    -
    (0 ratings)
    8.7
    (98 ratings)
    Professional Services
    -
    (0 ratings)
    9.1
    (1 ratings)
    Vendor post-sale
    -
    (0 ratings)
    8.2
    (1 ratings)
    Vendor pre-sale
    -
    (0 ratings)
    8.2
    (1 ratings)
    User Testimonials
    Amazon RedshiftSplunk Enterprise Security
    Likelihood to Recommend
    Amazon AWS
    If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
    Incentivized
    Read full review
    Cisco
    Based on my experience, Splunk is a strong git for some environments and a poor match for others. The distinction is primarily based on infrastructure complexity and budget. It's perfect for large enterprises with a mix of on-prem/cloud infrastructure. It's not a perfect match for small teams with restricted resources.
    Incentivized
    Read full review
    Pros
    Amazon AWS
    • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
    • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
    • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
    • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
    Incentivized
    Read full review
    Cisco
    • Writes Powerful Queries: The queries that can be written using the Splunk Query Language are very powerful and highly customizable to meet every need. Ex: Writing queries to search the intersection of two different sources like Network and Endpoint Logs.
    • Offers Dashboard Abilities: Helps build complex panels for Dashboards in addition to providing several out-of-the-box panels. Ex: creating panels to calculate the performance of analysts in a given timezone.
    • Helpful Search Aids: It helps to set up complex custom alerts very easily. The interesting fields section is very helpful while threat hunting. Ex: It shows all the users and the frequency of each in a failed login event. The user list on the interesting fields is useful to look for suspicious logins.
    Incentivized
    Read full review
    Cons
    Amazon AWS
    • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
    • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
    • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
    Incentivized
    Read full review
    Cisco
    • Improved User Interface Customization: While the interface is generally intuitive, providing more options for users to customize their dashboards and views would enhance the overall user experience. Tailoring the interface to specific roles or use cases could be a valuable addition.
    • Simplified Alert Management: Streamlining the process of managing alerts, such as grouping or categorizing them based on severity or type, would make it easier for security teams to prioritize and respond to incidents effectively.
    • Expanded Threat Intelligence Feeds: Increasing the variety and sources of threat intelligence feeds available within ES would provide a broader context for identifying and mitigating emerging threats, ensuring a more comprehensive defense against evolving attack vectors.
    Incentivized
    Read full review
    Likelihood to Renew
    Amazon AWS
    No answers on this topic
    Cisco
    We are very happy with Splunk and would advise anyone to take a serious look at it. It might look pricey but the rewards Splunk offers seem endless.
    Incentivized
    Read full review
    Usability
    Amazon AWS
    Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
    Incentivized
    Read full review
    Cisco
    Maintaining hundreds or even 1000+ SOC use cases is really difficult, considering that the Data sources may not always send the data. A module that detects data freshness issues and detect data format changes would be a great help. the main challenge today using Splunk Enterprise Security is making sure that the detection rules are still working properly given all the changes that occur in data source applications. Also, maintaining the data collects on tens of thousands of servers and more than 100k workstations is a real company IT challenge: the splunkbase forwarder may not support old OS anymore, while these are the most important to monitor. Moving to the Open Telemetry collector has become essential so that only 1 agent is required for both SIEM and application observability.
    Incentivized
    Read full review
    Reliability and Availability
    Amazon AWS
    No answers on this topic
    Cisco
    I don't think I've ever seen Splunk ES go fully offline or have any downtime greater than a few minutes on rare occasions.
    Incentivized
    Read full review
    Performance
    Amazon AWS
    No answers on this topic
    Cisco
    It takes a long time for items to load if you are just generally searching through logs. It is best to use the data models which load faster but can be strange in terms of what is coming from which logs where. Yes, you can look it up, but this also requires familiarity with where things are and how to look them up.
    Incentivized
    Read full review
    Support Rating
    Amazon AWS
    The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
    Incentivized
    Read full review
    Cisco
    It's good when it's responsive, but I've had times where I had to wait quite a while for a response. But these are typically the exceptions rather than the rule. When you do get a response it is always well-informed and appropriate. I would say they've been trending better over time with this.
    Incentivized
    Read full review
    In-Person Training
    Amazon AWS
    No answers on this topic
    Cisco
    I experienced only on-line training, but the trainers were very professional and competent. Maybe it could be more useful if they also have an experience in projects because sometimes they didn't have a real project experience to communicate to the students. Anyway, it was very interesting and I learned many thing that's very difficoult (or maybe impossible!) to have by myself, aven if I have more than 10 years of Splunk activity experience.
    Incentivized
    Read full review
    Online Training
    Amazon AWS
    No answers on this topic
    Cisco
    It was very interesting and I learned many thing that's very difficoult (or maybe impossible!) to have by myself. The only problem was that, when I worked with the Splunk Professional Services, I found some difference between the training contents and the information from PS. In addition is required a long experience on Splunk Enterprise for the data ingestion part, in other words I'm able to work with ES because I'm worling on Splunk since 11 years, otherwise I'd some problem.
    Incentivized
    Read full review
    Implementation Rating
    Amazon AWS
    No answers on this topic
    Cisco
    It's a fantatic product and it was very useful the presence of Splunk Professional Services for the Design Phase and the final Health Check.
    Incentivized
    Read full review
    Alternatives Considered
    Amazon AWS
    Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
    Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
    Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
    Incentivized
    Read full review
    Cisco
    Splunk enterprise is the only solution that we’ve been able to identify that provides risk based alerting, which allows our SOC to reduce analyst fatigue which would be a huge problem without it. Before RBA, there were thousands of alerts a day and it was impossible to review all of them
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Amazon AWS
    Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
    Incentivized
    Read full review
    Cisco
    for my exterience, unit pricing and billing frequency are correct. As I already said, I hint to have more discount flexibility, expecially with new customers, because there are competitors less expensive and very aggressive that are dangerous. In addition the possibility to don't pay the license for the development period could be a very interesting feature for the final customers.
    Incentivized
    Read full review
    Scalability
    Amazon AWS
    No answers on this topic
    Cisco
    - 8 out of 10 and took 2 for the data pipeline and administration part. Even if you'd like to improve yourself or your team, you have to pay a lot of money and it could be more than GIAC education + cert. - Normalization for Data models and CPU-based searches can be a problem sometimes.
    Incentivized
    Read full review
    Professional Services
    Amazon AWS
    No answers on this topic
    Cisco
    I had a fantastic experience with Splunk Professional Services: they worked with us in our last SON project (a SOC migration for a very large customer) and helped to build a multi tenent environment even if ES isn't a multi tenant platform. Th Splunk PS was a very professional and competent people, he is italian and was able to speak with our italian customers.
    Incentivized
    Read full review
    Return on Investment
    Amazon AWS
    • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
    • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
    • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
    Incentivized
    Read full review
    Cisco
    • We have a 100% success rate on all our ES implementations due to the amazing documentation and Splunk enablement on the subject.
    • Our Splunk ES business has grown 100% YoY for the last 3 years.
    • In terms of long term management and maintenance, ES has been highly stable and predictable, reducing our overhead on costly services team for ad hoc maintenance work.
    Read full review
    ScreenShots