GM Blog Hackathon Updates

Splunk takes pride in our culture and in our vision of bringing Data to Everything. That’s why we put a great deal of thought and energy into the creation of our brand identity, capturing the spirit and mission of Splunk.

Simply put, we’re Splunk – we care about our customers, communities and doing business the right way. To preserve our identity and what we stand for, today we filed a legal complaint in the United States District Court for the Northern District of California against Deutsche Telekom AG (“DT”). This is not a step that we take lightly nor without sincere and dedicated efforts to resolve amicably with DT; yet DT’s unrelenting and ongoing aggressive actions and unreasonable posture force us to defend who we are and our legal rights.

DT, a telecom conglomerate based in Germany, believes that its trademark rights to use the color magenta in connection with providing telecommunications services provide them with a near monopoly over the color in unrelated industries. Earlier this year, DT filed a lawsuit against Splunk in German courts over this very issue.

Last year, Splunk began using a gradient color scheme that included a mix of coral, orange and magenta in its marketing and promotional materials. As Splunk pioneered the world’s first Data-to-Everything Platform, we chose these colors to help us further differentiate our brand in the data industry.

We believe DT’s lawsuit against Splunk is a significant overreach of its trademark rights. That’s why we’re seeking a declaration from the U.S. federal court that our current branding does not infringe on DT’s trademark; in other words, clarifying that DT does not hold a monopoly over the color magenta for industries outside of telecommunications. We hope this issue is resolved quickly and fairly. However, it is important to take a stand for Splunk and for what we believe is right.

title
label
type
snippet
export const openAndLoadModal = async (modalURL = '', callbackFunction = '', modalOptions = []) => {
    if (modalURL === '') return new Error(`need the url for the modal to load`);
    const modalElement = document.querySelector('#splunk-new-modal');
    const openModalOptions = {show: true}

    const disableEdgeClose = () => {
        openModalOptions.backdrop = 'static';
        openModalOptions.keyboard = false;

        modalElement.setAttribute('data-backdrop', 'static');
        modalElement.setAttribute('data-keyboard', 'false');

        $('#splunk-new-modal').on('hidden.bs.modal', () => {
            modalElement.removeAttribute('data-backdrop');
            modalElement.removeAttribute('data-keyboard');
        });
    };

    const removeModalCloseButton = () => {
        const closeButtonElement = modalElement.querySelector('button.close');
        if (closeButtonElement !== null) {closeButtonElement.style.display = 'none';}

        $('#splunk-new-modal').on('hidden.bs.modal', () => {
            closeButtonElement.removeAttribute('style');
        });
    };

    if (modalOptions.includes('edgeCloseDisabled')) disableEdgeClose();
    if (modalOptions.includes('removeCloseButton')) removeModalCloseButton();

    $('#splunk-new-modal').modal(openModalOptions);


    $.ajax({
        url: `${modalURL}/_jcr_content/root/responsivegrid.html`,
        success : function(pageBody){
            $('#splunk-new-modal').find('.modal-body .extended-section.container-fluid').html(pageBody);
            if (callbackFunction !== '') callbackFunction();
            return true;
        },
        error : function(data){
            return false;
        }
    });
};
showcopybutton
true

Related Articles

KubeCon 2025 London: OpenTelemetry Steals the Show and Splunk’s Bold Moves
Bulletins
2 Minute Read

KubeCon 2025 London: OpenTelemetry Steals the Show and Splunk’s Bold Moves

Read about the highlights of KubeCon London 2025 in this blog and why OTel is a force to be reckoned with.
Cribl Litigation Update
Bulletins
1 Minute Read

Cribl Litigation Update

An update on Splunk's intellectual property and unfair competition complaint against Cribl filed on October 5, 2022.
Supplementary Security Advisory for Splunk Apps/Add-ons
Bulletins
4 Minute Read

Supplementary Security Advisory for Splunk Apps/Add-ons

This security advisory specifically pertains to Apps/Add-ons (i.e. Extensions) to Splunk Products for CVE 2021-44228 and CVE-2021-45046.
Splunk Security Advisory for Apache Log4j (CVE-2021-44228, CVE-2021-45046 and others)
Bulletins
12 Minute Read

Splunk Security Advisory for Apache Log4j (CVE-2021-44228, CVE-2021-45046 and others)

Splunk is currently reviewing our supported products for impact and evaluating options for remediation and/or or mitigation.Please return to this posting for the most up to date information.
GM Blog Hackathon Updates
Bulletins
1 Minute Read

GM Blog Hackathon Updates

Splunk takes pride in our culture and in our vision of bringing Data to Everything – we care about our customers, communities and doing business the right way.