diff --git a/website/views/pages/endpoint-ops.ejs b/website/views/pages/endpoint-ops.ejs index 922d0422c8..0cc54f5e05 100644 --- a/website/views/pages/endpoint-ops.ejs +++ b/website/views/pages/endpoint-ops.ejs @@ -4,7 +4,7 @@
Ship logs to any platform like Splunk, Snowflake, or any streaming infrastructure like AWS Kinesis and Apache Kafka.
<% } else if(['eo-security', 'vm'].includes(primaryBuyingSituation)) { %> Osquery on easy mode -You don’t need to be an osquery expert to get the answers you need from your endpoints.
+Build the agent in "read-only" mode or enable remote scripting to automatically mitigate misconfigurations and vulnerabilities.
Pulse check anythingUse a live connection to every endpoint to simplify audit, compliance, and reporting from workstations to data centers.
Ship data to any platform @@ -31,7 +31,7 @@ Ship data to any platformShip logs to any platform like Splunk, Snowflake, or any streaming infrastructure like AWS Kinesis and Apache Kafka.
Osquery on easy mode -You don’t need to be an osquery expert to get the answers you need from your devices.
+Use "read-only" mode or enable remote scripting to automate anything on every operating system, including Linux.
<% }%>Remotely disable/enable agent features, choose plugins, and keep osquery up to date.
Import community queries from other security teams at top brands like Palantir and Fastly.
Implement the Center for Internet Security (CIS) benchmarks (one click, 400+ queries, supported by Fleet). Or customize exactly the queries you need.
+Monitor sensitive production environments without enabling remote scripting by building the agent in "read-only" mode.
Replace the sprawl with secure, open-source <%= primaryBuyingSituation === 'mdm'? 'device management' : primaryBuyingSituation === 'vm'? 'reporting' : 'software' %> that works the way you want.
+Replace the sprawl with <%= primaryBuyingSituation === 'mdm'? 'secure, open-source device management that works the way you want' : primaryBuyingSituation === 'vm'? 'secure, open-source reporting that works the way you want' : primaryBuyingSituation === 'eo-security'? 'universal, open-source endpoint visibility' : 'simple, open-source software for managing computers' %>.
“Fleet lets us to be as lightweight as possible while surfacing data to other teams and partners.”
+“Fleet lets us be as lightweight as possible while surfacing data to other teams and partners.”
Nick Fohs
Systems and IT infrastructure manager
A quick-fast way to gather device data across all your endpoints. Pulse check or automate anything on any platform.
+A <%= primaryBuyingSituation==='eo-security'? 'lightweight' : 'quick-fast' %> way to gather <%= primaryBuyingSituation==='vm'? 'patch level and custom reports across all your computing devices, even in OT and production environments' : primaryBuyingSituation==='eo-security'? 'deep state and custom telemetry across all your endpoints, even servers' : primaryBuyingSituation==='mdm'||primaryBuyingSituation==='eo-it'? 'device and inventory data across all your endpoints' : 'device data across all your computers' %>. Pulse check or automate anything on any platform.
diff --git a/website/views/partials/primary-tagline.partial.ejs b/website/views/partials/primary-tagline.partial.ejs index 28697e8272..a9ced91ac5 100644 --- a/website/views/partials/primary-tagline.partial.ejs +++ b/website/views/partials/primary-tagline.partial.ejs @@ -1 +1 @@ -<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' : primaryBuyingSituation === 'eo-security' ? 'Light in every corner' : primaryBuyingSituation === 'eo-it' ? 'Untangle your endpoints' : 'Automation at work' %> +<%= primaryBuyingSituation === 'mdm' ? 'Your last MDM migration' : primaryBuyingSituation === 'vm' ? 'Focus on vulnerabilities, not vendors' : primaryBuyingSituation === 'eo-security' ? 'Light in every corner' : primaryBuyingSituation === 'eo-it' ? 'Untangle your endpoints' : 'Let people work' %>