Skip to content

Commit

Permalink
minor changes to logs feature page (SigNoz#653)
Browse files Browse the repository at this point in the history
* minor changes to logs feature page

* Updated live logs section

* Updated parse logs section

---------

Co-authored-by: ankit01-oss <>
  • Loading branch information
ankit01-oss authored Aug 20, 2024
1 parent e7a475f commit 05001d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions app/log-management/LogManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ const SigNozFeatures = () => {
buttonText: 'Learn More',
buttonLink: 'https://signoz.io/docs/userguide/query-builder/',
},
{
title: 'Parse Logs with Log Pipelines',
desc: "Transform logs before they get ingested to SigNoz to suit your querying and aggregation needs. Powered by OpenTelemetry Opamp, log pipelines enable you to unleash the full potential of your logs by pre-processing them to suit your needs before they get stored. This unlocks valuable logs based queries and dashboards that wouldn't be possible otherwise.",
image: "/img/features/logs/logs-pipeline.webp",
buttonText: 'Learn More',
buttonLink: 'https://signoz.io/docs/logs-pipelines/introduction/',
},
{
title: 'Quick Search & Filter',
desc: "Get a list of common filters for your logs data and quickly filter your required logs with operators like conatins, in, not_in, like, not_like, etc. ",
Expand Down Expand Up @@ -307,8 +314,8 @@ const SigNozFeatures = () => {
image: "/img/features/logs/json-logs.webp"
},
{
title: 'Live Tailing',
desc: "View logs in real-time with live tail logging.",
title: 'Live Logs',
desc: "View logs in real-time with Live Logs.",
image: "/img/features/logs/live-logs.webp"
},
{
Expand Down Expand Up @@ -467,7 +474,7 @@ const SigNozStats = () => {
name: 'OSS Downloads',
value: '10 million+',
},
{ id: 2, logo: '/img/index_features/github.svg', name: 'GitHub Stars', value: '17k+' },
{ id: 2, logo: '/img/index_features/github.svg', name: 'GitHub Stars', value: '18k+' },
{ id: 3, logo: '/img/index_features/contributions.svg', name: 'Contributors', value: '140+' },
{ id: 4, logo: '/img/index_features/community.svg', name: 'Community Members', value: '4.5k+' },
]
Expand Down
2 changes: 1 addition & 1 deletion components/GetStartedSigNoz/GetStartedSigNoz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react'
const markdownContent = `SigNoz cloud is the easiest way to run SigNoz. [Sign up](https://signoz.io/teams/) for a free
account and get 30 days of unlimited access to all features. [![Try SigNoz Cloud
CTA](/img/blog/common/try-signoz-cloud-all-blog-cta.webp)](https://signoz.io/teams/) You can
also install and self-host SigNoz yourself since it is open-source. With 16,000+ GitHub stars,
also install and self-host SigNoz yourself since it is open-source. With 18,000+ GitHub stars,
[open-source SigNoz](https://github.com/signoz/signoz) is loved by developers. Find the
[instructions](https://signoz.io/docs/install/) to self-host SigNoz.
`
Expand Down
2 changes: 1 addition & 1 deletion components/signoz-stats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SigNozStats = () => {
name: 'OSS Downloads',
value: '10 million+',
},
{ id: 2, logo: '/img/index_features/github.svg', name: 'GitHub Stars', value: '17k+' },
{ id: 2, logo: '/img/index_features/github.svg', name: 'GitHub Stars', value: '18k+' },
{ id: 3, logo: '/img/index_features/contributions.svg', name: 'Contributors', value: '140+' },
{ id: 4, logo: '/img/index_features/community.svg', name: 'Community Members', value: '4.5k+' },
]
Expand Down
Binary file added public/img/features/logs/logs-pipeline.webp
Binary file not shown.

0 comments on commit 05001d2

Please sign in to comment.